Metadata-Version: 2.4
Name: dargslan-uptime-report
Version: 1.0.0
Summary: System uptime and availability reporter — reboot history, crash analysis, and availability percentage calculation.
Author-email: Dargslan <info@dargslan.com>
License: MIT
Project-URL: Homepage, https://dargslan.com
Project-URL: Documentation, https://dargslan.com/blog
Project-URL: Repository, https://github.com/Dargslan
Project-URL: Free Cheat Sheets, https://dargslan.com/cheat-sheets
Project-URL: Linux & DevOps Books, https://dargslan.com/books
Keywords: linux,uptime,availability,monitoring,sysadmin,reboot,crash,report
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# dargslan-uptime-report

System uptime and availability reporter — reboot history, crash analysis, OOM kill detection, and availability percentage.

## Installation

```bash
pip install dargslan-uptime-report
```

## Usage

```bash
dargslan-uptime report        # Full uptime & availability report
dargslan-uptime uptime        # Current uptime
dargslan-uptime reboots       # Reboot history
dargslan-uptime crashes       # Crash event analysis
dargslan-uptime load          # Current load average
dargslan-uptime audit         # Issues only
dargslan-uptime json          # JSON output
```

## Features

- Current uptime with boot time
- 30-day availability percentage calculation
- Reboot history with kernel versions
- Kernel panic and OOM kill detection
- Load average monitoring vs CPU count
- Frequent reboot detection
- Zero dependencies — pure Python

## Part of dargslan-toolkit

Install all 48 Linux sysadmin tools: `pip install dargslan-toolkit`

## Links

- [Free Linux Cheat Sheets](https://dargslan.com/cheat-sheets)
- [Linux & DevOps Books](https://dargslan.com/books)
- [Blog & Tutorials](https://dargslan.com/blog)

## License

MIT
