valpackett / systemstat

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

OpenBSD: add swap support #109

Closed davidkna closed 2 years ago

davidkna commented 2 years ago

The NetBSD and OpenBSD interfaces for this match well.

I also fixed some compiler warnings and compilation in general. (try! does not work anymore without r#, ByteSize::kib uses u64)

valpackett commented 2 years ago

needs rebase now. were the PRs completely independent or did I apply in the wrong order?

davidkna commented 2 years ago

@unrelentingtech Rebased. Don't mind, the PRs were independent of each other.

valpackett commented 2 years ago

Thanks!