Some parts and ideas borrowed from rtop-vis!
Print nice graphs from bash STDIN.
For example:
while true ; do awk 'BEGIN{srand();print int(rand()\*(63000-2000))+2000 }' ; sleep 1 ; done | ./main --port 7071 --title Testing
Pull requests welcome.
See issues page
MIT license, see LICENSE.txt for details.