Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 808 Bytes

measurement.rst

File metadata and controls

32 lines (22 loc) · 808 Bytes

Measurement interface

This software is pre-production and should not be deployed to production servers.

MeasurementRunner run iterations to collect platform, resource, task measurements from node and store them in metrics_storage component.

Example of configuration that uses MeasurementRunner:

runner: !MeasurementRunner
  node: !StaticNode
    tasks:
      - task1
  metrics_storage: !LogStorage
    output_filename: 'metrics.prom'
    overwrite: true

Please refer to API documentation of MeasurementRunner.