I am confused about the network speed outputs:
If the report says:
sar -n DEV 1 1
Linux 2.6.18-194.el5PAE (dev-db) 03/26/2011 _i686_ (8 CPU)
01:11:13 PM IFACE rxpck/s txpck/s rxbyt/s txbyt/s rxcmp/s txcmp/s rxmcst/s
01:11:14 PM eth0 342.57 342.57 93923.76 141773.27 0.00 0.00 0.00
Does it mean that there is only an average of 342 packets that could have transmitted in the last second or it mean there is an average of 342 packets that were actually transmitted in the last second?
I think the second sentence is correct. But how can it tell the network performance is good or bad? I mean it only tells how many packets actually were transmitted but doesn't tell the reason if there is demand/no demand for packet transmission or if the throughput is reduced due to external network traffic.
This question has been there in my mind for years.