Skip to content

Instantly share code, notes, and snippets.

@musicking
musicking / netpps.sh
Last active August 29, 2015 14:07 — forked from joemiller/netpps.sh
#!/bin/bash
if [ -z "$1" ]; then
echo
echo usage: $0 network-interface
echo
echo e.g. $0 eth0
echo
echo shows packets-per-second
@musicking
musicking / netpps.sh
Last active August 29, 2015 14:07 — forked from joemiller/netpps.sh
#!/bin/bash
if [ -z "$1" ]; then
echo
echo usage: $0 network-interface
echo
echo e.g. $0 eth0
echo
echo shows packets-per-second