https://github.com/eikendev/statusinfo2
A tool to print various metrics of your system (to help you keep an eye on CPU temperature, memory usage, etc.) :warning::fire:
https://github.com/eikendev/statusinfo2
system-monitor
Last synced: 2 months ago
JSON representation
A tool to print various metrics of your system (to help you keep an eye on CPU temperature, memory usage, etc.) :warning::fire:
- Host: GitHub
- URL: https://github.com/eikendev/statusinfo2
- Owner: eikendev
- License: isc
- Created: 2021-05-24T00:06:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T22:51:50.000Z (8 months ago)
- Last Synced: 2025-04-14T21:18:15.491Z (3 months ago)
- Topics: system-monitor
- Language: Rust
- Homepage: https://crates.io/crates/statusinfo2
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
statusinfo2
Keep an eye on the health of your Linux desktop.
statusinfo2 lets you view system metrics like CPU temperature and memory usage.
## 🚀 Installation
```bash
cargo install statusinfo2
```## 📄 Usage
This tool powers my status bar and is used to gather system information like total memory usage and CPU temperature.
Invoke it simply by passing the metrics you want to see as arguments:
```
$ statusinfo2 memory temperature
42% 48°
```