orangeqs.juice.dashboard.widgets.control_pc_table#

Widget that displays resource usage for the Control PC.

Module Contents#

Classes#

ControlPCOverviewTable

Overview of the control PC usage.

Data#

API#

orangeqs.juice.dashboard.widgets.control_pc_table.units#

‘UnitRegistry(…)’

class orangeqs.juice.dashboard.widgets.control_pc_table.ControlPCOverviewTable(*, data_table_opts: dict[str, Any] | None = None)#

Bases: orangeqs.juice.dashboard.widgets.common.datatable_widget.DataTableWidget

Overview of the control PC usage.

This widget outputs CPU, memory, swap and disk usage for configured disks in a form of a two-column table. Bokeh table is exposed as ControlPCOverviewtable.root, and update is triggered using ControlPCOverviewtable.update() coroutine.