Kyuubi-KyuubiServer
Title | Description | Metric Unit | Description |
Garbage Collection Frequency | YGC | Threads | Young Garbage Collection Frequency |
| FGC | Threads | Full Garbage Collection Frequency |
Garbage Collection Duration | FGCT | s | Full Garbage Collection Time Consumption |
| GCT | s | Garbage Collection Time Expenditure |
| YGCT | s | Young Garbage Collection Time Consumption |
Memory Region Occupancy | S0 | % | Survivor 0 Region Memory Usage Proportion |
| E | % | Eden Region Memory Usage Proportion |
| CCS | % | Compressed Class Space Region Memory Usage Proportion |
| S1 | % | Survivor 1 Region Memory Usage Proportion |
| O | % | Old Region Memory Usage Proportion |
| M | % | Metaspace Region Memory Usage Proportion |
JVM Memory | MemHeapUsedM | MB | Current Quantity of HeapMemory in Use by JVM |
| MemHeapCommittedM | MB | Quantity of HeapMemory Committed by JVM |
| MemHeapMaxM | MB | Configured Quantity of HeapMemory in JVM |
| MemHeapInitM | MB | Initial Quantity of JVM HeapMemory |
| MemNonHeapUsedM | MB | Current Quantity of NonHeapMemory in Use by JVM |
| MemNonHeapCommittedM | MB | Quantity of NonHeapMemory Committed by JVM |
| MemNonHeapInitM | MB | Initial Quantity of JVM NonHeapMemory |
File Descriptor Count | OpenFileDescriptorCount | Connections | Quantity of Open File Descriptors |
| MaxFileDescriptorCount | Connections | Maximum File Descriptor Quantity |
CPU utilization | ProcessCpuLoad | % | Process CPU Utilization |
Number of Working Threads | DaemonThreadCount | Connections | Daemon Thread Count |
| PeakThreadCount | Connections | Peak Thread Count |
| ThreadCount | Connections | Total Thread Count |
Accumulated CPU Usage Time | ProcessCpuTime | ms | Accumulated CPU Usage Time |
Process Runtime Duration | Uptime | s | Process Runtime Duration |
Frequency of Events Entering the Running Operational State | Ratio | count/s | Frequency of Events Entering the Running Operational State |
Frequency of Events Entering the Pending Operational State | Ratio | count/s | Frequency of Events Entering the Pending Operational State |
Frequency of Events Entering the Initialized Operational State | Ratio | count/s | Frequency of Events Entering the Initialized Operational State |
Frequency of Events Entering the Finished Operational State | Ratio | count/s | Frequency of Events Entering the Finished Operational State |
Frequency of Events Entering the Closed Operational State | Ratio | count/s | Frequency of Events Entering the Closed Operational State |
Frequency of FetchResultRows Method Invocation | Ratio | count/s | Frequency of FetchResultRows Method Invocation |
Frequency of FetchLogRows Method Invocation | Ratio | count/s | Frequency of FetchLogRows Method Invocation |
Execution Time of GetResultSetMetadata Method Invocation | P50 | ms | Median Execution Time of GetResultSetMetadata Method Invocation |
| | P75 | 75th Percentile of Execution Time for GetResultSetMetadata Method Invocation |
| | P95 | 95th Percentile of Execution Time for GetResultSetMetadata Method Invocation |
| | P99 | 99th Percentile of Execution Time for GetResultSetMetadata Method Invocation |
| | P999 | 999th Percentile of Execution Time for GetResultSetMetadata Method Invocation |
Execution Time for CloseOperation Method Invocation | P50 | ms | Median Execution Time for CloseOperation Method Invocation |
| | P75 | 75th Percentile of Execution Time for CloseOperation Method Invocation |
| | P95 | 95th Percentile of Execution Time for CloseOperation Method Invocation |
| | P99 | 99th Percentile of Execution Time for CloseOperation Method Invocation |
| | P999 | 999th Percentile of Execution Time for CloseOperation Method Invocation |
Execution Time for GetOperationStatus Method Invocation | P50 | ms | Median Execution Time for GetOperationStatus Method Invocation |
| | P75 | 75th Percentile of Execution Time for GetOperationStatus Method Invocation |
| | P95 | 95th Percentile of Execution Time for GetOperationStatus Method Invocation |
| | P99 | 99th Percentile of Execution Time for GetOperationStatus Method Invocation |
| | P999 | 999th Percentile of Execution Time for GetOperationStatus Method Invocation |
Execution Time for GetInfo Method Invocation | P50 | ms | 50th Percentile of Execution Time for GetInfo Method Invocation |
| | P75 | 75th Percentile of Execution Time for GetInfo Method Invocation |
| | P95 | 95th Percentile of Execution Time for GetInfo Method Invocation |
| | P99 | 99th Percentile of Execution Time for GetInfo Method Invocation |
| | P999 | 999th Percentile of Execution Time for GetInfo Method Invocation |
Execution Time for FetchResults Method Invocation | P50 | ms | Median Execution Time for FetchResults Method Invocation |
| | P75 | 75th Percentile of Execution Time for FetchResults Method Invocation |
| | P95 | 95th Percentile of Execution Time for FetchResults Method Invocation |
| | P99 | 99th Percentile of Execution Time for FetchResults Method Invocation |
| | P999 | 999th Percentile of Execution Time for FetchResults Method Invocation |
Execution Time for ExecuteStatement Method Invocation | P50 | ms | Median Execution Time for ExecuteStatement Method Invocation |
| | P75 | 75th Percentile of Execution Time for ExecuteStatement Method Invocation |
| | P95 | 95th Percentile of Execution Time for ExecuteStatement Method Invocation |
| | P99 | 99th Percentile of Execution Time for ExecuteStatement Method Invocation |
| | P999 | 99.9th Percentile of Execution Time for ExecuteStatement Method Invocation |
Execution Time for CloseSession Method Invocation | P50 | ms | Median Execution Time for CloseSession Method Invocation |
| | P75 | 75th Percentile of Execution Time for CloseSession Method Invocation |
| | P95 | 95th Percentile of Execution Time for CloseSession Method Invocation |
| | P99 | 99th Percentile of Execution Time for CloseSession Method Invocation |
| | P999 | 999th Percentile of Execution Time for CloseSession Method Invocation |
Execution Time for OpenSession Method Invocation | P50 | ms | Median Execution Time for OpenSession Method Invocation |
| | P75 | 75th Percentile of Execution Time for OpenSession Method Invocation |
| | P95 | 95th Percentile of Execution Time for OpenSession Method Invocation |
| | P99 | 99th Percentile of Execution Time for OpenSession Method Invocation |
| | P999 | 999th Percentile of Execution Time for OpenSession Method Invocation |
Current Number of Launch Engine Operations | Count | Connections | Current Number of Launch Engine Operations |
Current Number of Execute Statement Operations | Count | Connections | Current Number of Execute Statement Operations |
Current Number of Operations | Count | Connections | Current Number of Operations |
Number of JVM Threads | ThreadsNew | Connections | Number of Threads in NEW State |
| ThreadsRunnable | Connections | Number of Threads in RUNNABLE State |
| ThreadsBlocked | Connections | Number of Threads in BLOCKED State |
| ThreadsWaiting | Connections | Number of Threads in WAITING State |
| ThreadsTimedWaiting | Connections | Number of Threads in TIMED WAITING State |
| ThreadsTerminated | Connections | Number of Threads in Terminated State |
Current Active Connection Count | Count | count | Current Active Connection Count |
Cumulative Connection Count | Count | count | Cumulative Connection Count |
Active Thread Count in Thread Pool | Count | count | Active Thread Count in Thread Pool |
Available Thread Count in Thread Pool | Count | count | Available Thread Count in Thread Pool |
Failed Metadata Request Count | Count | count | Failed Metadata Request Count |
Current Metadata Request Count | Count | count | Current Metadata Request Count |
Metadata Request Count | Count | count | Metadata Request Count |
Cumulative Operation Count | Count | count | Cumulative Operation Count |