sbm

simple bandwidth monitor
git clone git://git.2f30.org/sbm
Log | Files | Refs | LICENSE

commit 9fe830f56ae68592750057d43e549e15d6fb80b6
parent 4355e85ee8fe69dd8e514d64376db722e51fa04d
Author: Quentin Rameau <quinq@fifth.space>
Date:   Thu, 28 Jul 2016 21:43:38 +0200

Print Rx/Tx after whole throughput measuring

Diffstat:
Msbm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbm.c b/sbm.c @@ -169,7 +169,7 @@ print(char *ifname, uint64_t rxbits, uint64_t txbits, if (!tflag) { rxround = scale(&rxsuffix, rxbits); txround = scale(&txsuffix, txbits); - printf("%s: %6.2f Rx %4s %6.2f Tx %4s %5llu Rx pps %5llu Tx pps\n", + printf("%s: %6.2f %4s Rx %6.2f %4s Tx %5llu pps Rx %5llu pps Tx\n", ifname, rxround, rxsuffix,