Skip to content

v0.7.0

Compare
Choose a tag to compare
@guptarohit guptarohit released this 30 Mar 17:11
· 8 commits to master since this release
v0.7.0
2c1dc11

Added

  • CLI: Options to specify delimiter d and number of series sn

Changed

  • CLI: Option sc to specify series colors
Ping Latency Comparison: Google (Blue) vs. DuckDuckGo (Red) with asciigraph
command for above realtime ping comparison plot
{unbuffer paste -d, <(ping -i 0.4 google.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') <(ping -i 0.4 duckduckgo.com | sed -u -n -E 's/.*time=(.*)ms.*/\1/p') } | asciigraph -r -h 15 -w 60 -sn 2 -d "," -sc "blue,red" -c "Ping Latency Comparison: Google (Blue) vs. DuckDuckGo (Red)"