MatrixAI / Overwatch

Distributed Infrastructure Telemetry
2 stars 0 forks source link

Research Network QoS #5

Open olligobber opened 6 years ago

olligobber commented 6 years ago

Try to find cases where network bandwidth and latency are being monitored, and find tools for this.

Notes from 23/2 go into some of the pitfalls of monitoring for latency. Most articles refer to latency from disk reads rather than network latency, the points made are still relevant.

Look into an implementation of Quantile Estimation, such as this one in rust, and how it could be used by python or haskell programs (bindings?)