Overview of systemstat capabilities
trunksystemstat is a pure Rust library designed to retrieve various system statistics and information across multiple platforms. It provides access to:
- CPU: Load and load average.
- Memory: Usage statistics.
- System State: Uptime, boot time, and battery life.
- Storage: Filesystem mounts, disk usage, and disk I/O statistics.
- Network: Network interfaces and network traffic statistics.
- Hardware: CPU temperature.
Unlike sys-info-rs, this library is written entirely in Rust, which may offer better integration and safety within the Rust ecosystem.