Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. gtime -v MyProcess args
  2.  
  3. [..]
  4. Maximum resident set size (kbytes): 303316992 # (303 GB)
  5. [..]
  6.  
  7. usz
  8. TIMEFMT='%J %U user %S system %P cpu %*E total'$'n'
  9. 'avg shared (code): %X KB'$'n'
  10. 'avg unshared (data/stack): %D KB'$'n'
  11. 'total (sum): %K KB'$'n'
  12. 'max memory: %M MB'$'n'
  13. 'page faults from disk: %F'$'n'
  14. 'other page faults: %R'
  15.  
  16. time MyProcess args
  17.  
  18. avg shared (code): 0 KB
  19. avg unshared (data/stack): 0 KB
  20. total (sum): 0 KB
  21. max memory: 73204 MB # (73 GB)
  22. page faults from disk: 0
  23. other page faults: 18528
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement