Data Access

17 articles

Packet Headers (PCAP) — M-Lab Core Service

M-Lab's packet-headers service captures TCP packet headers for every connection on the M-Lab platform, stored as per-flow .pcap files indexed by UUID.

advanced
TCP INFO — M-Lab Core Service

TCP INFO collects detailed TCP socket statistics from the Linux kernel for every connection on the M-Lab platform, capturing congestion control state, RTT, loss, and dozens of other metrics at regular intervals.

advanced
Getting Started: ISP and IXP Staff

A guide for ISP engineers, network operators, and IXP staff who want to understand M-Lab data from their networks, host a measurement node, or use M-Lab for network diagnostics and performance benchmarking.

intermediate
Traceroute — M-Lab Core Service

M-Lab's Traceroute core service automatically runs a network path measurement from every M-Lab server back to the client for every TCP connection, building a continuous record of Internet routing.

intermediate
FAQ: Accessing M-Lab Data Buckets

How to access M-Lab's raw NDT7 data in Google Cloud Storage using gsutil or gcloud without permission errors.

beginner
Getting Started with M-Lab Data in BigQuery

How to get free access to M-Lab's BigQuery datasets, run your first queries, understand the data structure, and work efficiently with large tables.

beginner
Getting Started: Researchers

A curated starting path for academic researchers and data scientists using M-Lab data — covering data access, key datasets, measurement methodology, and common research patterns.

beginner
M-Lab Network Annotations: Geolocation, ASNs, and What They Mean

How M-Lab annotates measurements with geographic and network metadata, the accuracy and limitations of each annotation type, and how to use them correctly in analysis.

intermediate
MSAK (Measurement Swiss-Army Knife)

MSAK is M-Lab's configurable multi-stream throughput and UDP latency measurement service — designed for researchers and developers who need more control than single-stream NDT provides.

intermediate
NDT (Network Diagnostic Tool)

NDT is M-Lab's flagship speed test — it measures single-stream download and upload throughput, latency, and provides TCP-level diagnostics for every test.

beginner
Analyzing M-Lab Data: A Researcher's Guide

Methods, tools, and best practices for using M-Lab's open datasets in academic research, policy analysis, and community broadband advocacy.

intermediate
Neubot DASH Streaming Test

DASH emulates a video streaming player to measure how well a network connection supports adaptive video streaming, without relying on a real video platform.

beginner
Reverse Traceroute

Reverse Traceroute reconstructs the network path from an M-Lab server back to a client — the direction that standard traceroute cannot see — using a distributed system of vantage points and spoofed probes.

advanced
WeHe — Traffic Differentiation Detection

WeHe tests whether your ISP is treating traffic from specific apps (like YouTube or Spotify) differently from other traffic — detecting throttling or blocking on a per-application basis.

intermediate
M-Lab Monthly Stats: Pre-computed Parquet Summaries

What the Monthly Stats dataset is, how it's derived from NDT measurements, what the parquet files contain, and how to access them without BigQuery.

beginner
Reading Percentiles in Monthly Stats

How to interpret percentile columns in M-Lab Monthly Stats data, including the counterintuitive polarity of latency and loss, and what p50 vs p95 tells you.

intermediate
Exploring Monthly Stats with Python

A practical guide to loading, filtering, and visualising M-Lab Monthly Stats parquet files in Python using pandas, without needing BigQuery or a Google Cloud account.

intermediate