Crates.io | yafsm |
lib.rs | yafsm |
version | 0.2.2 |
source | src |
created_at | 2023-12-12 02:31:30.542262 |
updated_at | 2024-11-26 05:29:36.518976 |
description | System usage monitor inspired by glances. |
homepage | |
repository | |
max_upload_size | |
id | 1065774 |
size | 146,343 |
Glances is a very nice system monitor. I find it strikes an optimal balance between density and legibility, and it's my go-to monitor for watching utilization of my compute nodes etc.
However, Glances is quite slow — it usually uses about 25% of a CPU core just to display the system monitor dashboard.
This is my attempt to write yet another fine system monitor, modeled after Glances but with
It should work in fallback sysinfo mode on most platforms supported by sysinfo, crossterm, and ratatui. It is at its best on Linux, since sysinfo takes a least-common-denominator approach; I intend to support it indefinitely as a fallback, but the primary development will directly use Linux procfs.