find interface upload download bandwidth statistics

parse /proc/net/dev
OR
cat /sys/class/net/eth0/statistics/tx_bytes (or rx_bytes for the number of received bytes)

No comments:

Post a Comment