You are browsing as a guest. Sign up (or log in) to start making projects!

CLI System Health Monitor Dashboard

  • 4 Devlogs
  • 2 Total hours

A real-time terminal dashboard built with Python that monitors your system's vital statistics live. Using psutil for data collection and rich for a colorful, structured UI, it displays CPU usage, RAM, disk space, network I/O, temperatures, and top processes — all refreshing every second. Includes a threshold-based alert system that triggers desktop notifications and logs events to a CSV file when resources exceed defined limits.

Open comments for this post

28m 43s logged

Refactor system health monitoring functions and enhance network speed calculations. Also make a clean dashboard using rich

Refactor system health monitoring functions and enhance network speed calculations. Also make a clean dashboard using rich

Replying to @Greg_ios

0
7
Open comments for this post

23m 17s logged

Set up the project structure and implemented basic system metrics reading with psutil. Collects CPU %, RAM %, disk usage, and uptime — prints cleanly to terminal. Took ~15 min, simple but solid foundation for the dashboard.

Set up the project structure and implemented basic system metrics reading with psutil. Collects CPU %, RAM %, disk usage, and uptime — prints cleanly to terminal. Took ~15 min, simple but solid foundation for the dashboard.

Replying to @Greg_ios

0
7

Followers

Loading…