-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Throughput calculation clarification #44
Comments
Hi @sravanthnag , Good point, let's me plan this. BR, |
Hi Mike, Yes, the current throughput chart brings in all OK and KO transactions. But when I checked the database for a status column to filter out based on only OK, I could not get that. So, I thought I will ask the exact query which can filter out the only OK set of transactions. |
@sravanthnag we have the possibility to filter OK and KO using the code:
The code above returns KO. I will improve in the next release. We can have like this BR, |
Hi Mike, I would wait for the changes to reflect. Thank you. |
@sravanthnag added the latest release. See full notes here - https://github.com/mderevyankoaqa/jmeter-influxdb2-listener-plugin/releases/tag/v2.3. The board was updated as well, the same location - https://grafana.com/grafana/dashboards/13644. Please upgrade and share the results. BR, |
Hi Mike, Thanks for the update. This works on expected lines for me. There are some other minor clarifications/queries for which probably I will raise a new one. |
Hi,
In https://grafana.com/grafana/dashboards/13644, I see that throughput is calculated irrespective of transaction is pass or fail. There is no filter applied on a status column which Jmeter by default emits - ok and ko.
I have tried to change the query to plot throughput through successful results only but could not plot it effectively. Any pointers to include the ok filter in throughput graphs
The text was updated successfully, but these errors were encountered: