Following the changes that will likely increase traffic to the fast node.
I wanted to know if it was possible to determine whether one node would win the race against another with a simple ping like this?
Does it make sense?
ping 185.244.226.3
my result:
64 bytes from 185.244.226.3: icmp_seq=2 ttl=53 time=10.7 ms
64 bytes from 185.244.226.3: icmp_seq=3 ttl=53 time=10.7 ms
64 bytes from 185.244.226.3: icmp_seq=4 ttl=53 time=10.7 ms
64 bytes from 185.244.226.3: icmp_seq=5 ttl=53 time=10.7 ms
64 bytes from 185.244.226.3: icmp_seq=6 ttl=53 time=10.7 ms
64 bytes from 185.244.226.3: icmp_seq=7 ttl=53 time=10.7 ms
64 bytes from 185.244.226.3: icmp_seq=8 ttl=53 time=10.7 ms
64 bytes from 185.244.226.3: icmp_seq=9 ttl=53 time=10.8 ms
64 bytes from 185.244.226.3: icmp_seq=10 ttl=53 time=10.7 ms
64 bytes from 185.244.226.3: icmp_seq=11 ttl=53 time=10.7 ms
$ whois 185.244.226.3
% This is the RIPE Database query service.
% The objects are in RPSL format.
%
% The RIPE Database is subject to Terms and Conditions.
% See https://docs.db.ripe.net/terms-conditions.html
% Note: this output has been filtered.
% To receive output for a database update, use the "-B" flag.
% Information related to '185.244.226.0 - 185.244.226.7'
% Abuse contact for '185.244.226.0 - 185.244.226.7' is 'ops@storj.io'
inetnum: 185.244.226.0 - 185.244.226.7
netname: STORJ-DE-FRA1
country: DE
admin-c: OA3075-RIPE
tech-c: OA3075-RIPE
status: ASSIGNED PA
mnt-by: lir-us-storj-1-MNT
created: 2021-04-14T12:00:28Z
last-modified: 2021-04-14T12:22:53Z
source: RIPE
role: Operations
address: 3423 Piedmont Rd NE
address: 30305
address: Atlanta
address: UNITED STATES
phone: +17348347084
nic-hdl: OA3075-RIPE
mnt-by: lir-us-storj-1-MNT
created: 2021-02-24T08:21:42Z
last-modified: 2021-02-24T08:21:43Z
source: RIPE # Filtered
% Information related to '185.244.226.0/24AS211541'
route: 185.244.226.0/24
origin: AS211541
mnt-by: lir-us-storj-1-MNT
created: 2022-04-18T22:11:49Z
last-modified: 2022-04-18T22:11:49Z
source: RIPE
% Information related to '185.244.226.0/24AS212238'
route: 185.244.226.0/24
origin: AS212238
created: 2024-11-05T10:54:10Z
last-modified: 2024-11-05T10:54:10Z
source: RIPE
mnt-by: lir-us-storj-1-MNT
% This query was served by the RIPE Database Query Service version 1.118.1 (DEXTER)
This is not a good measure because customers send their data directly to nodes, not to the satellites and then to you. Even then, distance is not a good metric; you need to incorporate peering and routing. i.e. some traffic may take non-intuitive routes to some peers.
Ping almost doesn’t matter, @Ambifacient is correct. You need mtr instead. But you would only check the route to the link sharing services, not the actual speed.