Skip to content

Commit

Permalink
Update -h doc infos
Browse files Browse the repository at this point in the history
  • Loading branch information
adelnoureddine committed Jul 8, 2024
1 parent ba08a0a commit 2d6c498
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 0 deletions.
Binary file added binary/aarch64-linux-gnu/powerjoular
Binary file not shown.
Binary file added binary/x86_64-linux-gnu/powerjoular
Binary file not shown.
Binary file added packages/powerjoular-1.0.1-1.arm64.rpm
Binary file not shown.
Binary file added packages/powerjoular-1.0.1-1.x86_64.rpm
Binary file not shown.
Binary file added packages/powerjoular_1.0.1_amd64.deb
Binary file not shown.
Binary file added packages/powerjoular_1.0.1_arm64.deb
Binary file not shown.
2 changes: 2 additions & 0 deletions src/help_info.adb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ package body Help_Info is
Put_Line (HT & "-o filename: save only last monitoring data to the given filename path (file overwritten with only latest power measures)");
Put_Line (HT & "-t: print data to the terminal");
Put_Line (HT & "-l: use linear regression models (less accurate than the default polynomial models) for Raspberry Pi energy models");
Put_Line (HT & "-m: specify a filename for the power consumption of the virtual machine");
Put_Line (HT & "-s: specify the format of the VM power, either powerjoular format (generated with the -o option: 3 columns csv file with the 3rd containing the power consumption the VM), or watts format (1 column containing just the power consumption of the VM)");
Put_Line ("You can mix options, i.e., powerjoular -tp 144 --> monitor PID 144 and will print to the terminal");
Put_Line ("--------------------------");
Put_Line (ESC & "[93m" & "Daemons/Systemd service:" & ESC & "[0m");
Expand Down

0 comments on commit 2d6c498

Please sign in to comment.