Rust library to read out system stats from a machine running Unix. Currently only supports Linux.
- load
- cpu
- memory
- network
- io
- disk
- memory (total, resident, virtual)
Thinking of contributing to our Probes package? Awesome! 🚀
Please follow our Contributing guide in our documentation and follow our Code of Conduct.
Also, we would be very happy to send you Stroopwafles. Have look at everyone we send a package to so far on our Stroopwafles page.
- Download and install Docker
- Build the images:
make build
- Make sure that the path where this code resided can be mounted as a volume with Docker.
- Run the tests on all images:
make test
- Add awesome features!
The tests on Travis are only run directly on that VM. Make sure to run the full test suite manually before every release.