diff options
author | Lennard Kittner <lennardkittner@icloud.com> | 2025-05-23 09:17:03 +0200 |
---|---|---|
committer | Lennard Kittner <lennardkittner@icloud.com> | 2025-05-23 09:17:03 +0200 |
commit | 734c638d45b924f22c2cd82422c9ea903aad30a9 (patch) | |
tree | aab5e6e88bbb9ea57d758b81ffecb96f87806f4d /README.md | |
parent | 7f2641f81e7027f95e3ac3bfacab269c414bee53 (diff) |
fix READMEmain
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ # PM Sched -PM Sched is a user space scheduler, which estimates the power consumption of individual processes and provides the ability to set a system power cap. +PM Sched is a user space scheduler that estimates the power consumption of individual processes and provides the ability to set a system power cap. ## Usage -Before the Scheduler is run the first time the model has to be trained. +Before the scheduler is run for the first time, the model has to be trained. Data can be collected with the `b` flag and `power_predictor.py` uses the data to train the model. After that the scheduler can be executed. -Launching the Scheduler with the `p` flag will use perf to read out performance counter instead of relying on our kernel module. +Launching the scheduler with the `p` flag will use perf to read out the performance counter instead of relying on our kernel module. `sudo ./power_sched -p` will start a socket in `/tmp/pm-sched`, which can be used to communicate with the scheduler. The socket supports the following commands |