visualAtop is a webTool for visalise the output of Atop tool in a webpage
About Atop
The atop command is a tool for monitoring system resources in Linux. It displays tons of information related to the amount of load on the system's resources at the process level.
Checkout atop website atop
Atop should be already installed in the system.
dnf install atop
or
yum install atop
apt install atop
Installation has two parts
git clone https://github.com/sachhu/visualAtop.git
cd visualAtop
npm install
cd api
npm start
cd frontend
npm run dev
Open any web browner and run open the url http://127.0.0.1:\
and click on "RUN" button
Clone the repo and make a branch from "dev" branch
git checkout -b newBranch dev
Show your magic in "newBranch" and create a pull request on "dev" branch