Skip to content

Commit

Permalink
irqbalance.1: a , b => a, b; it's type => its type
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Oct 2, 2024
1 parent dd5a75a commit 1489ae3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions irqbalance.1
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ Forces a rescan of the available IRQs and system topology.
irqbalance is able to communicate via socket and return it's current assignment
tree and setup, as well as set new settings based on sent values. Socket is abstract,
with a name in form of
.B irqbalance<PID>.sock
, where <PID> is the process ID of irqbalance instance to communicate with.
.BR irqbalance<PID>.sock ,
where <PID> is the process ID of irqbalance instance to communicate with.
Possible values to send:
.TP
.B stats
Retrieve assignment tree of IRQs to CPUs, in recursive manner. For each CPU node
in tree, it's type, number, load and whether the save mode is active are sent. For
in tree, its type, number, load and whether the save mode is active are sent. For
each assigned IRQ type, it's number, load, number of IRQs since last rebalancing
and it's class are sent. Refer to types.h file for explanation of defines.
.TP
Expand All @@ -220,4 +220,3 @@ Based on chosen tools, ancillary message with credentials needs to be sent with

.SH "HOMEPAGE"
https://github.com/Irqbalance/irqbalance

0 comments on commit 1489ae3

Please sign in to comment.