Metadata-Version: 2.1
Name: rootsense
Version: 0.1.1
Summary: A system performance and monitoring tool.
Home-page: https://github.com/yourusername/rootsense
Author: Your Name
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymongo
Requires-Dist: reportlab
Requires-Dist: psutil
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: statsmodels
Requires-Dist: prophet

# RootSense

RootSense is a Python package designed to monitor and analyze system performance in real-time. It runs several scripts concurrently to collect system information, monitor performance, predict trends, analyze logs, and generate reports. The package is suitable for use in managing and troubleshooting systems at scale.

## Features

- Collects system performance metrics such as CPU, memory, disk, and network usage.
- Analyzes logs to detect excessive usage or errors.
- Provides predictive analysis based on system data.
- Performs root cause analysis for system health issues.
- Generates detailed performance reports in HTML format.
- Runs scripts concurrently for continuous monitoring and reporting.

## Installation

To install `rootsense`, simply use `pip`:

```bash
pip install rootsense
