diff options
Diffstat (limited to 'docs/content/methodology/measurements')
-rw-r--r-- | docs/content/methodology/measurements/_index.md | 6 | ||||
-rw-r--r-- | docs/content/methodology/measurements/data_plane_throughput/_index.md | 9 |
2 files changed, 14 insertions, 1 deletions
diff --git a/docs/content/methodology/measurements/_index.md b/docs/content/methodology/measurements/_index.md index 9e9232969e..4e4a7aa034 100644 --- a/docs/content/methodology/measurements/_index.md +++ b/docs/content/methodology/measurements/_index.md @@ -4,3 +4,9 @@ bookFlatSection: false title: "Measurements" weight: 2 --- + +# Measurement + +- [Data Plane Throughput](data_plane_throughput) +- [Packet Latency](packet_latency) +- [Telemetry](telemetry) diff --git a/docs/content/methodology/measurements/data_plane_throughput/_index.md b/docs/content/methodology/measurements/data_plane_throughput/_index.md index 8fc7f66f3e..89d5d6b63d 100644 --- a/docs/content/methodology/measurements/data_plane_throughput/_index.md +++ b/docs/content/methodology/measurements/data_plane_throughput/_index.md @@ -3,4 +3,11 @@ bookCollapseSection: true bookFlatSection: false title: "Data Plane Throughput" weight: 1 ----
\ No newline at end of file +--- + +# Data Plane Throughput + +- [Overview](data_plane_throughput) +- [MLR Search](mlr_search) +- [PLR Search](plr_search) +- [MRR](mrr) |