network-metrics

Crates.ionetwork-metrics
lib.rsnetwork-metrics
version0.0.1
sourcesrc
created_at2024-10-14 13:13:14.387469
updated_at2024-10-14 13:13:14.387469
descriptionMeasure network metrics
homepage
repositoryhttps://github.com/piot/network-metrics
max_upload_size
id1408290
size7,137
Peter Bjorklund (piot)

documentation

README

📊 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"
Commit count: 3

cargo fmt