Skip to content

Tracker uptime in newtrackon.com is too low (60.80%) #26

@josecelano

Description

@josecelano

Got to https://newtrackon.com/ and search for "torrust" on the right side search box:

image

We set the right tracker intervals in the tracker configuration (300 secs):

image

[core.announce_policy]
interval = 300
interval_min = 300

I don't see anything wierd in Grafana or Digital Ocean graphs:

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions