Created
April 25, 2013 14:39
Revisions
-
posulliv created this gist
Apr 25, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ ``` % time seconds usecs/call calls errors syscall ------ ----------- ----------- --------- --------- ---------------- 83.58 248.894290 2919 85260 6809 futex 7.33 21.825363 81743 267 nanosleep 6.16 18.341146 81156 226 select 1.56 4.658605 119 39106 fsync 1.08 3.216201 459457 7 6 restart_syscall 0.14 0.413560 14 29478 munmap 0.07 0.205368 7 29478 mmap 0.02 0.067196 1 90219 pread 0.02 0.056541 0 119905 gettimeofday 0.01 0.033844 1 65865 fstat 0.01 0.019735 2 11183 write 0.01 0.019715 1 28706 pwrite 0.00 0.010754 0 25208 open 0.00 0.008001 116 69 io_getevents 0.00 0.007420 2 3411 madvise 0.00 0.007070 0 25160 close 0.00 0.003922 1 3740 setsockopt 0.00 0.002859 42 68 fcntl 0.00 0.000891 0 5231 34 read 0.00 0.000000 0 118 stat 0.00 0.000000 0 194 mprotect 0.00 0.000000 0 1548 1548 access 0.00 0.000000 0 67 sched_yield 0.00 0.000000 0 118 statfs 0.00 0.000000 0 91 io_submit ------ ----------- ----------- --------- --------- ---------------- 100.00 297.792481 564723 8397 total ```