ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Slots | Signals | Public Member Functions | List of all members
ComputeDashboardMdiWindow Class Referencefinal

MDI window showing a summary of the compute grid state. More...

#include <ComputeDashboardMdiWindow.hpp>

Inherits QWidget.

Collaboration diagram for ComputeDashboardMdiWindow:
Collaboration graph

Public Slots

void refresh ()
 

Signals

void statusChanged (const QString &message)
 
void errorOccurred (const QString &error_message)
 

Public Member Functions

 ComputeDashboardMdiWindow (ClientManager *clientManager, QWidget *parent=nullptr)
 
QSize sizeHint () const override
 

Detailed Description

MDI window showing a summary of the compute grid state.

Stats are loaded from a single get_grid_stats NATS request which reads the latest row from the ores_compute_grid_samples_tbl TimescaleDB hypertable. Auto-refreshes every 10 seconds when enabled.