Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated help text
  • Loading branch information
PsychedelicShayna authored Sep 15, 2024
1 parent b332008 commit bc4e0cb
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ Here's the verbose description:
Setting Values:
cpm set <policies> <attribute> <value>
Example:
cpm set all freq 3.0:4.5
Sets the min and max frequency for all governors to 3.0 and 4.5
<policies> format:
0 - A single policy number.
0:4 - A range of policy numbers.
0,2,5 - Specific policy number.
(all | *) - Every policy.
all|* - Affects every policy.
<attribute> format:
freq - CPU Frequency
Expand Down Expand Up @@ -81,10 +84,10 @@ cpm set <policies> <attribute> <value>
Then set it like this
cpm set all perf balance_performance
Getting Values:
cpm set <policies> <attribute> <value>
cpm set <policies> <attribute> <value>
<policies> format:
0 - A single policy number.
Expand All @@ -103,5 +106,7 @@ Getting Values:
gov: (curr | current), (avail | available)
perf: (curr | current), (avail | available)
freq: min, max, (curr | current)
gov: (curr | current), (avail | available)
perf: (curr | current), (avail | available)
```

0 comments on commit bc4e0cb

Please sign in to comment.