Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 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 31633 0.0 1.7 9680 6580 pts/6 S+ 23:50 0:00 | \_ /usr/bin/perl -w ./hashsize.pl
  5. kragen 31634 0.0 0.3 4132 1388 pts/6 S+ 23:50 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  6. kragen 31636 0.0 0.1 2848 692 pts/6 S+ 23:50 0:00 | \_ grep -E PID|./hashsize.pl
  7. ten thousand pseudohashes with 20 items each:
  8. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  9. kragen 31633 23.0 2.5 13016 9920 pts/6 S+ 23:50 0:00 | \_ /usr/bin/perl -w ./hashsize.pl
  10. kragen 31637 0.0 0.3 4132 1388 pts/6 S+ 23:50 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  11. kragen 31639 0.0 0.1 3572 736 pts/6 R+ 23:50 0:00 | \_ /bin/sh /bin/egrep PID|./hashsize.pl
  12. a hundred thousand empty hashes:
  13. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  14. kragen 31633 63.0 5.1 23076 19968 pts/6 S+ 23:50 0:00 | \_ /usr/bin/perl -w ./hashsize.pl
  15. kragen 31640 0.0 0.3 4128 1384 pts/6 S+ 23:50 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  16. kragen 31642 0.0 0.1 2848 692 pts/6 S+ 23:50 0:00 | \_ grep -E PID|./hashsize.pl
  17. ten thousand hashes with 20 items each:
  18. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  19. kragen 31633 58.3 9.2 38888 35788 pts/6 S+ 23:50 0:01 | \_ /usr/bin/perl -w ./hashsize.pl
  20. kragen 31643 0.0 0.3 4128 1384 pts/6 S+ 23:50 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  21. kragen 31645 0.0 0.1 2848 692 pts/6 S+ 23:50 0:00 | \_ grep -E PID|./hashsize.pl
  22. 20 hashes with ten thousand items each:
  23. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  24. kragen 31633 77.7 9.6 40368 37244 pts/6 S+ 23:50 0:03 | \_ /usr/bin/perl -w ./hashsize.pl
  25. kragen 31646 0.0 0.3 4132 1388 pts/6 S+ 23:50 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  26. kragen 31648 0.0 0.0 1608 168 pts/6 R+ 23:50 0:00 | \_ grep -E PID|./hashsize.pl
Add Comment
Please, Sign In to add comment