Created
November 7, 2017 14:57
-
-
Save bitbonsai/73e1c87f15a22e7fb619b046878e63f1 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
me at node1 in ~ | |
NSS_SDB_USE_CACHE=YES strace -fc -e trace=access curl 'https://foobar.booking.com/' > /dev/null | |
Process 14247 attached | |
% time seconds usecs/call calls errors syscall | |
------ ----------- ----------- --------- --------- ---------------- | |
100.00 0.000009 0 32 30 access | |
------ ----------- ----------- --------- --------- ---------------- | |
100.00 0.000009 32 30 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment