Skip to content

Commit 4049689

Browse files
committed
remove duping tr
1 parent c158ac0 commit 4049689

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

docs/monitoring.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -618,33 +618,28 @@ A list of the available metrics, with a short description:
618618
<tr><th>Executor Level Metric name</th>
619619
<th>Short description</th>
620620
</tr>
621-
<tr>
621+
<tr>
622622
<td>totalGCTime</td>
623623
<td>Elapsed time the JVM spent in garbage collection summed in this Executor.
624624
The value is expressed in milliseconds.</td>
625625
</tr>
626-
</tr>
627-
<tr>
626+
<tr>
628627
<td>totalInputBytes</td>
629628
<td>Total input bytes summed in this Executor.</td>
630629
</tr>
631-
</tr>
632-
<tr>
630+
<tr>
633631
<td>totalShuffleRead</td>
634632
<td>Total shuffer read bytes summed in this Executor.</td>
635633
</tr>
636-
</tr>
637-
<tr>
634+
<tr>
638635
<td>totalShuffleWrite</td>
639636
<td>Total shuffer write bytes summed in this Executor.</td>
640637
</tr>
641-
</tr>
642-
<tr>
638+
<tr>
643639
<td>maxMemory</td>
644640
<td>Total amount of memory available for storage, in bytes.</td>
645641
</tr>
646-
</tr>
647-
<tr>
642+
<tr>
648643
<td>memoryMetrics.*</td>
649644
<td>Current value of memory metrics:</td>
650645
</tr>
@@ -668,7 +663,7 @@ A list of the available metrics, with a short description:
668663
<td>peakMemoryMetrics.*</td>
669664
<td>Peak value of memory (and GC) metrics:</td>
670665
</tr>
671-
<tr>
666+
<tr>
672667
<td>&nbsp;&nbsp;&nbsp;&nbsp;.JVMHeapMemory</td>
673668
<td>Peak memory usage of the heap that is used for object allocation.
674669
The heap consists of one or more memory pools. The used and committed size of the returned memory usage is the sum of those values of all heap memory pools whereas the init and max size of the returned memory usage represents the setting of the heap memory which may not be the sum of those of all heap memory pools.

0 commit comments

Comments
 (0)