Metadata-Version: 2.4
Name: syshealth-cli
Version: 0.1.0
Summary: A Linux system health monitor CLI tool
Author-email: Guna Sekhar Adapaka <adapakagunasekhar04@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/AdapakaGunaSekhar004/syshealth-cli
Keywords: linux,system,monitor,cli,ubuntu,psutil
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: psutil>=5.9.0
Requires-Dist: rich>=13.0.0

# syshealth-cli

A Linux system health monitor CLI tool built with Python.

## Install

```bash
pip install syshealth-cli
```

## Usage

```bash
# Snapshot
syshealth

# Live refresh every 3 seconds
syshealth --watch

# Custom interval
syshealth --watch --interval 5
```

## Features

- CPU usage, core count, frequency
- Memory and swap usage
- Disk partitions and usage
- Top 5 processes by CPU

## Tech

Python, psutil, rich, pytest, GitHub Actions CI
