some link fixes

This commit is contained in:
2023-01-28 18:44:08 +01:00
parent ce68e18a25
commit e06daf032f
9 changed files with 58 additions and 36 deletions

View File

@ -357,7 +357,7 @@ It's now time to go back to Grafana and try to get some charts from influxdb ! F
Now create a new dashboard, a new panel, and keep *Time series* as main graph system. Select above InfluxDB data source and switch to raw query expression. Finally, put following query `SELECT sum("value") FROM "http_reqs" WHERE $timeFilter GROUP BY time(1s)` in fields. Some graph should appear, select the right time interval where you have done previous load testing and voilà !
[![Grafana load testing](grafana-load-testing.png)](grafana-load-testing)
[![Grafana load testing](grafana-load-testing.png)](grafana-load-testing.png)
We now have the current HTTP requests count for every second. Below the *Chart.js* result of my own loading test.