diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-05-06 17:48:37 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-06 17:48:37 +0200 |
commit | 2b82bf02488147a3e69a715267934f015fe29a43 (patch) | |
tree | 6cf2049673aa4a671aed2e4691b33ae69f45a6be /README | |
parent | efb41724b5499bf61ab65ff65908d686e59ecdc0 (diff) |
cpu_perc: Port to OpenBSD
In OpenBSD the CPU usage in percent is now computed using KERN_CPTIME
sysctl.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,5 +62,5 @@ Porting to OpenBSD is the current goal before thinking about a release. The following functions are not portable at the moment: - wifi_{perc,essid} -- cpu_{perc,iowait} +- cpu_iowait - entropy |