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 (str) – the process info id, defaults to None

  • worker_name (str) – the worker name, defaults to None

  • host_name (str) – the host name, defaults to None

  • pq_name (str) – the pq name, defaults to None

  • as_of_time (Instant) – the as of time, defaults to None

  • as_of_time_string (str) – the as of time string, defaults to None

  • owner (str) – the owner, defaults to None

  • date (str) – the date, defaults to None

  • is_intraday (bool) – whether the performance overview is intraday, defaults to True

  • is_live (bool) – whether the performance overview is live, defaults to True

Return type:

None