Metadata-Version: 2.1
Name: hotsos
Version: 1.20.post27
Summary: Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-metadata; python_version >= "3.8"
Requires-Dist: click
Requires-Dist: cryptography
Requires-Dist: distro
Requires-Dist: fasteners
Requires-Dist: jinja2
Requires-Dist: progress
Requires-Dist: propertree>=1.1.0.post9
Requires-Dist: pyyaml
Requires-Dist: searchkit>=0.4.3.post6
Requires-Dist: simplejson
Requires-Dist: sphinx>=4.3.2
Requires-Dist: python-dateutil
Requires-Dist: pytz

# Hotsos

Use hotsos to implement repeatable analysis and extract useful information from common cloud applications and subsystems. Write analysis *Scenarios* in YAML using a high-level language and helpful Python libraries. A catalog of analysis implementations is included.

Hotsos is plugin-oriented, providing easy access to the state of applications and subsystems. Hotsos is run against a *Data Root* which can either be the host it is run on or a sosreport. Output is a summary of key information from each plugin along with issuses or known bugs detected and suggestions on what actions can be taken to handle them.

## Documentation

Installation and Usage: https://hotsos.readthedocs.io/en/latest/install/index.html

Contributing: https://hotsos.readthedocs.io/en/latest/contrib/index.html

Full documentation: https://hotsos.readthedocs.io/en/latest/
