using gource to map pretty network graphs
Opened this issue · 0 comments
nixinator commented
MOVED TO DISCUSSIONS (can't delete this issue!)
I'd like to take the machine readable output (csv, xml ) of https://www.cloudflare.com/en-gb/learning/network-layer/what-is-mtr/
can gource be told to work with other data formats, mainly the output of mtr is a
Directed acyclic graph of network nodes, latency, loss , so it's quite close to file system graph.
it might be quite cool to represent them in realtime using gource.
Mtr_Version,Start_Time,Status,Host,Hop,Ip,Loss%,Snt, ,Last,Avg,Best,Wrst,StDev,
MTR.0.95,1698962302,OK,www.google.com,1,_gateway,0.00,10,0,0.88,1.13,0.79,3.30,0.77
MTR.0.95,1698962302,OK,www.google.com,2,192.168.0.1,0.00,10,0,2.06,2.17,1.49,3.17,0.53
MTR.0.95,1698962302,OK,www.google.com,6,tele-ic-9-ae0-0.network.virginmedia.net,0.00,10,0,22.13,19.78,16.52,25.22,2.95
MTR.0.95,1698962302,OK,www.google.com,7,86-14-250-212.static.virginm.net,0.00,10,0,19.72,21.68,18.80,26.93,2.95
MTR.0.95,1698962302,OK,www.google.com,8,216.239.54.127,0.00,10,0,19.45,20.97,17.28,24.49,2.20
MTR.0.95,1698962302,OK,www.google.com,9,142.251.52.151,0.00,10,0,19.45,20.91,17.37,25.26,2.83
MTR.0.95,1698962302,OK,www.google.com,10,lhr48s28-in-f4.1e100.net,0.00,10,0,19.36,20.59,17.24,29.55,3.49
it can also output XML and raw, so i'm say what does data formats can gourse read out of the box?