Guest User

Untitled

a guest
Feb 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 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 31416 0.0 2.5 12752 9712 pts/6 S+ 23:31 0:00 | \_ /usr/bin/perl -w ./hashsize.pl
  5. kragen 31417 0.0 0.3 4132 1380 pts/6 R+ 23:31 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  6. a hundred thousand hashes:
  7. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  8. kragen 31416 56.0 4.8 21848 18776 pts/6 S+ 23:31 0:00 | \_ /usr/bin/perl -w ./hashsize.pl
  9. kragen 31420 0.0 0.3 4128 1388 pts/6 S+ 23:31 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  10. kragen 31422 0.0 0.3 4128 1432 pts/6 R+ 23:31 0:00 | \_ /bin/sh /bin/egrep PID|./hashsize.pl
  11. a hundred thousand hashes with 20 items:
  12. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  13. kragen 31416 12.6 65.7 262032 254200 pts/6 S+ 23:31 0:14 | \_ /usr/bin/perl -w ./hashsize.pl
  14. kragen 31430 0.6 0.3 4128 1380 pts/6 S+ 23:32 0:00 | \_ sh -c ps fauxw | egrep 'PID|./hashsize.pl'
  15. kragen 31434 0.0 0.1 2852 692 pts/6 S+ 23:32 0:00 | \_ grep -E PID|./hashsize.pl
  16. Killed
Add Comment
Please, Sign In to add comment