Use when measuring network latency to destinations.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill latency-prober --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Latency Prober?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-latency-prober)More formats (shields.io, HTML) on the badges page.
---
name: latency-prober
title: Latency Prober
description: Use when measuring network latency to destinations.
category: networking
tags: [latency, probe, ping, measurement, monitoring, rust]
---
# Latency Prober
**Trigger**: Use when implementing active latency measurement and monitoring.
**Libraries**: `tokio` (timers), `icmp` (raw sockets, needs CAP_NET_RAW), `ping` crate
**Implementation**: ICMP ping to configured targets at configurable intervals. TCP connect latency measurement to ports (80, 443, custom). HTTP request timing (DNS + connect + TLS + first byte). Latency histograms: min, max, avg, p50, p95, p99 for each target. Jitter calculation: variance of consecutive measurements. Packet loss percentage. MCP resource: sentinel://latency.
**Connected**: `connection-monitor`, `traffic-analyzer`, `bandwidth-monitor`, `realtime-dashboard`, `mcp-network-server`
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!