Skip to content

vcrn/feo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeO

FeO is a very simple system monitoring CLI tool for Linux systems written in Rust.

Demo GIF of FeO running.

Demo GIF using the standard settings.

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 of FeO meaning ugly in Spanish.

For information regarding commands, like setting color scheme, update-delay and GPU temperature monitoring, run

feo -h

Installation

FeO can be installed via cargo, with

cargo install feo

Dependencies

FeO uses the crates sinfo, termion, clap and rounded-div.

sinfo

The crate sinfo is used to read info from Linux systems and is located in /sinfo.

License

FeO is dual-licensed under either

at your option.

About

FeO (feo) is a very simple system monitoring CLI tool for Linux written in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages