Created
October 19, 2019 14:38
-
-
Save xse/cd2a1da79e445d7904cf0dcf8bc1cdb1 to your computer and use it in GitHub Desktop.
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 characters
strace: Process 8636 attached | |
strace: Process 8637 attached | |
strace: Process 8638 attached | |
strace: Process 8639 attached | |
strace: Process 8640 attached | |
child.c:1197: RFC violation: REMOTE_ADDR not set | |
child.c:1223: RFC violation: SERVER_PORT not set | |
fcgi.c:677: fcgi_waitread: exit request | |
child.c:2039: FastCGI: worker termination | |
% time seconds usecs/call calls errors syscall | |
------ ----------- ----------- --------- --------- ---------------- | |
86.83 1.714353 285725 6 1 wait4 | |
3.90 0.076969 17 4378 1 poll | |
3.88 0.076510 28 2683 read | |
2.50 0.049394 18 2674 write | |
1.67 0.032881 9 3346 rt_sigaction | |
0.45 0.008816 43 205 mremap | |
0.19 0.003757 72 52 mprotect | |
0.16 0.003106 39 78 close | |
0.08 0.001663 10 154 mmap | |
0.06 0.001186 26 45 1 openat | |
0.06 0.001108 11 93 recvfrom | |
0.05 0.001053 55 19 sendto | |
0.03 0.000628 78 8 munmap | |
0.03 0.000571 142 4 prctl | |
0.03 0.000509 72 7 4 connect | |
0.02 0.000464 154 3 setsockopt | |
0.02 0.000390 35 11 brk | |
0.02 0.000310 7 44 fstat | |
0.01 0.000172 86 2 2 access | |
0.01 0.000169 15 11 socket | |
0.01 0.000104 8 12 futex | |
0.00 0.000050 12 4 recvmsg | |
0.00 0.000042 2 21 fcntl | |
0.00 0.000027 27 1 sendmsg | |
0.00 0.000026 13 2 1 stat | |
0.00 0.000022 5 4 getsockname | |
0.00 0.000021 4 5 prlimit64 | |
0.00 0.000020 1 12 rt_sigprocmask | |
0.00 0.000013 6 2 lseek | |
0.00 0.000013 6 2 getsockopt | |
0.00 0.000012 12 1 madvise | |
0.00 0.000010 3 3 bind | |
0.00 0.000009 3 3 kill | |
0.00 0.000009 9 1 getrandom | |
0.00 0.000008 8 1 arch_prctl | |
0.00 0.000007 7 1 1 rt_sigreturn | |
0.00 0.000007 3 2 accept | |
0.00 0.000006 6 1 getpeername | |
0.00 0.000005 5 1 set_tid_address | |
0.00 0.000005 0 6 set_robust_list | |
0.00 0.000004 0 5 clone | |
0.00 0.000000 0 1 dup2 | |
0.00 0.000000 0 2 getpid | |
0.00 0.000000 0 2 listen | |
0.00 0.000000 0 3 socketpair | |
0.00 0.000000 0 1 execve | |
0.00 0.000000 0 2 unlink | |
0.00 0.000000 0 2 umask | |
------ ----------- ----------- --------- --------- ---------------- | |
100.00 1.974429 13926 11 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment