- Notifications
You must be signed in to change notification settings - Fork0
FeO (feo) is a very simple system monitoring CLI tool for Linux written in Rust
License
Apache-2.0, MIT licenses found
Licenses found
vcrn/feo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FeO
is a very simple system monitoring CLI tool for Linux systems written in Rust.
FeO
monitors the CPU temperature, CPU load, RAM and swap usage, and uptime. GPU temperature monitoring available for Raspberry Pi. FeO is inspired by the process monitoring tool htop, and named after a part of the chemical formulas for rust, with the bonus ofFeO
meaning ugly in Spanish.
For information regarding commands, like setting color scheme, update-delay and GPU temperature monitoring, run
feo -h
FeO
can be installed viacargo, with
cargo install feo
FeO
uses the cratessinfo
,termion
,clap
androunded-div
.
The cratesinfo
is used to read info from Linux systems and is located in/sinfo
.
FeO
is dual-licensed under either
- MIT License (LICENSE-MIT orhttp://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE orhttp://www.apache.org/licenses/LICENSE-2.0)
at your option.
About
FeO (feo) is a very simple system monitoring CLI tool for Linux written in Rust