Skip to content

visualAtop is a webTool for visualise the output of Atop tool in a webpage

License

Notifications You must be signed in to change notification settings

sachhu/visualAtop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visualAtop

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

Pre-Requirement

Atop should be already installed in the system.

Install atop on RHEL/CentOS/Fedora Linux

dnf install atop

or

yum install atop

Install atop on Debian/Ubuntu Linux

apt install atop

Installation

Installation has two parts

1. Clone the project

git clone https://github.com/sachhu/visualAtop.git
cd visualAtop
npm install

2. Installing backend

cd api
npm start

"running backend"

3. Installing frontend

cd frontend
npm run dev

"running frontend"

Open any web browner and run open the url http://127.0.0.1:\

and click on "RUN" button

"frontend Output"

Pull requests are welcome

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

About

visualAtop is a webTool for visualise the output of Atop tool in a webpage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published