To test the ASP.NET Core application and to see visual reporting on the Grafana dashboard, we will go through following steps:
- Start the Grafana server by going to {installation_directory}\bin\grafana-server.exe.
- Start bash from the command prompt and run the sudo influx command.
- Start another bash from the command prompt and run the sudo influx command.
- Run the ASP.NET Core application.
- Access http://localhost:3000 and click on the App Metrics dashboard.
- This will start gathering telemetry information and will display the performance metrics, as shown in the following screenshots:
The following graph shows the total throughput in Request Per Minute (RPM), error percentage, ...