Class TableLoggers
java.lang.Object
io.deephaven.engine.table.impl.util.TableLoggers
Accessors for Deephaven tables of instrumentation logs. These tables include query logs and performance logs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryTable
Return a static table with process information for the current engine process.static QueryTable
Return a table with metrics collected for the current engine process.static QueryTable
Return a table with individual subquery performance data.static QueryTable
Return a table with query performance data.static QueryTable
Return a table with process memory utilization and garbage collection data.static QueryTable
Return a table with update performance data.
-
Constructor Details
-
TableLoggers
public TableLoggers()
-
-
Method Details
-
updatePerformanceLog
Return a table with update performance data.- Returns:
- A table with update performance data.
-
queryPerformanceLog
Return a table with query performance data. Individual sub-operations in the query are referenced in QueryOperationPerformanceLog.- Returns:
- A table with query performance data.
-
queryOperationPerformanceLog
Return a table with individual subquery performance data.- Returns:
- A table with subquery performance data.
-
processMetricsLog
Return a table with metrics collected for the current engine process.- Returns:
- A table with metrics for the current engine process.
-
processInfoLog
Return a static table with process information for the current engine process.- Returns:
- A table with process information for the current engine process.
-
serverStateLog
Return a table with process memory utilization and garbage collection data.- Returns:
- A table with memory and GC data.
-