ServerStateLogCoreV2

The ServerStateLogCoreV2 contains information about the function of the worker's JVM.

Columns

NameDataTypeDescription
DateStringThe date of the event.
AuthenticatedUserStringThe authenticated user that owns the worker.
EffectiveUserStringThe effective user that owns the worker.
ProcessInfoIdStringThe unique identifier for the worker, used for correlating log entries and tables.
IntervalStartTimeInstantThe start time of the interval.
IntervalDurationMicrosintThe number of microseconds in the interval.
TotalMemoryMiBintThe amount of memory allocated to the JVM.
FreeMemoryMiBintThe amount of free memory in the JVM.
IntervalCollectionsshortThe number of garbage collection events in the interval.
IntervalCollectionTimeMicrosintThe number of microseconds (approximately) spent collecting garbage in the interval.
IntervalUGPCyclesOnBudgetshortThe number of update graph processor cycles on budget in the interval.
IntervalUGPCyclesTimeMicrosint[]The duration of update graph processor cycles, in microseconds in the interval.
IntervalUGPCyclesSafePointsshortThe number of safe points in the interval.
IntervalUGPCyclesSafePointTimeMicrosintThe number of microseconds spent in safe points in the interval.