-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Got to https://newtrackon.com/ and search for "torrust" on the right side search box:
We set the right tracker intervals in the tracker configuration (300 secs):
[core.announce_policy]
interval = 300
interval_min = 300
I don't see anything wierd in Grafana or Digital Ocean graphs:
The only reason I see is the latency. Maybe the tracker is too slow sending the response.
If I make a request with the tracker-client I get a fast response:
time cargo run --bin udp_tracker_client announce udp://tracker.torrust-demo.com:6969/announce 9c38422213e30bff212b30c360d26f9a02136422 | jq
Finished `dev` profile [optimized + debuginfo] target(s) in 0.08s
Running `/home/josecelano/Documents/git/committer/me/github/torrust/torrust-tracker/target/debug/udp_tracker_client announce 'udp://tracker.torrust-demo.com:6969/announce' 9c38422213e30bff212b30c360d26f9a02136422`
{
"AnnounceIpv4": {
"transaction_id": -888840697,
"announce_interval": 300,
"leechers": 0,
"seeders": 1,
"peers": []
}
}
real 0m0.333s
user 0m0.101s
sys 0m0.032s
Maybe we could add a new metric: upd_average_response_latency
cc @da2ce7
Metadata
Metadata
Assignees
Labels
No labels