net-io (156B)
1 #!/bin/sh 2 3 netstat -b -w 1 -I em0 | \ 4 awk 'NR>3 { print $1/1024; print $2/1024; fflush }' | \ 5 ttyplot -2 -t "IN/OUT Bandwidth in KB/s" -u "KB/s" -c "#"
configPersonal configuration. | |
git clone git://code.dwrz.net/config | |
Log | Files | Refs |