Skip to content

Instantly share code, notes, and snippets.

@xse
Created October 19, 2019 14:51
Show Gist options
  • Save xse/05b2755fb8148f3b6b99e3cb9da97eb8 to your computer and use it in GitHub Desktop.
Save xse/05b2755fb8148f3b6b99e3cb9da97eb8 to your computer and use it in GitHub Desktop.
strace: Process 8592 attached
strace: Process 8593 attached
strace: Process 8594 attached
strace: Process 8595 attached
strace: Process 8596 attached
child.c:1197: RFC violation: REMOTE_ADDR not set
child.c:1223: RFC violation: SERVER_PORT not set
wrappers.c:289: poll: POLLHUP
wrappers.c:289: poll: POLLHUP
wrappers.c:289: poll: POLLHUP
^Cstrace: Process 8593 detached
strace: Process 8594 detached
strace: Process 8595 detached
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
33.38 0.011108 5554 2 wait4
21.79 0.007252 5 1280 1 poll
16.73 0.005569 4 1375 1 write
9.54 0.003175 3 843 read
8.22 0.002735 3 703 rt_sigaction
2.03 0.000674 3 205 mremap
1.29 0.000429 3 137 rt_sigprocmask
1.07 0.000356 18 19 sendto
0.86 0.000287 2 114 mmap
0.75 0.000250 4 62 close
0.64 0.000212 5 36 mprotect
0.61 0.000203 40 5 clone
0.47 0.000156 4 36 1 openat
0.47 0.000155 17 9 munmap
0.41 0.000136 19 7 4 connect
0.28 0.000094 8 11 socket
0.26 0.000085 2 35 fstat
0.23 0.000077 19 4 socketpair
0.14 0.000045 22 2 accept
0.10 0.000032 10 3 bind
0.09 0.000030 7 4 getsockname
0.08 0.000025 1 13 brk
0.08 0.000025 6 4 recvmsg
0.07 0.000022 11 2 getsockopt
0.07 0.000022 1 21 fcntl
0.05 0.000017 17 1 madvise
0.05 0.000015 15 1 sendmsg
0.05 0.000015 5 3 setsockopt
0.04 0.000013 1 12 futex
0.04 0.000012 6 2 unlink
0.03 0.000011 1 10 lseek
0.02 0.000008 8 1 stat
0.02 0.000007 7 1 recvfrom
0.02 0.000007 3 2 listen
0.02 0.000007 1 6 set_robust_list
0.02 0.000006 6 1 uname
0.02 0.000005 2 2 kill
0.01 0.000004 4 1 getpeername
0.00 0.000000 0 1 1 access
0.00 0.000000 0 1 dup2
0.00 0.000000 0 2 getpid
0.00 0.000000 0 1 execve
0.00 0.000000 0 2 umask
0.00 0.000000 0 4 prctl
0.00 0.000000 0 2 1 arch_prctl
0.00 0.000000 0 1 set_tid_address
0.00 0.000000 0 5 prlimit64
------ ----------- ----------- --------- --------- ----------------
100.00 0.033281 4994 9 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment