ServerStateLogCoreV2
The ServerStateLogCoreV2
contains information about the function of the worker's JVM.
Columns
Name | DataType | Description |
---|---|---|
Date | String | The date of the event. |
AuthenticatedUser | String | The authenticated user that owns the worker. |
EffectiveUser | String | The effective user that owns the worker. |
ProcessInfoId | String | The unique identifier for the worker, used for correlating log entries and tables. |
IntervalStartTime | Instant | The start time of the interval. |
IntervalDurationMicros | int | The number of microseconds in the interval. |
TotalMemoryMiB | int | The amount of memory allocated to the JVM. |
FreeMemoryMiB | int | The amount of free memory in the JVM. |
IntervalCollections | short | The number of garbage collection events in the interval. |
IntervalCollectionTimeMicros | int | The number of microseconds (approximately) spent collecting garbage in the interval. |
IntervalUGPCyclesOnBudget | short | The number of update graph processor cycles on budget in the interval. |
IntervalUGPCyclesTimeMicros | int[] | The duration of update graph processor cycles, in microseconds in the interval. |
IntervalUGPCyclesSafePoints | short | The number of safe points in the interval. |
IntervalUGPCyclesSafePointTimeMicros | int | The number of microseconds spent in safe points in the interval. |
Related documentation
- Internal tables overview
AuditEventLog
PersistentQueryConfigurationLog
PersistentQueryStateLog
ProcessEventLogIndex
ProcessEventLog
ProcessInfo
ProcessMetrics
QueryOperationPerformanceLogIndex
QueryOperationPerformanceLog
QueryPerformanceLog
QueryUserAssignmentLog
ResourceUtilization
ServerStateLogIndex
UpdatePerformanceLogIndex
UpdatePerformanceLog
WorkspaceDataSnapshot
WorkspaceData