server process viewer web application: simple web application of htop
You can simply download the repo and run it on your local server where index.html is located.
The application makes socket connection with the server and shows the processes running on the server.
Each process can be monitored (cpu% and mem%) by clicking on it.
Each process can be killed by clicking on its gun button.
The command of particular process can be copied by clicking on copy icon.
the code run on the server is -->here