Use when monitoring bandwidth usage per flow or device.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill bandwidth-monitor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bandwidth Monitor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-bandwidth-monitor)More formats (shields.io, HTML) on the badges page.
---
name: bandwidth-monitor
title: Bandwidth Monitor
description: Use when monitoring bandwidth usage per flow or device.
category: networking
tags: [bandwidth, monitor, usage, traffic, analytics, rust]
---
# Bandwidth Monitor
**Trigger**: Use when implementing bandwidth usage monitoring and reporting.
**Libraries**: `dashmap`, `tokio` (timers), `chrono`
**Implementation**: Per-flow byte/packet counters updated on each packet. Per-device aggregation: sum flows by source IP. Per-application bandwidth via protocol-identifier integration. Time-based bucketing (second, minute, hour, day). Rolling window for real-time display. Historical storage in timeseries DB. Quota enforcement with alerts. Monthly usage reports.
**Connected**: `traffic-shaper`, `traffic-analyzer`, `connection-monitor`, `connection-tracker`, `realtime-dashboard`, `traffic-historical`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!