-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple parsing threads #377
Comments
Would this be multiple threads when parsing one log? If it's for multiple logs, can you run multiple instances of goaccess? |
The idea is that multiple threads are parsing a single log file. |
Are you using the on-disk storage? |
Folks, is there any news here? |
@freefd I haven't had the chance to look at this particular request. As soon as some progress is made, I'll post back. |
Dear Gerardo, |
@Blaar good question, you should be able to use |
@allinurl, |
I tried to do: But at the same time worked only one |
|
Why was this closed? Trying to use GoAccess on many logs also and found it incredible that such a powerful piece of software is single threaded? |
@shaun-ba This is still opened (see label at the top of the page), issue 799 was closed. |
Multiple parsing threads or multiple parsing projects...
24 goaccess processes start immediately, but they are executed sequentially (the files like /tmp/-1mdb_hostnames.tcb and the bunch of other similar files may lock the execution?). I will not use other analyzer than goaccess, so I may get acclimatized to this. But it would be better to process parallel. |
@gitqlt Are you using the same database files for the 24 processes? If they are all different, you could execute them all in parallel, and use different folder paths, i.e., |
Yep, I didn't pay attention to those databases files... Then I created 24 subfolders, specified them in |
Any news about this one? |
@balazsbaranyi still on the works. I need to address a few other issues on the to-do list before getting to this. |
Multi thread is very useful feature. |
Implemented. The plan is to incorporate this feature in the next version release. Stay tuned. |
The abillity to parse logs with multiple threads would be a very great improvement.
The text was updated successfully, but these errors were encountered: