summaryrefslogtreecommitdiff
path: root/contrib/measure-net-speed-i3status.bash
AgeCommit message (Collapse)Author
2017-01-02Consolidate measure speed script (#188)Moritz Warning
* remove old net speed scripts * add reworked net-speed script * add space between rate and speed suffix it is easier to parse visually * only use intervals greater zero * add ifaces examples * catch negativ byte count happens when the counter resets
2013-02-27contrib: fix premature insetion of status message into JSONJiri Pinkava
Pass first 2 lines of JSON unmodified. It contains protocol version and start of block of blocks of status messages.
2012-08-04Import measure-net-speed bash scripts to contrib/Michael Stapelberg