I'm trying to find memory usage stats for processes after they finish (on Linux). Is there a way to do this?
I know I can get this data while a process is running by looking in /proc/{id}/status, but that file is gone after the process dies.
feedback
|
|
| |||
|
feedback
|
|
atop has a daemon mode, which will log various kinds of resource use by individual processes. The debian package runs it as | |||
|
feedback
|