• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cargo-crates/H03-May-2022-839,192667,390

src/H17-Nov-2020-1,6091,552

.cirrus.ymlH A D17-Nov-2020549 2119

.gitignoreH A D17-Nov-20208 21

Cargo.lockH A D17-Nov-202022.3 KiB925829

Cargo.tomlH A D17-Nov-2020510 2320

LICENSE-APACHEH A D17-Nov-202010.6 KiB202169

LICENSE-MITH A D17-Nov-20201 KiB2622

README.mdH A D17-Nov-2020880 2617

bindgen.hH A D17-Nov-2020220 109

bindgen.shH A D17-Nov-2020195 41

README.md

1# FreeBSD NFS statistics exporter for Prometheus
2
3[![Build Status](https://api.cirrus-ci.com/github/Axcient/freebsd-nfs-exporter.svg)](https://cirrus-ci.com/github/Axcient/freebsd-nfs-exporter)
4[![docs.rs](https://docs.rs/freebsd-nfs-exporter/badge.svg)](https://docs.rs/freebsd-nfs-exporter)
5[![crates.io](https://img.shields.io/crates/v/freebsd-nfs-exporter.svg)](https://crates.io/crates/freebsd-nfs-exporter)
6
7## Overview
8
9The is a [Prometheus](http://prometheus.io) exporter for
10[FreeBSD's](http://www.freebsd.org) NFS statistics.  Currently only the server
11statistics are supported; client stats will come later.
12
13## Usage
14
15```
16cargo install freebsd-nfs-exporter
17daemon nfs-exporter
18```
19
20# License
21
22`freebsd-nfs-exporter` is primarily distributed under the terms of both the MIT
23license and the Apache License (Version 2.0).
24
25See LICENSE-APACHE, and LICENSE-MIT for details
26