Guest User

Untitled

a guest
Feb 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 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 31576 11.0 1.5 9240 6184 pts/6 S+ 23:41 0:00 | \_ /usr/bin/perl -w ./hashsize.pl
  5. kragen 31577 0.0 0.3 4128 1384 pts/6 S+ 23:41 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  6. kragen 31579 0.0 0.1 2852 692 pts/6 S+ 23:41 0:00 | \_ grep -E PID|./hashsize.pl
  7. a hundred thousand empty hashes:
  8. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  9. kragen 31576 22.5 4.3 19744 16660 pts/6 S+ 23:41 0:00 | \_ /usr/bin/perl -w ./hashsize.pl
  10. kragen 31580 0.0 0.3 4128 1384 pts/6 S+ 23:41 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  11. kragen 31582 0.0 0.1 2848 692 pts/6 S+ 23:41 0:00 | \_ grep -E PID|./hashsize.pl
  12. ten thousand hashes with 20 items each:
  13. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  14. kragen 31576 53.3 9.0 38064 35032 pts/6 S+ 23:41 0:01 | \_ /usr/bin/perl -w ./hashsize.pl
  15. kragen 31583 0.0 0.3 4128 1388 pts/6 S+ 23:41 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  16. 20 hashes with ten thousand items each:
  17. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  18. kragen 31576 59.6 9.4 39544 36488 pts/6 S+ 23:41 0:02 | \_ /usr/bin/perl -w ./hashsize.pl
  19. kragen 31586 0.0 0.3 4128 1380 pts/6 S+ 23:41 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  20. kragen 31588 0.0 0.0 1616 256 pts/6 R+ 23:41 0:00 | \_ grep -E PID|./hashsize.pl
Add Comment
Please, Sign In to add comment