Skip to content

v0.7.1

Compare
Choose a tag to compare
@guptarohit guptarohit released this 30 Mar 19:27
· 8 commits to master since this release
v0.7.1
956e426

Added

  • CLI: Option sl to specify legends for series
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 -sc "blue,red" -c "Ping Latency Comparison" -sl "Google, DuckDuckGo"