You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* reorder network/nic tables in report
Signed-off-by: Harper, Jason M <[email protected]>
* address magic number
Co-authored-by: Copilot <[email protected]>
* fix: return empty string instead of "N/A" for empty queue mappings
Signed-off-by: Harper, Jason M <[email protected]>
---------
Signed-off-by: Harper, Jason M <[email protected]>
Co-authored-by: Copilot <[email protected]>
{Name: "MTU", Description: "Maximum Transmission Unit. The largest size packet or frame, specified in octets (eight-bit bytes), that can be sent in a packet- or frame-based network such as the Internet."},
1638
1639
{Name: "TX Queues"},
1639
1640
{Name: "RX Queues"},
1640
-
{Name: "IRQBalance", Description: "System level setting. Dynamically monitors system activity and spreads IRQs across available cores, aiming to balance CPU load, improve throughput, and reduce latency for interrupt-heavy workloads."},
1641
1641
{Name: "Adaptive RX", Description: "Enables dynamic adjustment of receive interrupt coalescing based on traffic patterns."},
1642
1642
{Name: "Adaptive TX", Description: "Enables dynamic adjustment of transmit interrupt coalescing based on traffic patterns."},
1643
1643
{Name: "rx-usecs", Description: "Sets the delay, in microseconds, before an interrupt is generated after receiving a packet. Higher values reduce CPU usage (by batching packets), but increase latency. Lower values reduce latency, but increase interrupt rate and CPU load."},
0 commit comments