Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T22:51:50.000Z (9 days ago)
- Last Synced: 2024-11-03T23:24:35.111Z (9 days ago)
- Topics: system-monitor
- Language: Rust
- Homepage: https://crates.io/crates/statusinfo2
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- 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°
```