summaryrefslogtreecommitdiff
path: root/include/linux/kernel_read_file.h
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2025-11-07 08:22:26 -0800
committerPaolo Abeni <pabeni@redhat.com>2025-11-11 12:21:04 +0100
commit3f0a638d45fcf98f7a53ece0aadf928dfc328a06 (patch)
treefd90dae50794c4aed56162d197b879ad71f46f3b /include/linux/kernel_read_file.h
parent124dac9b421ca8e69ed11ad7a0fc1794d03c2519 (diff)
tools: ynltool: add qstats support
$ ynltool qstat eth0 rx-packets: 493192163 rx-bytes: 1442544543997 tx-packets: 745999838 tx-bytes: 4574215826482 tx-stop: 7033 tx-wake: 7033 $ ynltool qstat show group-by queue eth0 rx-0 packets: 70196880 bytes: 178633973750 eth0 rx-1 packets: 63623419 bytes: 197274745250 ... eth0 tx-1 packets: 98645810 bytes: 631247647938 stop: 1048 wake: 1048 eth0 tx-2 packets: 86775824 bytes: 563930471952 stop: 1126 wake: 1126 ... $ ynltool -j qstat | jq [ { "ifname": "eth0", "ifindex": 2, "rx": { "packets": 493396439, "bytes": 1443608198921 }, "tx": { "packets": 746239978, "bytes": 4574333772645, "stop": 7072, "wake": 7072 } } ] Signed-off-by: Jakub Kicinski <kuba@kernel.org> Link: https://patch.msgid.link/20251107162227.980672-4-kuba@kernel.org Acked-by: Stanislav Fomichev <sdf@fomichev.me> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/linux/kernel_read_file.h')
0 files changed, 0 insertions, 0 deletions