Showing posts with label process. Show all posts
Showing posts with label process. Show all posts

Monday, January 16, 2012

How to find when a process is started (process start time)?


# ps -eo pid,cmd,lstart

=====

For example to know when qemu-kvm started,

# ps -eo pid,cmd,lstart | grep qemu-kvm