Metadata-Version: 2.4
Name: resmon-t
Version: 0.1.0
Summary: Simple Resource Monitor - A lightweight system resource monitoring tool
Author-email: Thomas <irthomasthomas@users.noreply.github.com>
License: MIT
Project-URL: Homepage, https://github.com/irthomasthomas/srm
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil>=5.9.0
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# SRM - Simple Resource Monitor

A lightweight, easy-to-use system resource monitoring tool for the command line.

## Features

- CPU Monitoring: Real-time CPU usage per core with averages
- Memory Tracking: RAM and swap usage with visual bars
- Disk Usage: Filesystem space monitoring with warnings
- Process Insights: Top processes by CPU/memory
- Cross-Platform: Works on Linux, macOS, and Windows

## Installation

```bash
pip install srm
```

## Usage

```bash
srm              # Single snapshot
srm --watch 2    # Continuous monitoring
srm --json       # JSON output
srm --top 10     # Show top 10 processes
```

## License

MIT
