Download Latest Version asciigraph_0.7.3_Windows_i386.zip (864.3 kB)
Email in envelope

Get an email when there's a new version of asciigraph

Home / v0.7.0
Name Modified Size InfoDownloads / Week
Parent folder
asciigraph_0.7.0_sha512-checksums.txt 2024-03-30 1.7 kB
asciigraph_0.7.0_Windows_arm64.zip 2024-03-30 785.7 kB
asciigraph_0.7.0_Windows_armv6.zip 2024-03-30 815.4 kB
asciigraph_0.7.0_Darwin_arm64.tar.gz 2024-03-30 710.1 kB
asciigraph_0.7.0_Darwin_x86_64.tar.gz 2024-03-30 741.8 kB
asciigraph_0.7.0_Linux_arm64.tar.gz 2024-03-30 671.8 kB
asciigraph_0.7.0_Linux_armv6.tar.gz 2024-03-30 687.7 kB
asciigraph_0.7.0_Linux_i386.tar.gz 2024-03-30 688.9 kB
asciigraph_0.7.0_Linux_x86_64.tar.gz 2024-03-30 713.5 kB
asciigraph_0.7.0_Windows_i386.zip 2024-03-30 823.3 kB
asciigraph_0.7.0_Windows_x86_64.zip 2024-03-30 848.6 kB
README.md 2024-03-30 737 Bytes
v0.7.0 source code.tar.gz 2024-03-30 20.4 kB
v0.7.0 source code.zip 2024-03-30 27.9 kB
Totals: 14 Items   7.5 MB 0

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 :::sh {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)"
Source: README.md, updated 2024-03-30