Documentation

systemstat unlicense

A Rust library for getting system information/statistics on UNIX-like systems:

  • CPU load
  • load average
  • memory usage
  • uptime / boot time
  • battery life
  • filesystem mounts (and disk usage)
  • network interfaces

Unlike sys-info-rs, this one is written purely in Rust.

Supported platforms:

  • FreeBSD
  • OpenBSD (incomplete)
  • Linux (incomplete)
  • more coming soon

Originally written for unixbar :-)

Usage

See examples/info.rs.

Contributing

Please feel free to submit pull requests!

By participating in this project you agree to follow the Contributor Code of Conduct.

The list of contributors is available on GitHub.

License

This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE file or unlicense.org.