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 ProcessMetrics
table, set the following property to true
:
IrisLogDefaults.writeDatabaseProcessMetrics=true
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 ProcessInfo ID 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 | |
Sum | long | |
Last | long | |
Min | long | |
Max | long | |
Avg | long | |
Sum2 | long | |
Stdev | long |
Related documentation
- Internal tables overview
AuditEventLog
PersistentQueryConfigurationLog
PersistentQueryStateLog
ProcessEventLogIndex
ProcessEventLog
ProcessInfo
QueryOperationPerformanceLogIndex
QueryOperationPerformanceLog
QueryPerformanceLog
QueryUserAssignmentLog
ResourceUtilization
ServerStateLogIndex
ServerStateLog
UpdatePerformanceLogIndex
UpdatePerformanceLog
WorkspaceDataSnapshot
WorkspaceData