You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/prober
Percy Wegmann 00a4504cf1 cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers
This new type of probe sends DERP packets sized similarly to CallMeMaybe packets
at a rate of 10 packets per second. It records the round-trip times in a Prometheus
histogram. It also keeps track of how many packets are dropped. Packets that fail to
arrive within 5 seconds are considered dropped.

Updates tailscale/corp#24522

Signed-off-by: Percy Wegmann <percy@tailscale.com>
12 months ago
..
derp.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 12 months ago
derp_test.go cmd/derpprobe,prober: add ability to restrict derpprobe to a single region 1 year ago
dns.go prober: export probe class and metrics from bandwidth prober 2 years ago
dns_example_test.go prober: export probe class and metrics from bandwidth prober 2 years ago
dns_test.go prober: export probe class and metrics from bandwidth prober 2 years ago
histogram.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 12 months ago
histogram_test.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 12 months ago
http.go prober: export probe class and metrics from bandwidth prober 2 years ago
prober.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 12 months ago
prober_test.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 12 months ago
status.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 12 months ago
status.html cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 12 months ago
tcp.go prober: export probe class and metrics from bandwidth prober 2 years ago
tls.go prober: export probe class and metrics from bandwidth prober 2 years ago
tls_test.go prober: add TLS probe constructor to split dial addr from cert name 2 years ago
tun_darwin.go prober: perform DERP bandwidth probes over TUN device to mimic real client 12 months ago
tun_default.go prober: perform DERP bandwidth probes over TUN device to mimic real client 12 months ago
tun_linux.go prober: perform DERP bandwidth probes over TUN device to mimic real client 12 months ago