aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/scripts/netstats.sh
blob: 66447ec8298ccd34cf8539a2ddd516aaf38ef31e (plain)
1
2
3
4
5
#!/bin/bash

# Optimized: Single netstat call with direct output processing
netstat -w1 2>&1 | awk 'NR==3 {printf "{ \"download\": %s, \"upload\": %s}", $4, $6; exit}'