
Meshping
Ping-based latency monitoring, traceroutes, and visual network mapping
Meshping is a lightweight network monitoring service that concurrently pings multiple targets and records detailed latency histograms. It runs traceroutes, performs Path MTU discovery for each hop, and renders visual maps and heatmaps to help locate weak links and routing issues.
Key Features
- Concurrent ICMP probing of many targets with per-target latency histograms (not simple averages)
- Traceroute integration with hop-by-hop Path MTU discovery and AS information
- SVG network topology maps that highlight outage locations and routing loops
- Heatmaps and histogram visualizations for spotting multimodal latency distributions
- Prometheus-compatible /metrics endpoint for scraping and integration with existing monitoring stacks
- Dynamic target management (add/remove targets at runtime) and optional peering between Meshping instances
- Docker images and a simple web UI including a mobile-friendly layout
Use Cases
- Troubleshooting WAN and datacenter connectivity by pinpointing where latency or packet loss occurs
- Comparing latency across multiple endpoints or monitoring locations for capacity planning and performance trends
- Distributed measurements via peered Meshping instances to observe end-to-end behavior from multiple vantage points
Limitations and Considerations
- ICMP probing and traceroute functionality require privileges or container capabilities (e.g., CAP_NET_RAW) to send raw packets
- Default local storage uses SQLite, which may not scale for very large deployments or extremely high sampling rates
- Meshping focuses on measurement and visualization; it has no built-in advanced alerting engine and relies on Prometheus or external tools for alerting
- When deployed behind some proxies, specific proxy settings may be required for good UI responsiveness
Meshping is suited for network operators and engineers who need detailed, visual latency and path visibility without heavy infrastructure. It complements metric and alerting stacks by providing raw-response histograms, traceroutes, and topology visualizations for root-cause analysis.
Categories:
Tags:
Tech Stack:
Similar Services

Uptime Kuma
Self-hosted uptime monitoring with alerts and status pages
Uptime Kuma is a self-hosted uptime monitoring tool for HTTP(S), TCP, ping, DNS and more, with notifications, charts, and public status pages.

Netdata
Real-time, per‑second full‑stack monitoring and observability
Open-source, agent-based monitoring platform delivering per-second metrics, edge ML anomaly detection, tiered time-series storage and centralized cloud UI.

Grafana
Observability dashboards and alerting for metrics, logs, and traces
Grafana is an open source observability and data visualization platform for querying, graphing, and alerting on metrics, logs, and traces across many data sources.

Prometheus
Monitoring system and time-series database for metrics and alerting
Prometheus is an open-source monitoring and time-series database for collecting metrics, querying with PromQL, and alerting on system and application health.
Sentry
Error tracking and application performance monitoring platform
Sentry is a developer-focused platform for error tracking, performance monitoring, and tracing to help teams detect, investigate, and fix issues faster.
Glances
Cross-platform system monitoring tool with TUI, Web UI, and APIs
Glances is a cross-platform system monitoring tool providing a terminal dashboard, web UI, and REST/XML-RPC APIs for local or remote monitoring and exporting metrics.

JavaScript
HTML
Docker
Python
Python runtime