Skip to content

Instantly share code, notes, and snippets.

View samvignoli's full-sized avatar

Sam Vignoli samvignoli

View GitHub Profile
@samvignoli
samvignoli / netpps.sh
Created November 5, 2015 23:54 — forked from joemiller/netpps.sh
shell: quick linux scripts for showing network bandwidth or packets-per-second
#!/bin/bash
if [ -z "$1" ]; then
echo
echo usage: $0 network-interface
echo
echo e.g. $0 eth0
echo
echo shows packets-per-second