Created
January 3, 2018 19:04
-
-
Save terrorobe/c8bee5a1353c80f16778d5c69b332e9e to your computer and use it in GitHub Desktop.
This file contains 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 characters
% time seconds usecs/call calls errors syscall | |
------ ----------- ----------- --------- --------- ---------------- | |
99.86 31.482261 172979 182 2 wait4 | |
0.09 0.027125 0 530621 422253 open | |
0.02 0.006698 0 115599 read | |
0.01 0.003159 0 108459 close | |
0.01 0.002586 0 108363 fstat | |
0.01 0.001630 9 178 vfork | |
0.00 0.000970 0 15283 lseek | |
0.00 0.000666 0 7922 write | |
0.00 0.000619 0 11429 mmap | |
0.00 0.000568 15 39 unlink | |
0.00 0.000378 0 4663 brk | |
0.00 0.000374 0 2932 1100 stat | |
0.00 0.000354 0 1769 mprotect | |
0.00 0.000247 0 2156 1574 access | |
0.00 0.000218 0 1355 munmap | |
0.00 0.000050 0 909 rt_sigaction | |
0.00 0.000018 0 556 getrlimit | |
0.00 0.000015 0 424 2 lstat | |
0.00 0.000013 0 566 fcntl | |
0.00 0.000011 0 218 rt_sigprocmask | |
0.00 0.000000 0 42 rt_sigreturn | |
0.00 0.000000 0 16 16 ioctl | |
0.00 0.000000 0 4 pipe | |
0.00 0.000000 0 10 mremap | |
0.00 0.000000 0 1 madvise | |
0.00 0.000000 0 7 dup2 | |
0.00 0.000000 0 36 getpid | |
0.00 0.000000 0 2 clone | |
0.00 0.000000 0 256 74 execve | |
0.00 0.000000 0 5 uname | |
0.00 0.000000 0 16 getdents | |
0.00 0.000000 0 2 getcwd | |
0.00 0.000000 0 1 chdir | |
0.00 0.000000 0 80 readlink | |
0.00 0.000000 0 2 chmod | |
0.00 0.000000 0 4 umask | |
0.00 0.000000 0 33 getrusage | |
0.00 0.000000 0 11 getuid | |
0.00 0.000000 0 11 getgid | |
0.00 0.000000 0 11 geteuid | |
0.00 0.000000 0 11 getegid | |
0.00 0.000000 0 3 getppid | |
0.00 0.000000 0 3 getpgrp | |
0.00 0.000000 0 182 arch_prctl | |
0.00 0.000000 0 2 setrlimit | |
0.00 0.000000 0 3 2 futex | |
0.00 0.000000 0 2 set_tid_address | |
0.00 0.000000 0 2 set_robust_list | |
------ ----------- ----------- --------- --------- ---------------- | |
100.00 31.527960 914381 425023 total | |
strace -f -c make 122.81s user 26.68s system 103% cpu 2:24.49 total | |
robe@tokamak ~/source/powerdns/pdns-recursor-3.2 % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment