Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Merge requests
!639
Update doc.zih.tu-dresden.de/docs/software/energy_measurement.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update doc.zih.tu-dresden.de/docs/software/energy_measurement.md
rotscher--tu-dresden.de-preview-patch-44366
into
preview
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Danny Marc Rotscher
requested to merge
rotscher--tu-dresden.de-preview-patch-44366
into
preview
2 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
preview
preview (base)
and
latest version
latest version
4bbfb68a
1 commit,
2 years ago
1 file
+
6
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc.zih.tu-dresden.de/docs/software/energy_measurement.md
+
6
−
3
Options
@@ -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