An open API service indexing awesome lists of open source software.

https://github.com/voidpp/hdd-stat

A very tiny service for get some info about the physical drives
https://github.com/voidpp/hdd-stat

Last synced: 10 months ago
JSON representation

A very tiny service for get some info about the physical drives

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/voidpp/hdd-stat.svg?branch=master)](https://travis-ci.org/voidpp/hdd-stat)
[![Coverage Status](https://coveralls.io/repos/github/voidpp/hdd-stat/badge.svg?branch=master)](https://coveralls.io/github/voidpp/hdd-stat?branch=master)

About
--
Microservice and cli tool for get info about hdds.

Install
--
```bash
pip install hdd-stat
```

Usage
--
CLI:
```bash
hdd-stat
```
uWSGI example config:
```ini
[uwsgi]
processes = 2
module = hdd_stat.app:app
http-socket = :8090
```