meshping
meshping copied to clipboard
More interesting maths literature on heatmaps and on automatic error detection
Since I've found a few links over the years that have inspired me, that I would like to someday maybe turn into further features in Meshping, but I'm not sure when that may happen or what else to do with those links right now, I'm bookmarking them here so that I can come back to them when I need them.
Heatmaps and their visualization: https://queue.acm.org/detail.cfm?id=1809426
Theo Schlossnagle mentioned CUSUM as a method to detect from the latencies when it looks like we're screwed: https://de.wikipedia.org/wiki/CUSUM (might be insteresting to explore, however we might just not ping often enough for that to actually work)
Brendan Gregg on how to do modality detection: https://www.brendangregg.com/FrequencyTrails/modes.html
Maybe we could combine those indicators with the actual packet loss metric in some way, to see if we can find a model that's able to predict those from measured latencies.