systemstat
systemstat copied to clipboard
Rust library for getting system information | also on https://codeberg.org/valpackett/systemstat
returns cpu model in cpu
Upon running `cargo run` from terminal the call to `system.cpu_temp()` returns the error message: `Not supported` for Windows 10. Even though it says on the crates.io page that there should...
macOS has a concept of [purgeable space](https://daisydiskapp.com/manual/4/en/Topics/PurgeableSpace.html). It can be treated like free space for most purposes, because the OS deletes from it if space gets too low. As such,...
data.rs: ```rust pub use std::time::Duration; pub use std::net::{Ipv4Addr, Ipv6Addr}; pub use std::collections::BTreeMap; ```
Using master at commit `59929b2d7f5d4e520e6dec03499d71c2460fd866` and using `FreeBSD 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64` with `rustc 1.36.0-nightly (d35181ad8 2019-05-20)` I get the following error when running `cargo test`: ``` # cargo...
It is generous that you have decided to dedicate systemstat to the public domain, but unfortunately, there is a flip side to this also: Even permissively licensed code, which constitutes...