Skip to content

Latest commit

 

History

History
 
 

advanced

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

**Python Flask Application with Psutil to Monitor System resources **This is a Flask application that utilizes the psutil library to obtain CPU and memory usage information of the server running on port 5000.

Getting Started

Clone the repository: git clone https://github.com/LondheShubham153/python-for-devops-masterclass.git

cd advanced/

Install the dependencies: pip3 install -r requirements.txt

Run the Flask application: python3 app.py

Open the application in a web browser: http://localhost:5000/

End Result: The homepage displays the current CPU and memory usage of the server.