zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Linux Process Run Time

March 1, 2013 by Igor Drobot Leave a Comment

Ktimer

I think this is the only one solution to find out how long linux process already run:

1
ps -p 3064 -o etime=

ps -p 3064 -o etime=

Filed Under: Linux Tagged With: Process, Time