ProcessInfoLogCommunity
The ProcessInfoLogCommunity
table captures the system properties, JVM arguments, memory and memory pool info, and other initial conditions of processes on startup. Its information is intended primarily for debugging purposes.
Columns
Column Name | Column Type | Description |
---|---|---|
Date | String | The date on which the process was started. This is the partitioning column. |
AuthenticatedUser | String | The authenticated user that owns the worker |
EffectiveUser | String | The effective user that owns the worker |
Id | String | The randomly generated process info ID. This will be globally unique. |
Type | String | The generic type. |
Key | String | The generic key. |
Value | String | The generic value. |
If the use of this table is required, Deephaven support will provide further details.
Related documentation
- Internal tables overview
AuditEventLog
PersistentQueryConfigurationLog
PersistentQueryStateLog
ProcessEventLogIndex
ProcessEventLog
ProcessMetrics
QueryOperationPerformanceLogIndex
QueryOperationPerformanceLog
QueryPerformanceLog
QueryUserAssignmentLog
ResourceUtilization
ServerStateLogIndex
ServerStateLog
UpdatePerformanceLogCoreV2Index
UpdatePerformanceLogCoreV2
WorkspaceDataSnapshot
WorkspaceData