ProcessMetricsLogCoreV2
The ProcessMetricsLogCoreV2
table captures internal metrics that were previously written to the stats.log
CSV. The table is disabled by default.
To enable the ProcessMetricsLogCoreV2
table for all processes, set the following property to true
:
IrisLogDefaults.writeDatabaseProcessMetrics=true
Caution
Enabling this for all processes will generate a large amount of data, which can impact performance. It is recommended that this be enabled only for debugging purposes or for specific processes where detailed metrics are required.
To enable this for a single Persistent Query or Code Studio:
- Click the Show Advanced dropdown (for a Persistent Query, it is in the Settings tab).
- Add
-DIrisLogDefaults.writeDatabaseProcessMetrics=true
to theExtra JVM Arguments
field.
Columns
Column Name | Column Type | Description |
---|---|---|
Date | String | The date on which the information was generated. This is the partitioning column. |
AuthenticatedUser | String | The authenticated user that owns the worker. |
EffectiveUser | String | The effective user that owns the worker. |
ProcessInfoId | String | The ProcessInfoID of the process that generated this event. |
Timestamp | DateTime | The timestamp for this event. |
Name | String | The name of the metric. |
Interval | String | The timing interval for the metric. |
Type | String | The type of the metric. |
N | long | Data specific to the metric type. |
Sum | long | Data specific to the metric type. |
Last | long | Data specific to the metric type. |
Min | long | Data specific to the metric type. |
Max | long | Data specific to the metric type. |
Avg | long | Data specific to the metric type. |
Sum2 | long | Data specific to the metric type. |
Stdev | long | Data specific to the metric type. |
If the use of this table is required, Deephaven support will provide further details.
Related documentation
- Internal tables overview
AuditEventLog
PersistentQueryConfigurationLog
PersistentQueryStateLog
ProcessEventLogIndex
ProcessEventLog
ProcessInfo
QueryOperationPerformanceLogIndex
QueryOperationPerformanceLog
QueryPerformanceLog
QueryUserAssignmentLog
ResourceUtilization
ServerStateLogIndex
ServerStateLog
UpdatePerformanceLogCoreV2Index
UpdatePerformanceLogCoreV2
WorkspaceDataSnapshot
WorkspaceData