Skip to content

Instantly share code, notes, and snippets.

@unixnut
Created December 5, 2013 06:26
Show Gist options
  • Save unixnut/7801002 to your computer and use it in GitHub Desktop.
Save unixnut/7801002 to your computer and use it in GitHub Desktop.
Ever seen a four-digit CPU percentage?
$ ps uww
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
alastair 4643 1105 0.0 959876 13656 pts/0 Dl+ 22:04 27:16 pbzip2 tmp/au04-bin.tar
...
$ time pbzip2 tmp/au04-bin.tar
real 9m49.925s
user 103m30.551s
sys 2m6.643s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment