A System Monitor like into command line. Please check the ManarakaWUI if you want to use an web interface instead the command line.
This app is based on Node.js. It uses:
- blessed-contrib to draw graph.
- systeminformation to get informations about: CPU, RAM, SWAP, Networks, Processes, Mounted files system.
Clone or Download this repository.
git clone https://github.com/arasT/Manaraka
Extract the archive and move into it.
cd manaraka
Install all node modules
npm install
Just launch one of the commands bellow.
npm start
Or
node .
- 'Arrow Left' or 'Arrow Right' to switch between tabs.
- 'q' or 'ctrl + c' to quit the app.
The MIT License. Further details see LICENSE file.
- Work on Windows but not recommanded. Blessed-Contrib pre requisites for Windows, or use ConEmu.
- For Linux based system, 'ifconfig' may be necessary.
Please fork if you want to contribut to this project.