1 unstable release

0.0.1 Oct 14, 2024

#15 in #incoming

Download history 183/week @ 2024-10-14 39/week @ 2024-10-21 8/week @ 2024-11-04

230 downloads per month
Used in 3 crates (via nimble-client)

MIT license

7KB
103 lines

📊 Network Metrics

Welcome to the Network Metrics crate! This library provides a simple and efficient way to track and analyze network metrics, including datagrams and octets per second, in real-time. Whether you are building a game server, a network monitoring tool, or any application that requires network performance insights, this crate has you covered! 🚀

Features ✨

  • Real-time Metrics: Track incoming and outgoing datagrams and octets per second with minimal overhead.
  • Display Support: Easily convert metrics to human-readable strings.
  • Customizable: Adjust the update intervals and durations for metrics tracking.

Installation

Add the following line to your Cargo.toml file:

[dependencies]
network-metrics = "0.0.1"

Dependencies

~165–265KB