valpackett / systemstat

Rust library for getting system information | also on https://codeberg.org/valpackett/systemstat
https://crates.io/crates/systemstat
The Unlicense
610 stars 71 forks source link

Add cpu_time to the Platform trait #115

Closed AlexanderThaller closed 1 year ago

AlexanderThaller commented 1 year ago

For monitoring purposes getting the raw values from cpu_time would be very useful.

For example in prometheus using cpu_time as a counter together with the rate function would make getting cpu related information much easier.