Skip to content

Instantly share code, notes, and snippets.

@Nixtren
Nixtren / netpps.sh
Created July 27, 2016 19:47 — 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