Merge pull request #540 from sgup432/pa_metrics_doc
Removing deprecated metrics from PA documentation
This commit is contained in:
commit
933a0567d0
|
@ -116,8 +116,6 @@ GET localhost:9600/_plugins/_performanceanalyzer/metrics/units
|
||||||
{
|
{
|
||||||
"Disk_Utilization": "%",
|
"Disk_Utilization": "%",
|
||||||
"Cache_Request_Hit": "count",
|
"Cache_Request_Hit": "count",
|
||||||
"TermVectors_Memory": "B",
|
|
||||||
"Segments_Memory": "B",
|
|
||||||
"HTTP_RequestDocs": "count",
|
"HTTP_RequestDocs": "count",
|
||||||
"Net_TCP_Lost": "segments/flow",
|
"Net_TCP_Lost": "segments/flow",
|
||||||
"Refresh_Time": "ms",
|
"Refresh_Time": "ms",
|
||||||
|
@ -138,7 +136,6 @@ GET localhost:9600/_plugins/_performanceanalyzer/metrics/units
|
||||||
"Merge_CurrentEvent": "count",
|
"Merge_CurrentEvent": "count",
|
||||||
"Indexing_Buffer": "B",
|
"Indexing_Buffer": "B",
|
||||||
"Bitset_Memory": "B",
|
"Bitset_Memory": "B",
|
||||||
"Norms_Memory": "B",
|
|
||||||
"Net_PacketDropRate4": "packets/s",
|
"Net_PacketDropRate4": "packets/s",
|
||||||
"Heap_Committed": "B",
|
"Heap_Committed": "B",
|
||||||
"Net_PacketDropRate6": "packets/s",
|
"Net_PacketDropRate6": "packets/s",
|
||||||
|
@ -163,7 +160,6 @@ GET localhost:9600/_plugins/_performanceanalyzer/metrics/units
|
||||||
"Flush_Event": "count",
|
"Flush_Event": "count",
|
||||||
"Net_TCP_RxQ": "segments/flow",
|
"Net_TCP_RxQ": "segments/flow",
|
||||||
"Refresh_Event": "count",
|
"Refresh_Event": "count",
|
||||||
"Points_Memory": "B",
|
|
||||||
"Flush_Time": "ms",
|
"Flush_Time": "ms",
|
||||||
"Heap_Init": "B",
|
"Heap_Init": "B",
|
||||||
"CPU_Utilization": "cores",
|
"CPU_Utilization": "cores",
|
||||||
|
@ -175,8 +171,6 @@ GET localhost:9600/_plugins/_performanceanalyzer/metrics/units
|
||||||
"Net_TCP_SendCWND": "B/flow",
|
"Net_TCP_SendCWND": "B/flow",
|
||||||
"Cache_Request_Eviction": "count",
|
"Cache_Request_Eviction": "count",
|
||||||
"Segments_Total": "count",
|
"Segments_Total": "count",
|
||||||
"Terms_Memory": "B",
|
|
||||||
"DocValues_Memory": "B",
|
|
||||||
"Heap_Used": "B",
|
"Heap_Used": "B",
|
||||||
"Cache_FieldData_Eviction": "count",
|
"Cache_FieldData_Eviction": "count",
|
||||||
"IO_TotalSyscallRate": "count/s",
|
"IO_TotalSyscallRate": "count/s",
|
||||||
|
@ -184,7 +178,6 @@ GET localhost:9600/_plugins/_performanceanalyzer/metrics/units
|
||||||
"Net_Throughput": "B/s",
|
"Net_Throughput": "B/s",
|
||||||
"Paging_RSS": "pages",
|
"Paging_RSS": "pages",
|
||||||
"Indexing_ThrottleTime": "ms",
|
"Indexing_ThrottleTime": "ms",
|
||||||
"StoredFields_Memory": "B",
|
|
||||||
"IndexWriter_Memory": "B",
|
"IndexWriter_Memory": "B",
|
||||||
"Master_PendingQueueSize": "count",
|
"Master_PendingQueueSize": "count",
|
||||||
"Net_TCP_SSThresh": "B/flow",
|
"Net_TCP_SSThresh": "B/flow",
|
||||||
|
|
|
@ -261,48 +261,6 @@ This list is extensive. We recommend using Ctrl/Cmd + F to find what you're look
|
||||||
<td>The number of segments.
|
<td>The number of segments.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>Segments_Memory
|
|
||||||
</td>
|
|
||||||
<td>Estimated memory usage of segments in bytes.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Terms_Memory
|
|
||||||
</td>
|
|
||||||
<td>Estimated memory usage of terms dictionaries in bytes.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>StoredFields_Memory
|
|
||||||
</td>
|
|
||||||
<td>Estimated memory usage of stored fields in bytes.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>TermVectors_Memory
|
|
||||||
</td>
|
|
||||||
<td>Estimated memory usage of term vectors in bytes.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Norms_Memory
|
|
||||||
</td>
|
|
||||||
<td>Estimated memory usage of norms (normalization factors) in bytes.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Points_Memory
|
|
||||||
</td>
|
|
||||||
<td>Estimated memory usage of points in bytes.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>DocValues_Memory
|
|
||||||
</td>
|
|
||||||
<td>Estimated memory usage of doc values in bytes.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>IndexWriter_Memory
|
<td>IndexWriter_Memory
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue