Skip to content

Red-Tyger/python_system_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python System Monitor

A lightweight, command-line system monitoring tool written in Python 3.x.

Project Description

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.

Key Features

  • 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.

Technologies Used

  • Python 3.x
  • psutil: A cross-platform library for retrieving system and process information.

How to Run

  1. Ensure you have Python 3 installed.
  2. Install the psutil library: pip install psutil
  3. Run the script from your terminal: python3 host_checkv1-2.py

About

A lightweight system monitor written in Python 3.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages