Guest User

Untitled

a guest
Feb 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. kragen@thrifty:~/devel$ ./hashsize.pl
  2. zero hashes:
  3. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  4. kragen 31394 0.0 0.3 4464 1460 pts/6 S+ 23:26 0:00 | \_ /usr/bin/perl -w ./hashsize.pl
  5. kragen 31395 0.0 0.3 4132 1388 pts/6 S+ 23:26 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  6. kragen 31397 0.0 0.1 2852 696 pts/6 S+ 23:26 0:00 | \_ grep -E PID|./hashsize.pl
  7. a hundred thousand hashes:
  8. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  9. kragen 31394 0.0 2.4 12476 9476 pts/6 S+ 23:26 0:00 | \_ /usr/bin/perl -w ./hashsize.pl
  10. kragen 31398 0.0 0.3 4128 1384 pts/6 R+ 23:26 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  11. kragen 31400 0.0 0.1 4128 424 pts/6 R+ 23:26 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  12. a hundred thousand hashes with 20 items:
  13. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  14. kragen 31394 92.8 2.4 12476 9476 pts/6 S+ 23:26 0:07 | \_ /usr/bin/perl -w ./hashsize.pl
  15. kragen 31401 0.0 0.3 4132 1388 pts/6 S+ 23:26 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  16. kragen 31403 0.0 0.1 2372 400 pts/6 R+ 23:26 0:00 | \_ /bin/sh /bin/egrep PID|./hashsize.pl
Add Comment
Please, Sign In to add comment