126b76271a
Resolves: RHEL-58317 Resolves: RHEL-53438 Resolves: RHEL-36576 Resolves: RHEL-54006 Signed-off-by: Tao Liu <ltao@redhat.com>
39 lines
1.5 KiB
Diff
39 lines
1.5 KiB
Diff
From 1489ae342e07f2537e60456d2c639f90fd2ec87f Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= <nabijaczleweli@nabijaczleweli.xyz>
|
|
Date: Wed, 2 Oct 2024 15:21:08 +0200
|
|
Subject: [PATCH 43/44] irqbalance.1: a , b => a, b; it's type => its type
|
|
|
|
---
|
|
irqbalance.1 | 7 +++----
|
|
1 file changed, 3 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/irqbalance.1 b/irqbalance.1
|
|
index a15fb63..05f7b48 100644
|
|
--- a/irqbalance.1
|
|
+++ b/irqbalance.1
|
|
@@ -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
|
|
@@ -220,4 +220,3 @@ Based on chosen tools, ancillary message with credentials needs to be sent with
|
|
|
|
.SH "HOMEPAGE"
|
|
https://github.com/Irqbalance/irqbalance
|
|
-
|
|
--
|
|
2.47.0
|
|
|