Page MenuHomeVyOS Platform

Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ)
Open, NormalPublicFEATURE REQUEST

Description

Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ)

Check command: sysctl net.core.netdev_budget_usecs
We can use sysctl to change it by set system sysctl but maybe it is better to add a separate command.

Check command: sysctl net.core.netdev_budget
We can use sysctl to change it by set system sysctl but maybe it is better to add a separate command.

To monitor if drops grow or not we use
3rd column in cat /proc/net/softnet_stat
Need to add a CLI command to monitor these values.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Related Objects

Event Timeline

a.apostoliuk renamed this task from Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ) to Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ) netdev_budget.
a.apostoliuk triaged this task as Normal priority.
a.apostoliuk renamed this task from Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ) netdev_budget to Add CLI command to configure, show, and monitor Interrupt Coalescing (soft IRQ).Jul 4 2024, 12:08 PM