Skip to content

Instantly share code, notes, and snippets.

@mlazarov
Last active December 15, 2017 11:35
Show Gist options
  • Save mlazarov/1e97b7cc4fdec9bf88eb55a22c7be9a2 to your computer and use it in GitHub Desktop.
Save mlazarov/1e97b7cc4fdec9bf88eb55a22c7be9a2 to your computer and use it in GitHub Desktop.
nginx time tracking
# http
log_format timed_combined '$upstream_response_time\t"$request" $status $body_bytes_sent';
# server
access_log /var/log/nginx/times.log timed_combined;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment