ess-dmsc-dram / live-data-prototype

GNU General Public License v3.0
3 stars 1 forks source link

Read status/values of parameters in backend #11

Open SimonHeybrock opened 8 years ago

SimonHeybrock commented 8 years ago

Basically we need to implement a gather of information from all ranks (via BackendHeartbeat). The root rank is then exposing this via the ParameterControlServer.

We need this in particular for monitoring queue status and memory consumption.

SimonHeybrock commented 8 years ago

The way this should be implemented basically depends on whether or not we can accept (1) latency and (2) blocking behavior.

The latter option might actually be one of the easier ones. The getter would be trivial, we only need to implement the gathering. But how to define what is to be included in the status gather?