1 unstable release

new 0.0.1 Oct 14, 2024

#17 in #incoming

Download history 92/week @ 2024-10-08

92 downloads per month

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

~170–270KB