Skip to content
Snippets Groups Projects

Update doc.zih.tu-dresden.de/docs/software/energy_measurement.md

Merged Danny Marc Rotscher requested to merge rotscher--tu-dresden.de-preview-patch-44366 into preview
1 file
+ 6
3
Compare changes
  • Side-by-side
  • Inline
@@ -39,9 +39,8 @@ regulator (CPU, DDR) measurements.
## Command Line Interface
The HDEEM infrastructure can be controlled through command line tools that are made available by
loading the `hdeem` module. They are commonly used on the node under test to start, stop, and
query the measurement device.
The HDEEM infrastructure can be controlled through command line tools. They are commonly used on
the node under test to start, stop, and query the measurement device.
- `startHdeem`: Start a measurement. After the command succeeds, the
measurement data with the 1000 / 100 samples/s described above will be
@@ -57,6 +56,10 @@ query the measurement device.
data can be read from the device after this command is executed
before a new measurement is started.
!!! note
Please always execute `clearHdeem` before `startHdeem`.
## Integration in Application Performance Traces
The per-node power consumption data can be included as metrics in application traces by using the
Loading