How can I find started processed within last 5 hours? Can ps do that?
I have to use ps -ef | grep <username> which shows all process for . Then I have to manually look at STIME columns
|
feedback
|
|
maybe this helps you:
credit goes to: How do you find the age of a long-running Linux process? | |||
|
feedback
|
|
| |||
|
feedback
|
|
will give you the start time of a process in seconds since the epoch. Compare with current time ( | |||
|
feedback
|