Skip to content

Instantly share code, notes, and snippets.

@prigaux
Last active March 13, 2019 09:44
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 prigaux/ffedb4b837e4ec3a30e62092215ef6c5 to your computer and use it in GitHub Desktop.
Save prigaux/ffedb4b837e4ec3a30e62092215ef6c5 to your computer and use it in GitHub Desktop.
monitor nginx live requests (using lua) (similar to apache httpd ExtendedStatus)
@prigaux
Copy link
Author

prigaux commented Oct 19, 2018

NB : known limitation : the requests are identified by start time, so it may skip some requests

@prigaux
Copy link
Author

prigaux commented Mar 13, 2019

Moved to https://framagit.org/snippets/2820
This version does not skip some requests!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment