diff options
| author | Simon Xiao <[email protected]> | 2017-01-24 13:06:13 -0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-01-24 16:29:01 -0500 |
| commit | 6c80f3fc2398aef22798e8ac4258454b1062f3fb (patch) | |
| tree | 1101688cc456925a87c943138f2521c29550820d /tools/perf/scripts/python | |
| parent | 793e39555511bccd73308c41205b72448d0077db (diff) | |
netvsc: report per-channel stats in ethtool statistics
Report packets and bytes transferred through a vmbus channel via ethtool.
This supersedes need for per-cpu statistics.
Example:
$ ethtool -S eth0
NIC statistics:
...
tx_queue_0_packets: 3523179
tx_queue_0_bytes: 505370920
rx_queue_0_packets: 41430490
rx_queue_0_bytes: 62714661254
tx_queue_1_packets: 0
tx_queue_1_bytes: 0
rx_queue_1_packets: 0
rx_queue_1_bytes: 0
...
Reviewed-by: Long Li <[email protected]>
Reviewed-by: K. Y. Srinivasan <[email protected]>
Reviewed-by: Haiyang Zhang <[email protected]>
Signed-off-by: Simon Xiao <[email protected]>
Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions