You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/monitoring.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -618,33 +618,28 @@ A list of the available metrics, with a short description:
618
618
<tr><th>Executor Level Metric name</th>
619
619
<th>Short description</th>
620
620
</tr>
621
-
<tr>
621
+
<tr>
622
622
<td>totalGCTime</td>
623
623
<td>Elapsed time the JVM spent in garbage collection summed in this Executor.
624
624
The value is expressed in milliseconds.</td>
625
625
</tr>
626
-
</tr>
627
-
<tr>
626
+
<tr>
628
627
<td>totalInputBytes</td>
629
628
<td>Total input bytes summed in this Executor.</td>
630
629
</tr>
631
-
</tr>
632
-
<tr>
630
+
<tr>
633
631
<td>totalShuffleRead</td>
634
632
<td>Total shuffer read bytes summed in this Executor.</td>
635
633
</tr>
636
-
</tr>
637
-
<tr>
634
+
<tr>
638
635
<td>totalShuffleWrite</td>
639
636
<td>Total shuffer write bytes summed in this Executor.</td>
640
637
</tr>
641
-
</tr>
642
-
<tr>
638
+
<tr>
643
639
<td>maxMemory</td>
644
640
<td>Total amount of memory available for storage, in bytes.</td>
645
641
</tr>
646
-
</tr>
647
-
<tr>
642
+
<tr>
648
643
<td>memoryMetrics.*</td>
649
644
<td>Current value of memory metrics:</td>
650
645
</tr>
@@ -668,7 +663,7 @@ A list of the available metrics, with a short description:
668
663
<td>peakMemoryMetrics.*</td>
669
664
<td>Peak value of memory (and GC) metrics:</td>
670
665
</tr>
671
-
<tr>
666
+
<tr>
672
667
<td> .JVMHeapMemory</td>
673
668
<td>Peak memory usage of the heap that is used for object allocation.
674
669
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