Gerlof Langeveld

Results 24 comments of Gerlof Langeveld

Can you provide the output of the command "ulimit -Sa"? And can you run "strace -f -o /tmp/atop.trace atop" and provide the last 100 lines of the file /tmp/atop.trace ?

For my understanding, you want to log ascii data (similar to the parseable output) to a file instead of the binary raw data? As it is now, you can always...

The issue is clear. I would prefer if you write a separate program to transform the ascii data back into binary data, as you suggest by writing the data back...

I guess this issue is already solved by earlier modifications, using a systems timer instead of cron. The `atop-rotate.timer` takes care that `atop-rotate.service` is started at midnight (OnCalendar=daily) for systems...

Development is certainly not frozen.

In my opinion, the proposed modification does not work properly any more with procps ps since no flags are passed (ps does not show the daemon processes, like atop). I...

If more atop processes are active (e.g. the daemon running in the background and a couple of interactive atop processes in the foreground), pidof shows more that one PID. You...

I will react on this pull request next week.

Part 2 of the issue has been solved: atop times out after waiting 3 seconds for the semaphore and then continues without process accounting.

I do not understand part 1 of the issue: in between the claiming of the semaphore in atopacctd and releasing it there are no blocking calls. Even if atopacctd would...