Skip to main content
Improved readability. Slightly amended edit by Paulo Tomé
Source Link
AdminBee
  • 23.6k
  • 25
  • 55
  • 77

Interface statistics are primarily kept in /sys/class/net//sys/class/net/<interface> and include statistics on tx/rx fifo errors, collisions, etc. You will have to look through the stats as some are driver specific.

Jitter would tend to be a flow level concept, since the measurement would be on that 5-tuple. You may need to use different tools for that.

Interface statistics are primarily kept in /sys/class/net/ and include statistics on tx/rx fifo errors, collisions, etc. You will have to look through the stats as some are driver specific.

Jitter would tend to be a flow level concept, since the measurement would be on that 5-tuple. You may need to use different tools for that.

Interface statistics are primarily kept in /sys/class/net/<interface> and include statistics on tx/rx fifo errors, collisions, etc. You will have to look through the stats as some are driver specific.

Jitter would tend to be a flow level concept, since the measurement would be on that 5-tuple. You may need to use different tools for that.

Interface statsstatistics are primarily kept in /sys/class/net/ and include statsstatistics on tx/rx fifo errors, collisions, etc. You will have to look through the stats as some are driver specific.

Jitter would tend to be a flow level concept, since the measurement would be on that 5-tuple. You may need to use different tools for that.

Interface stats are primarily kept in /sys/class/net/ and include stats on tx/rx fifo errors, collisions, etc. You will have to look through the stats as some are driver specific.

Jitter would tend to be a flow level concept, since the measurement would be on that 5-tuple. You may need to use different tools for that

Interface statistics are primarily kept in /sys/class/net/ and include statistics on tx/rx fifo errors, collisions, etc. You will have to look through the stats as some are driver specific.

Jitter would tend to be a flow level concept, since the measurement would be on that 5-tuple. You may need to use different tools for that.

Source Link
Kevin
  • 11
  • 3

Interface stats are primarily kept in /sys/class/net/ and include stats on tx/rx fifo errors, collisions, etc. You will have to look through the stats as some are driver specific.

Jitter would tend to be a flow level concept, since the measurement would be on that 5-tuple. You may need to use different tools for that