Re: [PATCH] app/procinfo: add xstats parameter to hide zero

2025-01-24 Thread Stephen Hemminger
On Fri, 24 Jan 2025 18:00:32 +0800 Dengdui Huang wrote: > The number of xstats may be large, after the hide zero parameter to > hide zero only non-zero values can be displayed. > > So display xstats with hide zero: > dpdk-proc-info --proc-type=secondary -- --xstats > and without hide zero: >

[PATCH] app/procinfo: add xstats parameter to hide zero

2025-01-24 Thread Dengdui Huang
The number of xstats may be large, after the hide zero parameter to hide zero only non-zero values can be displayed. So display xstats with hide zero: dpdk-proc-info --proc-type=secondary -- --xstats and without hide zero: dpdk-proc-info --proc-type=secondary -- --xstats=hide_zero Signed-