Skip to content

Commit

Permalink
[energizta.sh] Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Subiron committed Mar 3, 2023
1 parent 7b5ab21 commit 15af41b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions energizta/energizta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
### --force-without-root Force the script to run with current user
### --help Display this help
###
### Examples :
### sudo ./energizta.sh # Measure every 5 seconds and display a state every 60 seconds
### sudo ./energizta.sh --interval 1 --duration 1 --once # Just do one measure and print the result
### sudo ./energizta.sh --continuous # Measure and display a state every 5 seconds
### sudo ./energizta.sh --stresstest --send-to-db # Do a stress test and send states to Boavizta
###
### This script need to be run as root because RAPL and DCMI power metrics are only accessible by root.
###

Expand Down

0 comments on commit 15af41b

Please sign in to comment.