A lightweight, command-line system monitoring tool written in Python 3.x.
This utility provides real-time updates on key system performance metrics including CPU usage, RAM usage, Disk usage, and network activity. It is designed to be a simple, lightweight alternative to a full-featured system monitor.
- Real-time Metrics: Displays system data that refreshes every second.
- Modular Code: Organized into logical functions for data collection and display.
- Cross-Platform: The tool is designed to work on Linux, macOS, and Windows.
- Python 3.x
- psutil: A cross-platform library for retrieving system and process information.
- Ensure you have Python 3 installed.
- Install the
psutillibrary:pip install psutil - Run the script from your terminal:
python3 host_checkv1-2.py