Skip to content

Uday-259/Python-script-for-system-health-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

System Health Monitoring

Overview

--System Health Monitoring Script is a Python tool that collects and displays key system metrics such as CPU usage, memory consumption, disk utilization, and network statistics. It helps in tracking resource usage and detecting performance issues in real time.

Features

--Monitor CPU usage (%)

--Track memory utilization (used, free, available)

--Check disk usage (total, used, free space)

--Capture network statistics (bytes sent/received)

--Display results in real-time or save to a log file

Requirements

Python 3.13

How it Works

--Uses the psutil library to gather system metrics

--Prints health statistics on the console

--Optionally writes logs to a file at user-defined intervals

--Runs continuously until manually stopped

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages