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 atopor
yum install atopapt install atopInstallation has two parts
git clone https://github.com/sachhu/visualAtop.git
cd visualAtop
npm installcd api
npm startcd frontend
npm run devOpen 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 devShow your magic in "newBranch" and create a pull request on "dev" branch


