Skip to content

Instantly share code, notes, and snippets.

View jgehrcke's full-sized avatar
🐒
🐳

Dr. Jan-Philip Gehrcke jgehrcke

🐒
🐳
View GitHub Profile
@joemiller
joemiller / netpps.sh
Last active January 12, 2024 15:39
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