Skip to content
Snippets Groups Projects
Commit cbfb6680 authored by Alejandro Sanchez's avatar Alejandro Sanchez Committed by Tim Wickberg
Browse files

Docs - clarify "Agent queue size" and "Agent count" in sdiag man page.

Remove misleading reference to the deprecated MAX_AGENT_CNT macro.

Bug 6855.
parent b88f9d69
No related branches found
No related tags found
No related merge requests found
...@@ -33,12 +33,13 @@ bottleneck. ...@@ -33,12 +33,13 @@ bottleneck.
\fBAgent queue size\fR \fBAgent queue size\fR
Slurm design has scalability in mind and sending messages to thousands of nodes Slurm design has scalability in mind and sending messages to thousands of nodes
is not a trivial task. The agent mechanism helps to control communication is not a trivial task. The agent mechanism helps to control communication
between the slurm daemons and the controller for a best effort. If this values between slurmctld and the slurmd daemons for a best effort. This value denotes
is close to MAX_AGENT_CNT there could be some delays affecting jobs management. the count of enqueued outgoing RPC requests in an internal retry list.
.TP .TP
\fBAgent count\fR \fBAgent count\fR
Number of active agent threads. Number of agent threads. Each of these agent threads can create in turn a group
of up to 2 + AGENT_THREAD_COUNT active threads at a time.
.TP .TP
\fBDBD Agent queue size\fR \fBDBD Agent queue size\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment