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
observe the logfile /var/log/opensearch-perf-top-linux.log for these errors:
No matches for nodeName=opensearch-cluster
Metric was not found for request with queryParams:
endpoint: http://localhost:9600
metrics: Net_PacketDropRate4
agg:sum
dim:Direction
No matches for nodeName=opensearch-cluster
Metric was not found for request with queryParams:
endpoint: http://localhost:9600
metrics: CPU_Utilization
agg:sum
dim:Operation
Data returned fornodeName=local wasin an unexpected format:
{"timestamp":1644583150000,"data":{}}
No matches for nodeName=opensearch-cluster
Metric was not found for request with queryParams:
endpoint: http://localhost:9600
metrics: Net_PacketDropRate6
agg:sum
dim:Direction
No matches for nodeName=opensearch-cluster
Data returned fornodeName=local wasin an unexpected format:
{"timestamp":1644583150000,"data":{}}
No matches for nodeName=opensearch-cluster
Data returned fornodeName=local wasin an unexpected format:
{"timestamp":1644583150000,"data":{}}
manual testing
also the manual curl for e.g. Net_PacketDropRate4 is returning a more or less empty json:
We're deprioritizing this in favor of moving to a Web-based UI, but will leave the issue as open.
Feel free to create a pull-request if this is critical and the above steps for configuring doesn't work.
What is the bug?
The dashboards are shown, but they are empty / blank, so no data is shown.
How can one reproduce the bug?
Steps to reproduce the behavior:
curl "localhost:9600/_plugins/_performanceanalyzer/metrics/units" {"Disk_Utilization":"%","Cache_Request_Hit":"count","Segments_Memory":"B","Refresh_Time":"ms","ThreadPool_QueueLatency":"count","Merge_Time":"ms","ClusterApplierService_Latency":"ms","PublishClusterState_Latency":"ms","Cache_Request_Size":"B","LeaderCheck_Failure":"count","ThreadPool_QueueSize":"count","Sched_Runtime":"s/ctxswitch","Disk_ServiceRate":"MB/s","Heap_AllocRate":"B/s","Indexing_Pressure_Current_Limits":"B","Sched_Waittime":"s/ctxswitch","ShardBulkDocs":"count","Thread_Blocked_Time":"s/event","VersionMap_Memory":"B","Master_Task_Queue_Time":"ms","IO_TotThroughput":"B/s","Indexing_Pressure_Current_Bytes":"B","Indexing_Pressure_Last_Successful_Timestamp":"ms","Net_PacketRate6":"packets/s","Cache_Query_Hit":"count","IO_ReadSyscallRate":"count/s","Net_PacketRate4":"packets/s","Cache_Request_Miss":"count","ThreadPool_RejectedReqs":"count","Net_TCP_TxQ":"segments/flow","Master_Task_Run_Time":"ms","IO_WriteSyscallRate":"count/s","IO_WriteThroughput":"B/s","Refresh_Event":"count","Flush_Time":"ms","Heap_Init":"B","Indexing_Pressure_Rejection_Count":"count","CPU_Utilization":"cores","Cache_Query_Size":"B","Merge_Event":"count","DocValues_Memory":"B","Cache_FieldData_Eviction":"count","IO_TotalSyscallRate":"count/s","Net_Throughput":"B/s","Paging_RSS":"pages","AdmissionControl_ThresholdValue":"count","Indexing_Pressure_Average_Window_Throughput":"count/s","Cache_MaxSize":"B","IndexWriter_Memory":"B","Net_TCP_SSThresh":"B/flow","IO_ReadThroughput":"B/s","LeaderCheck_Latency":"ms","FollowerCheck_Failure":"count","TermVectors_Memory":"B","HTTP_RequestDocs":"count","Net_TCP_Lost":"segments/flow","GC_Collection_Event":"count","Sched_CtxRate":"count/s","AdmissionControl_RejectionCount":"count","Heap_Max":"B","ClusterApplierService_Failure":"count","PublishClusterState_Failure":"count","Merge_CurrentEvent":"count","Indexing_Buffer":"B","Bitset_Memory":"B","Norms_Memory":"B","Net_PacketDropRate4":"packets/s","Heap_Committed":"B","Net_PacketDropRate6":"packets/s","Thread_Blocked_Event":"count","GC_Collection_Time":"ms","Cache_Query_Miss":"count","Latency":"ms","Shard_State":"count","Thread_Waited_Event":"count","CB_ConfiguredSize":"B","ThreadPool_QueueCapacity":"count","CB_TrippedEvents":"count","Disk_WaitTime":"ms","Data_RetryingPendingTasksCount":"count","AdmissionControl_CurrentValue":"count","Flush_Event":"count","Net_TCP_RxQ":"segments/flow","Points_Memory":"B","Shard_Size_In_Bytes":"B","Thread_Waited_Time":"s/event","HTTP_TotalRequests":"count","ThreadPool_ActiveThreads":"count","Paging_MinfltRate":"count/s","Net_TCP_SendCWND":"B/flow","Cache_Request_Eviction":"count","Segments_Total":"count","FollowerCheck_Latency":"ms","Terms_Memory":"B","Heap_Used":"B","Master_ThrottledPendingTasksCount":"count","CB_EstimatedSize":"B","Indexing_ThrottleTime":"ms","StoredFields_Memory":"B","Master_PendingQueueSize":"count","Cache_FieldData_Size":"B","Paging_MajfltRate":"count/s","ThreadPool_TotalThreads":"count","ShardEvents":"count","Net_TCP_NumFlows":"count","Election_Term":"count"}
opensearch-perf-top-linux --endpoint http://localhost:9600 --dashboard NodeAnalysis --logfile /var/log/opensearch-perf-top-linux.log --nodename opensearch-cluster
/var/log/opensearch-perf-top-linux.log
for these errors:also the manual curl for e.g.
Net_PacketDropRate4
is returning a more or less empty json:curl "localhost:9600/_plugins/_performanceanalyzer/metrics?metrics=Net_PacketDropRate4&agg=avg&dim=Direction&nodes=all"
response:
curl "localhost:9600/_plugins/_performanceanalyzer/metrics?metrics=CPU_Utilization&agg=avg&dim=Operation&nodes=all"
response:
response:
What is the expected behavior?
a working perftop
What is your host/environment?
The text was updated successfully, but these errors were encountered: