4 releases

0.2.2 Nov 26, 2024
0.2.1 Dec 20, 2023
0.2.0 Dec 20, 2023
0.1.0 Dec 12, 2023

#6 in #system-monitor

Download history 16/week @ 2024-09-21 12/week @ 2024-09-28 141/week @ 2024-11-23 18/week @ 2024-11-30

159 downloads per month

MIT license

115KB
3K SLoC

yet another fine system monitor

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

  • fewer features
  • more bugs
  • much less resource usage

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.

Dependencies

~10–21MB
~296K SLoC