aboutsummaryrefslogtreecommitdiffstats
path: root/examples/stats-api/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stats-api/README.md')
-rw-r--r--examples/stats-api/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/stats-api/README.md b/examples/stats-api/README.md
index 77afad8..5511bf4 100644
--- a/examples/stats-api/README.md
+++ b/examples/stats-api/README.md
@@ -6,8 +6,10 @@ This example demonstrates how to retrieve statistics from VPP using [the new Sta
The following requirements are required to run this example:
-- install **VPP 18.10+**
-- enable stats in VPP:
+- install **VPP 18.10+** (VPP 19.04+ for goclient)
+- enable stats in VPP
+
+To enable stats add following section to you VPP config:
```sh
statseg {
@@ -16,7 +18,6 @@ The following requirements are required to run this example:
}
```
> The [default socket](https://wiki.fd.io/view/VPP/Command-line_Arguments#.22statseg.22_parameters) is located at `/run/vpp/stats.sock`.
-- run the VPP (ideally with some traffic)
## Running example