# Groups shown in grafana(Duration or cumulative response time of individual requests?)

**URL:** https://community.gatling.io/t/groups-shown-in-grafana-duration-or-cumulative-response-time-of-individual-requests/3869
**Category:** Gatling (Open-Source)
**Created:** [August 5, 2017, 5:53am UTC](https://community.gatling.io/t/groups-shown-in-grafana-duration-or-cumulative-response-time-of-individual-requests/3869 "2017-08-05T05:53:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Gatling\_Learner](https://avatars.discourse-cdn.com/v4/letter/g/977dab/32.png) [@Gatling\_Learner](https://community.gatling.io/u/Gatling_Learner)
#### Post date: [August 5, 2017, 5:53am UTC](https://community.gatling.io/t/groups-shown-in-grafana-duration-or-cumulative-response-time-of-individual-requests/3869/1 "2017-08-05T05:53:52Z")

</div>

I have followed the docs for integrating grafana- influxdb- gatling for real time monitoring

In the groups i saw someone suggested to use this template to show the groups in grafana

“gatling._._._._.count measurement.simulation.group.request.status.field”,

“gatling._._._._.min measurement.simulation.group.request.status.field”,

“gatling._._._._.max measurement.simulation.group.request.status.field”,

“gatling._._._._.percentiles50 measurement.simulation.group.request.status.field”,

“gatling._._._._.percentiles75 measurement.simulation.group.request.status.field”,

“gatling._._._._.percentiles95 measurement.simulation.group.request.status.field”,

“gatling._._._._.percentiles99 measurement.simulation.group.request.status.field”

And i was able to see the groups in grafana by this query

SELECT “percentiles95” FROM “gatling” WHERE “request” \<\> ‘allRequests’ AND $timeFilter GROUP BY “group”

This is the output i got

![](https://lh6.googleusercontent.com/f0WOwiNwq7Vk4aMKnoQc9k2u8_LR3crEUhUH9avPFwlxIPrFLSOxnAEDLSbgjdVU7Gxd1Lt38KiY8Oj_eye4Bd1s5aG1c0XtOz5WV9HLTjCPw_uKmyROTHZnHUibyXFbvffqqVbD)

Ii need the clarification whether these points which are showing in a weird manner are actually the duration of that particular group at that time . There was one group request sent and why there are multiple points ?. Is the query wrong ? There should be one point after the completion of the group request. (which is the duration) or is it supposed to be like this . can anyone please answer ?
