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
- Host: GitHub
- URL: https://github.com/voidpp/hdd-stat
- Owner: voidpp
- License: mit
- Created: 2016-04-24T07:22:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T17:18:00.000Z (over 6 years ago)
- Last Synced: 2025-08-26T23:06:24.561Z (10 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/voidpp/hdd-stat)
[](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
```