Skip to content

Commit 6c85dd1

Browse files
committed
threadpools -> thread pools
1 parent 5096094 commit 6c85dd1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

File renamed without changes.

en/operations/monitoring.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 id="dashboard-tabs">Tabs and filters</h3>
5050
<td>Document counts, Proton resource usage, executor utilization, maintenance jobs</td>
5151
<td>Deep investigation of search engine internals</td></tr>
5252
<tr><td><strong>Resources</strong></td>
53-
<td>CPU, memory, disk, GPU, JVM, threadpools</td>
53+
<td>CPU, memory, disk, GPU, JVM, thread pools</td>
5454
<td>Sizing and scaling decisions</td></tr>
5555
<tr><td><strong>Health</strong></td>
5656
<td>Cluster state, data consistency, restarts, reindexing, resource limits</td>
@@ -396,7 +396,7 @@ <h3 id="resources-tab">Resources tab</h3>
396396
<p>
397397
The Resources tab is the primary tool for sizing decisions. Node-level resources
398398
(CPU, memory, disk) are grouped per cluster. Container-specific metrics
399-
(JVM, threadpools, GPU, network) are grouped per container cluster.
399+
(JVM, thread pools, GPU, network) are grouped per container cluster.
400400
</p>
401401

402402
<h4 id="resources-healthy-values">Typical healthy values</h4>
@@ -419,8 +419,8 @@ <h4 id="resources-healthy-values">Typical healthy values</h4>
419419
(especially disk index fusion) temporarily increase resource usage.
420420
</p>
421421

422-
<h4 id="container-threadpools">Container threadpools</h4>
423-
<img src="/assets/img/monitoring-container-threadpools.png" alt="Container threadpools row with per-pool avg/max panels">
422+
<h4 id="container-thread-pools">Container thread pools</h4>
423+
<img src="/assets/img/monitoring-container-thread-pools.png" alt="Container thread pools row with per-pool avg/max panels">
424424
<p>Which thread pools exist on a container depends on which elements are configured
425425
in <code>services.xml</code>:</p>
426426
<table class="table">
@@ -454,7 +454,7 @@ <h4 id="container-threadpools">Container threadpools</h4>
454454
The default pool uses a synchronous queue (capacity 0), so there is no buffering &mdash;
455455
if no thread is available, the task is rejected.</li>
456456
<li><strong>Queue utilization</strong> &mdash; percentage of configured queue capacity used
457-
(only meaningful for threadpools with bounded queues)</li>
457+
(only meaningful for thread pools with bounded queues)</li>
458458
</ul>
459459

460460
<h4 id="jvm-memory">JVM memory breakdown</h4>

0 commit comments

Comments
 (0)