Metadata-Version: 2.1
Name: machine-stats-alpha
Version: 1.0.3
Summary: A simple and effective way to gather machine statistics (RAM, Storage, CPU, etc.) from server environment
Home-page: https://github.com/tidalmigrations/machine_stats
Author: Tidal Migrations
Author-email: support@tidalmigrations.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: ansible (==5.6.0)
Requires-Dist: pluginbase (==1.0.1)

# Machine Stats Alpha

[![PyPI](https://img.shields.io/pypi/v/machine-stats-alpha)](https://pypi.org/project/machine-stats-alpha/)

| Warning: This is not a stable release!  |
|-----------------------------------------|

A simple and effective way to gather machine statistics (RAM, Storage, CPU)
from a server environment as a first layer of a [Tidal Migrations discovery
process](https://guides.tidalmg.com).

Machine Stats alpha only works with Ubuntu distributions. To use machine stats with other distributions, please checkout the stable version of [machine-stats](https://pypi.org/project/machine-stats/).

## Installation

Install locally in a Python 3 environment:

```sh
python3 -m pip install machine-stats-alpha
```

## Supported distributions

- Ubuntu with Python 3.x


