Skip to content

Instantly share code, notes, and snippets.

@danielribeiro
Created April 23, 2015 20:13
Show Gist options
  • Save danielribeiro/c6748fead306b1994720 to your computer and use it in GitHub Desktop.
Save danielribeiro/c6748fead306b1994720 to your computer and use it in GitHub Desktop.
time of a process
#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