Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adelnoureddine committed Feb 20, 2024
1 parent 3d0daae commit c19f574
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/powerjoular/src/ref/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ The difference (increase or decrease) of power consumption from the last metric

The following options are available:
- ```-h```: show the help message
- ```-v```: show version number
- ```-p pid```: specifiy a particular PID to monitor
- ```-a appName```: specifiy a particular application name to monitor (will monitor all PIDs of the application)
- ```-f filename```: save monitoring data to the given filename path
- ```-o filename```: save only last monitoring data to the given filename path (file overwritten with only latest power measures)
- ```-t```: print data to the terminal
- ```-t```: print energy data to the terminal
- ```-d```: print debug info to the terminal
- ```-l```: use linear regression models (less accurate than the default polynomial models) for Raspberry Pi energy models

You can mix options, i.e., ```powerjoular -tp 144``` will monitor PID 144 and will print to the terminal.

0 comments on commit c19f574

Please sign in to comment.