probes

Crates.ioprobes
lib.rsprobes
version0.7.1
sourcesrc
created_at2016-05-04 21:02:34.88009
updated_at2024-03-25 11:34:49.134239
descriptionLibrary to read out system stats from a machine running Unix
homepage
repositoryhttps://github.com/appsignal/probes-rs/
max_upload_size
id4972
size162,386
Luismi Ramírez (luismiramirez)

documentation

README

Probes

Build Status Crate

Rust library to read out system stats from a machine running Unix. Currently only supports Linux.

Supported stats

System wide

  • load
  • cpu
  • memory
  • network
  • io
  • disk

Per process

  • memory (total, resident, virtual)

Contributing

Thinking of contributing to our Probes package? Awesome! 🚀

Please follow our Contributing guide in our documentation and follow our Code of Conduct.

Running cargo fmt before contributing changes would reduce diffs for future contributions.

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.

Setup

  • 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.

Release

  • Update version in Cargo.toml.
  • Update CHANGELOG.md file.
  • Commit your changes.
  • Tag the release: git tag v#.#.#.
  • Run cargo publish.
Commit count: 188

cargo fmt