Skip to content

Commit

Permalink
Document migrateval
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Horman committed Apr 7, 2022
1 parent 0d47c11 commit 917b102
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions irqbalance.1
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,17 @@ script processing should continue
This indicates that an error has occurred in the script, and it should be skipped
(further processing to continue)

.TP
.B --migrateval, -e <val>
Specify a minimum migration ratio to trigger a rebalancing
Normally any improvement in load distribution will trigger the migration of an
irq, as long as preforming the migration will not simply move the load to a new
cpu. By specifying a migration value, the load balance improvement is subject
to hysteresis defined by this value, which is inversely propotional to the
value. For example, a value of 2 in this option tells irqbalance that the
improvement in load distribution must be at least 50%, a value of 4 indicates
the load distribution improvement must be at least 25%, etc

.TP
.B -s, --pid=<file>
Have irqbalance write its process id to the specified file. By default no
Expand Down

0 comments on commit 917b102

Please sign in to comment.