Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asomers/gstat-rs
An enhanced version of FreeBSD's gstat(8) utility
https://github.com/asomers/gstat-rs
Last synced: 3 months ago
JSON representation
An enhanced version of FreeBSD's gstat(8) utility
- Host: GitHub
- URL: https://github.com/asomers/gstat-rs
- Owner: asomers
- License: bsd-2-clause
- Created: 2021-07-09T20:55:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T00:12:54.000Z (9 months ago)
- Last Synced: 2024-04-19T19:03:38.756Z (9 months ago)
- Language: Rust
- Size: 620 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust utilities involving FreeBSD libgeom
[![Build Status](https://api.cirrus-ci.com/github/asomers/gstat-rs.svg)](https://cirrus-ci.com/github/asomers/gstat-rs)
## Overview
This repository contains bindings for libgeom(3) and multiple utilities that
use it. The original and most important is gstat. In total, they are:* gstat: like /usr/sbin/gstat, but better with large numbers of disks.
[![Crates.io](https://img.shields.io/crates/v/gstat.svg)](https://crates.io/crates/gstat)* freebsd-geom-exporter: export geom statistics to Prometheus. [![Crates.io](https://img.shields.io/crates/v/freebsd-geom-exporter.svg)](https://crates.io/crates/freebsd-geom-exporter)
* freebsd-libgeom: idiomatic Rust bindings to libgeom(3). [![Crates.io](https://img.shields.io/crates/v/freebsd-libgeom.svg)](https://crates.io/crates/freebsd-libgeom)
* freebsd-libgeom-sys: low-level bindings. Don't use these directly. [![Crates.io](https://img.shields.io/crates/v/freebsd-libgeom-sys.svg)](https://crates.io/crates/freebsd-libgeom-sys)