Skip to content

Instantly share code, notes, and snippets.

@ottomata
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ottomata/9095219 to your computer and use it in GitHub Desktop.
Save ottomata/9095219 to your computer and use it in GitHub Desktop.
bits varnishkafka strace -C
# producer thread for analytics1021
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
94.64 0.141256 457 309 poll
5.36 0.008001 8001 1 restart_syscall
0.00 0.000000 0 32 madvise
0.00 0.000000 0 285 sendmsg
0.00 0.000000 0 773 257 recvmsg
0.00 0.000000 0 11 futex
------ ----------- ----------- --------- --------- ----------------
100.00 0.149257 1411 257 total
# producer thread for analytics1022
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
97.45 0.155567 462 337 poll
2.51 0.004000 4000 1 restart_syscall
0.00 0.000000 0 30 madvise
0.04 0.000066 0 306 sendmsg
0.00 0.000000 0 818 272 recvmsg
0.00 0.000000 0 2 futex
------ ----------- ----------- --------- --------- ----------------
100.00 0.159633 1494 272 total
# producer thread for analytics1021
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
98.51 0.547776 1405 390 poll
0.72 0.004000 4000 1 restart_syscall
0.00 0.000000 0 26 madvise
0.03 0.000188 1 363 sendmsg
0.01 0.000078 0 1124 364 recvmsg
0.72 0.004000 571 7 futex
------ ----------- ----------- --------- --------- ----------------
100.00 0.556042 1911 364 total
# producer thread for analytics1022
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
100.00 0.558517 1610 347 poll
0.00 0.000000 0 1 restart_syscall
0.00 0.000000 0 24 madvise
0.00 0.000000 0 336 sendmsg
0.00 0.000000 0 990 328 recvmsg
0.00 0.000000 0 6 futex
------ ----------- ----------- --------- --------- ----------------
100.00 0.558517 1704 328 total
# producer thread for analytics1021
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
96.87 0.248015 13053 19 poll
3.13 0.008001 8001 1 restart_syscall
0.00 0.000000 0 1 sendmsg
0.00 0.000000 0 3 1 recvmsg
------ ----------- ----------- --------- --------- ----------------
100.00 0.256016
# producer thread for analytics1022
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
100.00 0.305222 1557 196 poll
0.00 0.000000 0 1 restart_syscall
0.00 0.000000 0 201 sendmsg
0.00 0.000000 0 579 189 recvmsg
0.00 0.000000 0 1 futex
------ ----------- ----------- --------- --------- ----------------
100.00 0.305222 978 189 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment