deephaven_enterprise.performance_overview¶
This module provides functions to retrieve performance data for Deephaven Enterprise workers and Persistent Queries. The retrieved tables are stored in the global query scope, for easy access in a Code Studio.
- performance_overview(process_info_id=None, worker_name=None, host_name=None, pq_name=None, as_of_time=None, as_of_time_string=None, owner=None, date=None, is_intraday=True, is_live=True)[source]¶
Constructs a Core+ PerformanceOverview builder, calling each setter w/ supplied or default values. The resultant tables and plots are then published globally.
- Parameters:
process_info_id (
Optional[str]) – the process info id, defaults to Noneworker_name (
Optional[str]) – the worker name, defaults to Noneas_of_time (
Optional[DType]) – the as of time, defaults to Noneas_of_time_string (
Optional[str]) – the as of time string, defaults to Noneis_intraday (
bool) – whether the performance overview is intraday, defaults to Trueis_live (
bool) – whether the performance overview is live, defaults to True
- Return type: