mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
0b7c16e526
obsdfreqd is a CPU frequency scheduler daemon working in userland. It has many parameters to tweak the frequency like min/max frequency, polling frequency, inertia, step up/down size. obsdfreqd also support limiting the frequency upon reaching a given temperature to avoid a system spending time above the threshold. While it has many parameters, the defaults are good enough for everyone. ok sthen@ (who also did a similar port) tested by many, thanks!
8 lines
391 B
Plaintext
8 lines
391 B
Plaintext
obsdfreqd is a CPU frequency scheduler daemon working in userland.
|
|
|
|
It has many parameters to tweak the frequency like min/max frequency,
|
|
polling frequency, inertia, step up/down size. obsdfreqd also support
|
|
limiting the frequency upon reaching a given temperature to avoid
|
|
a system spending time above the threshold. While it has many
|
|
parameters, the defaults are good enough for everyone.
|