Process Monitoring Dashboard
A real-time system monitoring dashboard built using Python and Flask that tracks running processes, CPU usage, and memory usage on a machine. The dashboard provides a web interface to visualize system activity and monitor resource consumption.
Features
Real-time system monitoring
Displays running processes
CPU usage tracking
Memory usage monitoring
Web-based dashboard interface
Lightweight and easy to run locally
Tech Stack
Python
Flask
HTML
CSS
JavaScript
Installation 1 Clone the repository git clone https://github.com/YOUR_USERNAME/process-monitoring-dashboard.git 2 Navigate to the project cd process-monitoring-dashboard 3 Install dependencies pip install -r requirements.txt Run the Application python app.py
Open your browser and go to: