Created
April 23, 2015 20:13
-
-
Save danielribeiro/c6748fead306b1994720 to your computer and use it in GitHub Desktop.
time of a process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #source: http://unix.stackexchange.com/questions/7870/how-to-check-how-long-a-process-has-been-running | |
| ps -p 88966 -o etime= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment