real_time_cpu_utilization_assignment
v1.0.0
Published
This gives the real time CPU usage
Downloads
15
Readme
This application gives the real time CPU usage and memory details
By default, this application runs on port 1520. To change the port, we can start the server by passing the "port" environment variable.
Ex: port=8000 node server.js
Once the server starts, open http://localhost:port on the browser
