mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update nettraf
fix jitter
This commit is contained in:
parent
ed3e85ce11
commit
e6643f59fd
@ -25,4 +25,4 @@ update() {
|
||||
rx=$(update /sys/class/net/[ew]*/statistics/rx_bytes)
|
||||
tx=$(update /sys/class/net/[ew]*/statistics/tx_bytes)
|
||||
|
||||
printf "🔻%sB 🔺%sB\\n" $(numfmt --to=iec $rx) $(numfmt --to=iec-i $tx)
|
||||
printf "🔻%4sB 🔺%4sB\\n" $(numfmt --to=iec $rx) $(numfmt --to=iec-i $tx)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user