allinurl / goaccess

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
https://goaccess.io
MIT License
17.88k stars 1.09k forks source link

SIGPIPE caught! found in goaccess #1755

Open narayan1599 opened 4 years ago

narayan1599 commented 4 years ago

it is showing at every end month in my screen terminal SIGPIPE caught! then it the page static and stop realtime data

allinurl commented 4 years ago

It's okay to get a SIGPIPE as goaccess should take care of it. Can you post the output of running it via ltrace , e.g.,

ltrace -p <goaccess_pid> -o debug.log

and/or strace Thanks.

narayan1599 commented 4 years ago

Screenshot 2020-05-05 at 11 37 58 PM

do u want this output

allinurl commented 4 years ago

Yes, however, please let goaccess run for sometime while logging to ltrace and then attach the output here. Thanks

narayan1599 commented 4 years ago

It's okay to get a SIGPIPE as goaccess should take care of it. Can you post the output of running it via ltrace , e.g.,

ltrace -p <goaccess_pid> -o debug.log

and/or strace Thanks.

should I run this command also goaccess command?

allinurl commented 4 years ago

Yes, both of them. Either you could run ltrace from the beginning or simply attach goaccess pid once it has finished parsing the initial log.