Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. root@hashtalk:/var/www/nodebb# strace -c -p 5327
  2. Process 5327 attached
  3. ^CProcess 5327 detached
  4. % time seconds usecs/call calls errors syscall
  5. ------ ----------- ----------- --------- --------- ----------------
  6. 62.06 0.112573 7 15462 munmap
  7. 16.38 0.029715 16 1804 129 futex
  8. 15.61 0.028310 1 48970 336 write
  9. 2.40 0.004356 0 46473 gettimeofday
  10. 1.26 0.002280 0 10299 mmap2
  11. 0.47 0.000844 0 2587 read
  12. 0.43 0.000774 0 3315 epoll_ctl
  13. 0.41 0.000735 1 684 writev
  14. 0.31 0.000568 0 1190 9 accept4
  15. 0.31 0.000556 0 6858 clock_gettime
  16. 0.28 0.000504 1 946 close
  17. 0.10 0.000190 0 668 getpeername
  18. 0.00 0.000000 0 2 mprotect
  19. 0.00 0.000000 0 624 stat64
  20. 0.00 0.000000 0 12 madvise
  21. 0.00 0.000000 0 8 epoll_wait
  22. 0.00 0.000000 0 4 shutdown
  23. 0.00 0.000000 0 284 setsockopt
  24. ------ ----------- ----------- --------- --------- ----------------
  25. 100.00 0.181405 140190 474 total
  26. root@hashtalk:/var/www/nodebb#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement