nm 0.1.0

Minimalistic high-performance metrics collection in highly concurrent environments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# nm - nanometer

Collect metrics about observed events with low collection overhead even in
highly multithreaded applications running on 100+ processors.

# Collected metrics

For each defined event, the following metrics are collected:

* Count of observations (`u64`).
* Mean magnitude of observations (`i64`).
* (Optional) Histogram of magnitudes, with configurable bucket boundaries (`i64`).

More details in the [crate documentation](https://docs.rs/nm/).

This is part of the [Folo project](https://github.com/folo-rs/folo) that provides mechanisms for
high-performance hardware-aware programming in Rust.