Skip to content
Tom Tucker edited this page Oct 8, 2021 · 1 revision

Welcome to Maestro

Maestro is the load distribution and resiliency infrastructure for LDMS and related daemons. Maestro consumes a YAML format file that describes the configuration for all LDMS daemons in the monitoring subsystem. Maestro configures daemons programmatically using an API developed for this purpose, i.e. ldmsd daemon configuration can be done either through a configuration file (-c ) or over the network. Maestro can also be used to generate configuration files that can be ingested directly by ldmsd daemons which allows for a single configuration file format to be used to specify both static and dynamic configurations.

Clone this wiki locally