I want to get the network latency for network interfaces using SAR on linux environment. sar -n command provides following output:
10:00:13 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s
10:00:14 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00
10:00:14 AM eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00
10:00:14 AM eth1 0.00 0.00 0.00 0.00 0.00 0.00 0.00