0

Using Nginx as a proxy for another HTTP application server. Is there a way to know for every 10 minutes how many connections are being dropped from ngnix to backend and also from front end to ngnix?

Thanks

wjimenez5271
  • 729
  • 2
  • 6
  • 16

1 Answers1

1

Nginx Stub status module is your answer

wtop might also come in handy.

kaji
  • 2,528
  • 16
  • 17