logging - How can I list all new processes as they are created? -
i'm familiar tools such ps
, top
, knowledge, don't catch new processes. top
has log mode, if process short-lived enough (e.g. echo 'hello, world!'
, process won't logged.
this being said, there way list newly-created processes created?
it sounds want "process accounting".
if using linux, there package called psacct can install , start.
Comments
Post a Comment