valpackett / systemstat

Rust library for getting system information | also on https://codeberg.org/valpackett/systemstat

Home Page:https://crates.io/crates/systemstat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get cpu usage

rustbomber opened this issue · comments

commented
How to get cpu usage

See the examples directory in the repo. Also #84.

commented

I thank cpu usage is different cpu_load_aggregate.

What other kind of usage is there? I'm not aware of any other ways to measure CPU usage than what's implemented as cpu_load_aggregate.