Tracker Checker (UDP): add command to monitor uptime #1178
Labels
- Admin -
Enjoyable to Install and Setup our Software
- Developer -
Torrust Improvement Experience
Enhancement / Feature Request
Something New
Parent issue: #669
Relates to: torrust/torrust-demo#26
https://newtrackon.com/ is reporting a 93% uptime for the live demo UDP tracker.
When you run
netstat -su
you see that apparently packets are not rejected.I have also added a new metric for the announce request proceessing time and it's low (under 10 ms):
The processing time does not include the time sending the response to the client. https://newtrackon.com/ is reporting 222 ms for the response, which is under the 10 seconds they have set for the timeout.
Therefore I don't know why the uptime is only 93%.
I want to implement a simple script which is a loop to do the same https://newtrackon.com/ does. It will make an announce request every 5 minutes printing to console:
cc @da2ce7
The text was updated successfully, but these errors were encountered: