ethq

所属分类:以太坊
开发工具:C++
文件大小:42KB
下载次数:0
上传日期:2023-01-30 11:01:59
上 传 者sh-1993
说明:  以太网NIC队列统计信息查看器
(Ethernet NIC Queue stats viewer)

文件列表:
COPYRIGHT (257, 2023-01-27)
LICENSE (15921, 2023-01-27)
Makefile (738, 2023-01-27)
drv_amazon.cc (540, 2023-01-27)
drv_bcm.cc (824, 2023-01-27)
drv_emulex.cc (547, 2023-01-27)
drv_generic.cc (533, 2023-01-27)
drv_intel.cc (1042, 2023-01-27)
drv_mellanox.cc (570, 2023-01-27)
drv_sfc.cc (572, 2023-01-27)
drv_virtio.cc (551, 2023-01-27)
drv_vmware.cc (1311, 2023-01-27)
ethq.cc (6015, 2023-01-27)
ethq_test.cc (2299, 2023-01-27)
ethtool++.cc (3103, 2023-01-27)
ethtool++.h (1105, 2023-01-27)
interface.cc (4064, 2023-01-27)
interface.h (1550, 2023-01-27)
optval.h (1142, 2023-01-27)
parser.cc (2912, 2023-01-27)
parser.h (2568, 2023-01-27)
tests (0, 2023-01-27)
tests\be2net (6536, 2023-01-27)
tests\bnx2 (1216, 2023-01-27)
tests\bnx2x (6206, 2023-01-27)
tests\e1000e (1043, 2023-01-27)
tests\ena (2822, 2023-01-27)
tests\i40e (5042, 2023-01-27)
tests\i40e-v2.3.2k (10589, 2023-01-27)
tests\iavf (1607, 2023-01-27)
tests\ice (16902, 2023-01-27)
tests\mlx5_core (17164, 2023-01-27)
tests\r8169 (277, 2023-01-27)
tests\sfc (3404, 2023-01-27)
tests\tg3 (1608, 2023-01-27)
tests\virtio_net (232, 2023-01-27)
tests\vmxnet3 (1790, 2023-01-27)
... ...

EthQ ==== Displays an auto-updating per-second count of the number of packets and bytes being handled by each specified NIC, and on multi-queue NICs shows the per-queue statistics too. Usage: `ethq [-g] [-t] [interface ...]`. With `-t` specified the display just scrolls on the terminal, otherwise it runs in an auto-refreshing window. For information about the `-g` flag see "NIC Support", below. Requirements ------------ This software only runs on Linux. It requires a C++11 compiler and the NCurses library. NIC Support ----------- The format of the names of the statistics values from a NIC is highly driver specific. The code currently supports the output from the following NIC drivers: - Broadcom `bnx2`, `bnx2x`, `tg3` - Emulex `be2net` - Intel `e1000e`, `igb`, `ixgbe`, `i40e`, `iavf`, `ice` - Mellanox `mlx5_core`, `mlx4_en` - RealTek `r8169` - Virtio `virtio_net` - VMware `vmxnet3` The `-g` flag allows for fallback to a generic driver that knows how to parse statistics in this format: ``` rx_packets: 567425 tx_packets: 274383 rx_bytes: 703224479 tx_bytes: 31313190 ``` To request support for additional NICs, please raise a github issue and include the output of `ethtool -i` and attach the output of `ethtool -S` for your interface.

近期下载者

相关文件


收藏者