Created
June 19, 2019 22:57
-
-
Save razhangwei/75b85e649b271df14075856d775d7a2a to your computer and use it in GitHub Desktop.
Wall clock time of a running process #Unix
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
| PID=xxx | |
| ps -p $PID -o etime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment