Modern tools like btop and htop names come from unix's top tool, which means table of processes. vntop is stands for "Variaton: Table of Processes". I used sysinfo crate to get bunch of cross-platform system informations. TUI library is made by me and I only used colored and crossterm crates, that means very primative codebase. Probably I will update this program until to be fully functional. So, if you found any bug please report me in github issues or send me an e-mail.
You can see
RoadmapinROADMAP.md.
You need only rust and git tools to run.
If you want to build from the source and run.
git clone https://github.com/hanilr/vntop.git
cd vntop
cargo runYou can test sysinfo crate usage and configuration system test.
cargo testIf you want to install this program to you system.
cargo install vntopSome of informations are sensored.
Normal terminal size.
Big terminal size.
Big terminal size gif.


