A modern-ish looking system monitor that uses what we would call the "next-gen" languages rust and go! It's an alternative to htop and bpytop.
- You would need golang and Rust toolchains installed before hand. And most of all, this project works only in linux.
- You can execute
build.sh
to install this application from local copy (this will build with all your changes as well) sudo systemctl start sysperf.service
sysperf
. It is possible the font of the terminal window it too large, hence try making the fonts lower to render the application (This is actually and issue I'd like you to solve :-)
- P K Navin Shrinivas (@NavinShrinivas)
- Mukund Deepak (@mukunddeepak)
A modern-ish looking system monitor that uses what we would call the "next-gen" languages rust and go!
- Uses a client server model
- Uses GRPC to connect the both
- Uses unsafe rust :(
- Over complicated for a simple task, but tbf this project was done only to follow the guidelines of SE as part of the course in our Univerity!
- Due to it being built on rust and go compilation and setting up the system is done very quickly.
- Due to its ightweight nature it will not take over too many computer resources to obtain the necessary information about the system.
Note : Needs Rust and go toochains installed before hand