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

NetBSD: Add memory & swap support #108

Closed davidkna closed 2 years ago

davidkna commented 2 years ago

This PR adds support for memory(), swap() and memory_and_swap() on NetBSD.

I tested it in a VM, and it seems to work as expected.

valpackett commented 2 years ago

Thanks!