- Supposing JMeter already install on your system
- In JMeter properties file we need to mention Prometheus IP and Port address on which Prometheus is running.
Location file name vi bin/jmeter.properties
prometheus.port=9270
prometheus.ip=0.0.0.0
prometheus.delay=0
prometheus.save.threads=true
prometheus.save.threads.name=jmeter
prometheus.save.jvm=true
- We will add one Prometheus listener in JMeter with below mention details -
- Now we configure JMeter with Prometheus
- Create one directory anywhere in the system then create one prometheus.yml file inside that directory.
# my global config
global:
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.
# scrape_timeout is set to the global default (10s).
# Attach these labels to any time series or alerts when communicating with
# external systems (federation, remote storage, Alertmanager).
external_labels:
monitor: 'codelab-monitor'
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
rule_files:
# - "first.rules"
# - "second.rules"
# A scrape configuration containing exactly one endpoint to scrape:
# Here it's Prometheus itself.
scrape_configs:
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
- job_name: 'prometheus'
# metrics_path defaults to '/metrics'
# scheme defaults to 'http'.
static_configs:
- targets: ['localhost:9090']
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
- job_name: 'jmeter'
static_configs:
- targets: ['192.168.0.100:9270']
Command needs to execute on docker console
- Supposing docker already install on your system
- docker search prometheusdocker pull prom/prometheusdocker run -it -d --name prometheus -p 9090:9090 -v $PWD/prometheus.yml:/etc/prometheus/prometheus.yml prom/prometheusdocker search grafanadocker pull grafana/grafanadocker run -it -d --name grafana -p 3000:3000 grafana/grafana
- Run docker with Persistent settings
- docker run -d -p 3000:3000 --name=grafana -v $PWD/grafana-storage:/var/lib/grafana grafana/grafana
- Open Prometheus with started docker port
- Then click on the target sectionProbably you will see
- Open the grafana dashboard on your browser
- Click on + icon then click on the import sectionThen paste the below JSON content
{"annotations": {"list": [{"builtIn": 1,"datasource": "-- Grafana --","enable": true,"hide": true,"iconColor": "rgba(0, 211, 255, 1)","name": "Annotations & Alerts","type": "dashboard"}]},"description": "A grafana dashboard to inspect jmeter metrics via prometheus exporter","editable": true,"gnetId": 2492,"graphTooltip": 1,"id": 73,"iteration": 1611988181082,"links": [],"panels": [{"cacheTimeout": null,"colorBackground": true,"colorValue": false,"colors": ["#3274D9","#3274D9","#3274D9"],"datasource": "Prometheus","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"format": "none","gauge": {"maxValue": 100,"minValue": 0,"show": false,"thresholdLabels": false,"thresholdMarkers": true},"gridPos": {"h": 2,"w": 6,"x": 0,"y": 0},"id": 12,"interval": null,"links": [],"mappingType": 1,"mappingTypes": [{"name": "value to text","value": 1},{"name": "range to text","value": 2}],"maxDataPoints": 100,"nullPointMode": "connected","nullText": null,"postfix": " vus","postfixFontSize": "100%","prefix": "","prefixFontSize": "50%","rangeMaps": [{"from": "null","text": "N/A","to": "null"}],"sparkline": {"fillColor": "#447ebc","full": true,"lineColor": "#447ebc","show": false},"tableColumn": "","targets": [{"expr": "sum(jmeter{state=\"active\"})","format": "time_series","hide": false,"instant": true,"interval": "","intervalFactor": 1,"legendFormat": "","refId": "A","step": 4}],"thresholds": "","title": "","type": "singlestat","valueFontSize": "100%","valueMaps": [{"op": "=","text": "N/A","value": "null"}],"valueName": "current"},{"cacheTimeout": null,"colorBackground": true,"colorValue": false,"colors": ["#A352CC","#F2CC0C","#FF7383"],"datasource": "Prometheus","decimals": 1,"fieldConfig": {"defaults": {"custom": {}},"overrides": []},"format": "reqps","gauge": {"maxValue": 100,"minValue": 0,"show": false,"thresholdLabels": false,"thresholdMarkers": true},"gridPos": {"h": 2,"w": 6,"x": 6,"y": 0},"id": 7,"interval": null,"links": [],"mappingType": 1,"mappingTypes": [{"name": "value to text","value": 1},{"name": "range to text","value": 2}],"maxDataPoints": 100,"nullPointMode": "connected","nullText": null,"postfix": "","postfixFontSize": "50%","prefix": "","prefixFontSize": "50%","rangeMaps": [{"from": "null","text": "N/A","to": "null"}],"sparkline": {"fillColor": "#508642","full": true,"lineColor": "#508642","show": false},"tableColumn": "","targets": [{"expr": "sum(irate(jmeter_can_fail_success[$interval]))","format": "time_series","instant": true,"interval": "","intervalFactor": 1,"legendFormat": "","refId": "E"}],"thresholds": "","title": "","type": "singlestat","valueFontSize": "100%","valueMaps": [{"op": "=","text": "N/A","value": "null"}],"valueName": "current"},{"cacheTimeout": null,"colorBackground": true,"colorValue": false,"colors": ["#E0B400","#E0B400","#E0B400"],"datasource": "Prometheus","decimals": 1,"fieldConfig": {"defaults": {"custom": {}},"overrides": []},"format": "ms","gauge": {"maxValue": 100,"minValue": 0,"show": false,"thresholdLabels": false,"thresholdMarkers": true},"gridPos": {"h": 2,"w": 6,"x": 12,"y": 0},"id": 14,"interval": null,"links": [],"mappingType": 1,"mappingTypes": [{"name": "value to text","value": 1},{"name": "range to text","value": 2}],"maxDataPoints": 100,"nullPointMode": "connected","nullText": null,"postfix": "","postfixFontSize": "50%","prefix": "Avg. ","prefixFontSize": "100%","rangeMaps": [{"from": "null","text": "N/A","to": "null"}],"sparkline": {"fillColor": "#e5ac0e","full": true,"lineColor": "#e5ac0e","show": false},"tableColumn": "Response time","targets": [{"expr": "avg((rate(jmeter_rt_as_summary_sum{code=\"200\"}[$interval])/(rate(jmeter_rt_as_summary_count{code=\"200\"}[$interval])>0)))","format": "time_series","hide": false,"instant": true,"interval": "","intervalFactor": 1,"legendFormat": "Response time","metric": "","refId": "A","step": 4}],"thresholds": "","title": "","type": "singlestat","valueFontSize": "100%","valueMaps": [{"op": "=","text": "N/A","value": "null"}],"valueName": "current"},{"cacheTimeout": null,"colorBackground": true,"colorValue": false,"colors": ["#37872D","#FF9830","#E02F44"],"datasource": "Prometheus","decimals": 1,"fieldConfig": {"defaults": {"custom": {}},"overrides": []},"format": "percentunit","gauge": {"maxValue": 100,"minValue": 0,"show": false,"thresholdLabels": false,"thresholdMarkers": true},"gridPos": {"h": 2,"w": 6,"x": 18,"y": 0},"id": 8,"interval": null,"links": [],"mappingType": 1,"mappingTypes": [{"name": "value to text","value": 1},{"name": "range to text","value": 2}],"maxDataPoints": 100,"nullPointMode": "connected","nullText": null,"postfix": " error rate","postfixFontSize": "100%","prefix": "","prefixFontSize": "50%","rangeMaps": [{"from": "null","text": "N/A","to": "null"}],"sparkline": {"fillColor": "#bf1b00","full": true,"lineColor": "#bf1b00","show": false},"tableColumn": "","targets": [{"expr": "(avg(rate(jmeter_can_fail_failure[$interval]))/avg(rate(jmeter_can_fail_total[$interval])))","format": "time_series","instant": true,"interval": "","intervalFactor": 1,"legendFormat": "","refId": "A","step": 4}],"thresholds": "0.1,10","title": "","type": "singlestat","valueFontSize": "100%","valueMaps": [{"op": "=","text": "N/A","value": "null"}],"valueName": "current"},{"collapsed": false,"datasource": null,"gridPos": {"h": 1,"w": 24,"x": 0,"y": 2},"id": 17,"panels": [],"repeat": null,"title": "Summary","type": "row"},{"aliasColors": {"Failure ": "#bf1b00","OK": "dark-green"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": 2,"description": "","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 0,"fillGradient": 0,"gridPos": {"h": 10,"w": 12,"x": 0,"y": 3},"height": "400","hiddenSeries": false,"id": 36,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": true,"hideZero": true,"max": true,"min": true,"rightSide": false,"show": true,"sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 3,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 2,"points": true,"renderer": "flot","seriesOverrides": [{"alias": "Virtual Users","color": "#3274D9","fill": 4,"lines": true,"linewidth": 3,"yaxis": 2},{"alias": "Request OK per second","color": "#19730E"},{"alias": "Request KO per second","color": "#AD0317"}],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": "sum(jmeter{state=\"active\"})","format": "time_series","hide": false,"interval": "","intervalFactor": 1,"legendFormat": "Virtual Users","refId": "B","step": 1},{"expr": "sum(rate(jmeter_can_fail_success[$interval]))","format": "time_series","interval": "","intervalFactor": 1,"legendFormat": "Request OK per second","refId": "A"},{"expr": "sum(rate(jmeter_can_fail_failure[$interval])) ","instant": false,"interval": "","legendFormat": "Request KO per second","refId": "C"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Throughput (OK/KO ) Vs Active User","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": 2,"format": "none","label": "rps","logBase": 1,"max": null,"min": null,"show": true},{"decimals": 0,"format": "short","label": "Virtual User","logBase": 1,"max": null,"min": null,"show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {"KO": "dark-red","Requests KO": "#bf1b00","Requests OK": "#508642","Requests per second": "#447ebc","failure": "#890F02","success": "#7EB26D"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": 2,"fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 3,"fillGradient": 6,"gridPos": {"h": 10,"w": 12,"x": 12,"y": 3},"height": "400","hiddenSeries": false,"id": 3,"legend": {"alignAsTable": true,"avg": true,"current": true,"max": true,"min": true,"show": true,"sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 1,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 2,"points": true,"renderer": "flot","seriesOverrides": [{"alias": "Total Requests per second","color": "#A352CC","fill": 0,"linewidth": 3,"points": true,"steppedLine": false},{"alias": "OK","yaxis": 2},{"alias": "KO","yaxis": 2}],"spaceLength": 10,"stack": true,"steppedLine": true,"targets": [{"expr": "(sum(rate(jmeter_can_fail_success[$interval]))/sum(rate(jmeter_can_fail_total[$interval])))","format": "time_series","interval": "","intervalFactor": 1,"legendFormat": "OK","refId": "A","step": 2},{"expr": "(sum(rate(jmeter_can_fail_failure[$interval]))/sum(rate(jmeter_can_fail_total[$interval])))","format": "time_series","interval": "","intervalFactor": 1,"legendFormat": "KO","refId": "B"},{"expr": "sum(rate(jmeter_can_fail_total[$interval]))","format": "time_series","interval": "","intervalFactor": 1,"legendFormat": "Total Requests per second","refId": "C"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "(Throughput) Total Requests VS OK/KO (%)","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": 2,"format": "short","label": "rps","logBase": 1,"max": null,"min": "0","show": true},{"decimals": 0,"format": "percentunit","label": "% Ratio","logBase": 1,"max": "1","min": "0","show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {"Failure ": "#bf1b00","Virtual Users": "semi-dark-blue"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": 2,"description": "","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 0,"fillGradient": 0,"gridPos": {"h": 8,"w": 24,"x": 0,"y": 13},"height": "400","hiddenSeries": false,"id": 30,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": true,"hideZero": true,"max": true,"min": true,"rightSide": false,"show": true,"sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 3,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 5,"points": false,"renderer": "flot","seriesOverrides": [{"alias": "Avg Response Time","color": "#F2CC0C"},{"alias": "Virtual Users","color": "#3274D9","fill": 4,"yaxis": 2}],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": "avg((rate(jmeter_rt_as_summary_sum{code=~\"2.*\"}[$interval])/(rate(jmeter_rt_as_summary_count{code=~\"2.*\"}[$interval])>0)))","format": "time_series","hide": false,"interval": "","intervalFactor": 1,"legendFormat": "Avg Response Time","refId": "B","step": 1},{"expr": "sum(jmeter{state=\"active\"})","format": "time_series","interval": "","intervalFactor": 1,"legendFormat": "Virtual Users","refId": "A"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Avg. Response Time Vs Active Thread","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": null,"format": "ms","label": "Avg Response Time","logBase": 1,"max": null,"min": "0","show": true},{"decimals": 0,"format": "short","label": "Virtual User","logBase": 1,"max": null,"min": null,"show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","description": "","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 1,"fillGradient": 0,"gridPos": {"h": 10,"w": 24,"x": 0,"y": 21},"height": "400","hiddenSeries": false,"id": 13,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": true,"hideZero": true,"max": true,"min": true,"rightSide": false,"show": true,"sort": "avg","sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 3,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 5,"points": false,"renderer": "flot","seriesOverrides": [],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": "avg(jmeter_rt_as_summary{code=\"200\"}) by (quantile)","format": "time_series","hide": false,"interval": "","intervalFactor": 1,"legendFormat": "{{quantile}}","refId": "B","step": 1}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Pct response times","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": null,"format": "ms","label": "Response Time","logBase": 1,"max": null,"min": "0","show": true},{"decimals": null,"format": "short","label": "","logBase": 1,"max": null,"min": null,"show": false}],"yaxis": {"align": false,"alignLevel": null}},{"columns": [],"datasource": "Prometheus","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fontSize": "100%","gridPos": {"h": 8,"w": 12,"x": 0,"y": 31},"id": 33,"links": [],"pageSize": 100,"scroll": true,"showHeader": true,"sort": {"col": null,"desc": false},"styles": [{"alias": "Time","align": "auto","dateFormat": "YYYY-MM-DD HH:mm:ss","link": false,"pattern": "Time","type": "hidden"},{"alias": "Label","align": "auto","colorMode": null,"colors": ["rgba(245, 54, 54, 0.9)","rgba(237, 129, 40, 0.89)","rgba(50, 172, 45, 0.97)"],"dateFormat": "YYYY-MM-DD HH:mm:ss","decimals": 2,"mappingType": 1,"pattern": "label","thresholds": [],"type": "number","unit": "short"},{"alias": "Count","align": "auto","colorMode": null,"colors": ["rgba(245, 54, 54, 0.9)","rgba(237, 129, 40, 0.89)","rgba(50, 172, 45, 0.97)"],"dateFormat": "YYYY-MM-DD HH:mm:ss","decimals": 0,"mappingType": 1,"pattern": "Value","thresholds": [],"type": "number","unit": "locale"},{"alias": "","align": "auto","colorMode": null,"colors": ["rgba(245, 54, 54, 0.9)","rgba(237, 129, 40, 0.89)","rgba(50, 172, 45, 0.97)"],"decimals": 2,"pattern": "/.*/","thresholds": [],"type": "number","unit": "short"}],"targets": [{"expr": "sum(jmeter_success_total) by (label) ","format": "table","instant": true,"interval": "","intervalFactor": 1,"legendFormat": "","refId": "A"}],"title": "OK","transform": "table","type": "table-old"},{"columns": [],"datasource": "Prometheus","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fontSize": "100%","gridPos": {"h": 8,"w": 12,"x": 12,"y": 31},"id": 39,"links": [],"pageSize": 200,"scroll": true,"showHeader": true,"sort": {"col": null,"desc": false},"styles": [{"alias": "Time","align": "auto","dateFormat": "YYYY-MM-DD HH:mm:ss","link": false,"pattern": "Time","type": "hidden"},{"alias": "Label","align": "auto","colorMode": null,"colors": ["rgba(245, 54, 54, 0.9)","rgba(237, 129, 40, 0.89)","rgba(50, 172, 45, 0.97)"],"dateFormat": "YYYY-MM-DD HH:mm:ss","decimals": 2,"mappingType": 1,"pattern": "label","thresholds": [],"type": "number","unit": "short"},{"alias": "Count","align": "auto","colorMode": null,"colors": ["rgba(245, 54, 54, 0.9)","rgba(237, 129, 40, 0.89)","rgba(50, 172, 45, 0.97)"],"dateFormat": "YYYY-MM-DD HH:mm:ss","decimals": 0,"mappingType": 1,"pattern": "Value","thresholds": [],"type": "number","unit": "locale"}],"targets": [{"expr": "jmeter_rt_as_summary_count{code=~\"1.*|3.*|4.*|5.*\"}","format": "time_series","instant": true,"interval": "","intervalFactor": 1,"legendFormat": "HTTP {{code}} {{label}}","refId": "A"}],"title": "KO","transform": "timeseries_to_rows","type": "table-old"},{"collapsed": false,"datasource": null,"gridPos": {"h": 1,"w": 24,"x": 0,"y": 39},"id": 18,"panels": [],"repeat": null,"title": "Response times","type": "row"},{"aliasColors": {"Failure ": "#bf1b00","OK": "dark-green"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": 2,"description": "","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 0,"fillGradient": 0,"gridPos": {"h": 11,"w": 12,"x": 0,"y": 40},"height": "400","hiddenSeries": false,"id": 37,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": true,"hideZero": true,"max": true,"min": true,"rightSide": false,"show": true,"sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 3,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 2,"points": true,"renderer": "flot","seriesOverrides": [{"alias": "Virtual Users","color": "#3274D9","fill": 4,"lines": true,"linewidth": 3,"points": true,"yaxis": 2}],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": "sum(jmeter{state=\"active\"})","format": "time_series","hide": false,"interval": "","intervalFactor": 1,"legendFormat": "Virtual Users","refId": "B","step": 1},{"expr": "sum(rate(jmeter_rt_as_summary_count{code=~\"2.*\"}[$interval])) by (label)","format": "time_series","interval": "","intervalFactor": 1,"legendFormat": "{{label}} - Pass","refId": "A"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Samples Throughput(Pass) Vs Active Thread","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": 2,"format": "short","label": "Request/Second","logBase": 1,"max": null,"min": null,"show": true},{"decimals": 0,"format": "short","label": "Virtual User","logBase": 1,"max": null,"min": "0","show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {"Failure ": "#bf1b00","OK": "dark-green"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": 2,"description": "","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 0,"fillGradient": 0,"gridPos": {"h": 11,"w": 12,"x": 12,"y": 40},"height": "400","hiddenSeries": false,"id": 40,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": true,"hideZero": true,"max": true,"min": true,"rightSide": false,"show": true,"sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 3,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 2,"points": true,"renderer": "flot","seriesOverrides": [{"alias": "Virtual Users","color": "#3274D9","fill": 4,"lines": true,"linewidth": 3,"points": true,"yaxis": 2}],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": "sum(jmeter{state=\"active\"})","format": "time_series","hide": false,"interval": "","intervalFactor": 1,"legendFormat": "Virtual Users","refId": "B","step": 1},{"expr": "sum(rate(jmeter_rt_as_summary_count{code!=\"200\"}[$interval])) by (label)","instant": false,"interval": "","legendFormat": "{{label}} - Fail","refId": "C"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Samples Throughput(Fail) Vs Active Thread","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": 2,"format": "short","label": "Request/Second","logBase": 1,"max": null,"min": null,"show": true},{"decimals": 0,"format": "short","label": "Virtual User","logBase": 1,"max": null,"min": "0","show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {"Failure ": "#bf1b00","OK": "dark-green"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": 2,"description": "","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 0,"fillGradient": 0,"gridPos": {"h": 10,"w": 24,"x": 0,"y": 51},"height": "400","hiddenSeries": false,"id": 41,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": true,"hideZero": true,"max": true,"min": true,"rightSide": false,"show": true,"sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 3,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 2,"points": true,"renderer": "flot","seriesOverrides": [{"alias": "Virtual Users","color": "#3274D9","fill": 4,"lines": true,"linewidth": 3,"points": true,"yaxis": 2}],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": "sum(jmeter{state=\"active\"})","format": "time_series","hide": false,"interval": "","intervalFactor": 1,"legendFormat": "Virtual Users","refId": "B","step": 1},{"expr": "sum(rate(jmeter_rt_as_summary_count{code=~\"1.*|2.*|3.*|4.*|5.*\"}[$interval])) by (label)","format": "time_series","hide": false,"interval": "","intervalFactor": 1,"legendFormat": "{{label}} ","refId": "A"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Samples Throughput(Avg) Vs Active Thread","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": 2,"format": "short","label": "Request/Second","logBase": 1,"max": null,"min": null,"show": true},{"decimals": 0,"format": "short","label": "Virtual User","logBase": 1,"max": null,"min": "0","show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {"avg jmeter": "light-green"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": null,"description": "","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 0,"fillGradient": 0,"gridPos": {"h": 11,"w": 12,"x": 0,"y": 61},"height": "400","hiddenSeries": false,"id": 35,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": true,"hideZero": true,"max": true,"min": true,"rightSide": false,"show": true,"sort": "avg","sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 3,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 5,"points": false,"renderer": "flot","seriesOverrides": [{"alias": "Virtual User","color": "#3274D9","fill": 2,"fillGradient": 4,"points": true,"yaxis": 2},{"alias": "Virtual User"}],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": " avg (rate(jmeter_rt_as_summary_sum{code=~\"2.*\"}[$interval]) / (rate(jmeter_rt_as_summary_count{code=~\"2.*\"}[$interval])>0)) by (label)","format": "time_series","hide": false,"instant": false,"interval": "","intervalFactor": 1,"legendFormat": "{{label}} ","refId": "A","step": 1},{"expr": "sum(jmeter{state=\"active\"})","interval": "","legendFormat": "Virtual User","refId": "B"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Avg. response time Per Samples(Pass) Vs Active Thread","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": 1,"format": "ms","label": "Response Time","logBase": 1,"max": null,"min": "0","show": true},{"decimals": 0,"format": "short","label": "Virtual User","logBase": 1,"max": null,"min": "0","show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {"avg jmeter": "light-green"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": null,"description": "","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 0,"fillGradient": 0,"gridPos": {"h": 11,"w": 12,"x": 12,"y": 61},"height": "400","hiddenSeries": false,"id": 42,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": true,"hideZero": true,"max": true,"min": true,"rightSide": false,"show": true,"sort": "avg","sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 3,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 5,"points": false,"renderer": "flot","seriesOverrides": [{"alias": "Virtual User","color": "#3274D9","fill": 2,"fillGradient": 4,"points": true,"yaxis": 2},{"alias": "Virtual User"}],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": " avg (rate(jmeter_rt_as_summary_sum{code=~\"1.*|3.*|4.*|5.*\"}[$interval]) / (rate(jmeter_rt_as_summary_count{code=~\"1.*|3.*|4.*|5.*\"}[$interval])>0)) by (label)","format": "time_series","hide": false,"instant": false,"interval": "","intervalFactor": 1,"legendFormat": "{{label}} ","refId": "A","step": 1},{"expr": "sum(jmeter{state=\"active\"})","interval": "","legendFormat": "Virtual User","refId": "B"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Avg. response time Per Samples(Fail) Vs Active Thread","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": 1,"format": "ms","label": "Response Time","logBase": 1,"max": null,"min": "0","show": true},{"decimals": 0,"format": "short","label": "Virtual User","logBase": 1,"max": null,"min": "0","show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {"avg jmeter": "light-green"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": null,"description": "","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 0,"fillGradient": 0,"gridPos": {"h": 11,"w": 24,"x": 0,"y": 72},"height": "400","hiddenSeries": false,"id": 43,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": true,"hideZero": true,"max": true,"min": true,"rightSide": false,"show": true,"sort": "avg","sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 3,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 5,"points": false,"renderer": "flot","seriesOverrides": [{"alias": "Virtual User","color": "#3274D9","fill": 2,"fillGradient": 4,"points": true,"yaxis": 2},{"alias": "Virtual User"}],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": " avg (rate(jmeter_rt_as_summary_sum{code=~\"1.*|2.*|3.*|4.*|5.*\"}[$interval]) / (rate(jmeter_rt_as_summary_count{code=~\"1.*|2.*|3.*|4.*|5.*\"}[$interval])>0)) by (label)","format": "time_series","hide": false,"instant": false,"interval": "","intervalFactor": 1,"legendFormat": "{{label}} ","refId": "A","step": 1},{"expr": "sum(jmeter{state=\"active\"})","interval": "","legendFormat": "Virtual User","refId": "B"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Avg. response time Per Samples Vs Active Thread","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": 1,"format": "ms","label": "Response Time","logBase": 1,"max": null,"min": "0","show": true},{"decimals": 0,"format": "short","label": "Virtual User","logBase": 1,"max": null,"min": "0","show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","description": "","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 1,"fillGradient": 2,"gridPos": {"h": 10,"w": 24,"x": 0,"y": 83},"height": "400","hiddenSeries": false,"id": 38,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": true,"hideZero": true,"max": true,"min": true,"rightSide": true,"show": true,"sort": "avg","sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 2,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 1,"points": true,"renderer": "flot","seriesOverrides": [{"alias": "Virtual Users","color": "#3274D9","fill": 2,"fillGradient": 2,"lines": true,"yaxis": 2}],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": "avg(jmeter_rt_as_summary{code=\"200\", quantile=\"0.99\"}) by (label) ","format": "time_series","hide": false,"interval": "","intervalFactor": 1,"legendFormat": "{{label}}","refId": "B","step": 1},{"expr": "sum(jmeter{state=\"active\"})","interval": "","legendFormat": "Virtual Users","refId": "A"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "99%ct response times For Samples","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"format": "ms","label": "Response Time","logBase": 1,"max": null,"min": "0","show": true},{"decimals": 0,"format": "short","label": "Virtual Users","logBase": 1,"max": null,"min": "0","show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {"HTTP 400 logIn Datashop": "light-red","moviri.com/404 - HTTP 404": "#58140C"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": 0,"fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 1,"fillGradient": 1,"gridPos": {"h": 10,"w": 24,"x": 0,"y": 93},"height": "400","hiddenSeries": false,"id": 15,"legend": {"alignAsTable": true,"avg": false,"current": true,"max": false,"min": false,"rightSide": false,"show": true,"sideWidth": null,"total": false,"values": true},"lines": true,"linewidth": 1,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 1,"points": true,"renderer": "flot","seriesOverrides": [],"spaceLength": 10,"stack": false,"steppedLine": true,"targets": [{"expr": "sum(jmeter_rt_as_summary_count{code=~\"1.*|3.*|4.*|5.*\"}) by (label)","format": "time_series","hide": false,"instant": false,"interval": "","intervalFactor": 1,"legendFormat": "Fail : {{code}} {{label}}","refId": "A","step": 2}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Failed Samples by HTTP code","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": 0,"format": "none","label": "Failed Samples","logBase": 1,"max": null,"min": null,"show": true},{"format": "short","label": null,"logBase": 1,"max": null,"min": null,"show": false}],"yaxis": {"align": false,"alignLevel": null}},{"collapsed": false,"datasource": null,"gridPos": {"h": 1,"w": 24,"x": 0,"y": 103},"id": 19,"panels": [],"repeat": null,"title": "Requests per second","type": "row"},{"aliasColors": {"KO": "semi-dark-red","OK": "semi-dark-green","failure": "#890F02"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": 2,"fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 4,"fillGradient": 2,"gridPos": {"h": 10,"w": 24,"x": 0,"y": 104},"height": "400","hiddenSeries": false,"id": 4,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": false,"hideZero": false,"max": true,"min": false,"show": true,"total": false,"values": true},"lines": true,"linewidth": 1,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 2,"points": true,"renderer": "flot","repeat": null,"repeatDirection": "h","seriesOverrides": [],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": "sum(jmeter_rt_as_summary_count{code=~\"1.*|3.*|4.*|5.*\"}[$interval]) / sum(jmeter_rt_as_summary_count{code=~\"1.*|2.*|3.*|4.*|5.*\"}[$interval]) by (label)","format": "time_series","instant": false,"interval": "","intervalFactor": 1,"legendFormat": "{{label}}","metric": "","refId": "A","step": 2}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Samples Fail Ratio","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": null,"format": "percent","label": null,"logBase": 1,"max": null,"min": "0","show": true},{"format": "short","label": null,"logBase": 1,"max": null,"min": null,"show": false}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {"KO": "semi-dark-red","OK": "semi-dark-green","failure": "#890F02"},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","decimals": 2,"fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 3,"fillGradient": 2,"gridPos": {"h": 10,"w": 24,"x": 0,"y": 114},"height": "400","hiddenSeries": false,"id": 44,"legend": {"alignAsTable": true,"avg": true,"current": true,"hideEmpty": false,"hideZero": false,"max": true,"min": true,"show": true,"total": false,"values": true},"lines": true,"linewidth": 3,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 2,"points": true,"renderer": "flot","repeatDirection": "h","seriesOverrides": [{"alias": "KO","color": "#E02F44"},{"alias": "OK","color": "#56A64B"}],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": "(sum(rate(jmeter_can_fail_success[$interval]))/sum(rate(jmeter_can_fail_total[$interval])))","format": "time_series","interval": "","intervalFactor": 1,"legendFormat": "OK","metric": "","refId": "A","step": 2},{"expr": "(sum(rate(jmeter_can_fail_failure[$interval]))/sum(rate(jmeter_can_fail_total[$interval])))","format": "time_series","hide": false,"instant": false,"interval": "","intervalFactor": 1,"legendFormat": "KO","refId": "B","step": 2}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "Total Samples Success/Fail Ratio","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": null,"format": "percent","label": null,"logBase": 1,"max": null,"min": "0","show": true},{"format": "short","label": null,"logBase": 1,"max": null,"min": null,"show": false}],"yaxis": {"align": false,"alignLevel": null}},{"collapsed": false,"datasource": null,"gridPos": {"h": 1,"w": 24,"x": 0,"y": 124},"id": 20,"panels": [],"repeat": null,"title": "Errors","type": "row"},{"collapsed": false,"datasource": null,"gridPos": {"h": 1,"w": 24,"x": 0,"y": 125},"id": 22,"panels": [],"title": "Test farm","type": "row"},{"aliasColors": {},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 1,"fillGradient": 0,"gridPos": {"h": 8,"w": 24,"x": 0,"y": 126},"hiddenSeries": false,"id": 24,"legend": {"avg": false,"current": false,"max": false,"min": false,"show": true,"total": false,"values": false},"lines": true,"linewidth": 1,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 5,"points": false,"renderer": "flot","seriesOverrides": [{"alias": "jmeter - PS Scavenge v1","yaxis": 1}],"spaceLength": 10,"stack": false,"steppedLine": false,"targets": [{"expr": "rate(jvm_gc_collection_seconds_sum{job=~\"jmeter\"}[1m])","format": "time_series","hide": false,"intervalFactor": 1,"legendFormat": "{{instance}} - {{gc}} ","refId": "A"},{"expr": "rate(jvm_gc_collection_seconds_sum{job=~\"jmeter\"}[$interval]) / ignoring(gc) group_left rate(process_cpu_seconds_total{job=~\"jmeter\"}[$interval])","format": "time_series","hide": true,"intervalFactor": 1,"legendFormat": "{{instance}} - {{gc}} v2","refId": "B"},{"expr": "rate(jvm_gc_collection_seconds_sum{job=~\"jmeter\"}[1m]) / rate(jvm_gc_collection_seconds_count{job=~\"jmeter\"}[1m])","hide": true,"legendFormat": "{{instance}} - {{gc}} v3","refId": "C"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "GC % time","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"decimals": null,"format": "percentunit","label": null,"logBase": 1,"max": null,"min": "0","show": true},{"format": "short","label": null,"logBase": 1,"max": null,"min": null,"show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 1,"fillGradient": 0,"gridPos": {"h": 8,"w": 24,"x": 0,"y": 134},"hiddenSeries": false,"id": 27,"legend": {"alignAsTable": true,"avg": true,"current": true,"max": false,"min": false,"rightSide": true,"show": true,"sort": "avg","sortDesc": false,"total": false,"values": true},"lines": true,"linewidth": 1,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 5,"points": false,"renderer": "flot","seriesOverrides": [],"spaceLength": 10,"stack": true,"steppedLine": false,"targets": [{"expr": "(jvm_memory_pool_bytes_committed {job=~\"jmeter\"}) - (jvm_memory_pool_bytes_used{job=~\"jmeter\"}) ","format": "time_series","hide": false,"intervalFactor": 1,"legendFormat": "{{instance}} - {{pool}}","refId": "A"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "JVM heap - free memory by pool","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"format": "bytes","label": null,"logBase": 1,"max": null,"min": "0","show": true},{"format": "short","label": null,"logBase": 1,"max": null,"min": null,"show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 1,"fillGradient": 0,"gridPos": {"h": 8,"w": 24,"x": 0,"y": 142},"hiddenSeries": false,"id": 26,"legend": {"alignAsTable": true,"avg": true,"current": true,"max": false,"min": false,"rightSide": true,"show": true,"sort": "avg","sortDesc": true,"total": false,"values": true},"lines": true,"linewidth": 1,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 5,"points": false,"renderer": "flot","seriesOverrides": [],"spaceLength": 10,"stack": true,"steppedLine": false,"targets": [{"expr": "(jvm_memory_pool_bytes_used{job=\"jmeter\"}) ","format": "time_series","hide": false,"intervalFactor": 1,"legendFormat": "{{instance}} - {{pool}}","refId": "A"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "JVM heap - used memory by pool","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"format": "bytes","label": null,"logBase": 1,"max": null,"min": "0","show": true},{"format": "short","label": null,"logBase": 1,"max": null,"min": null,"show": true}],"yaxis": {"align": false,"alignLevel": null}},{"aliasColors": {},"bars": false,"dashLength": 10,"dashes": false,"datasource": "Prometheus","fieldConfig": {"defaults": {"custom": {}},"overrides": []},"fill": 1,"fillGradient": 0,"gridPos": {"h": 8,"w": 24,"x": 0,"y": 150},"hiddenSeries": false,"id": 25,"legend": {"alignAsTable": true,"avg": true,"current": true,"max": false,"min": false,"rightSide": true,"show": true,"total": false,"values": true},"lines": true,"linewidth": 1,"links": [],"nullPointMode": "null","options": {"alertThreshold": true},"percentage": false,"pluginVersion": "7.1.3","pointradius": 5,"points": false,"renderer": "flot","seriesOverrides": [],"spaceLength": 10,"stack": true,"steppedLine": false,"targets": [{"expr": "(jvm_memory_bytes_max {job=\"jmeter\"}) - (jvm_memory_bytes_used{job=\"jmeter\"})","format": "time_series","hide": false,"intervalFactor": 1,"legendFormat": "{{instance}} - {{area}}","refId": "A"}],"thresholds": [],"timeFrom": null,"timeRegions": [],"timeShift": null,"title": "JVM free memory","tooltip": {"shared": true,"sort": 0,"value_type": "individual"},"type": "graph","xaxis": {"buckets": null,"mode": "time","name": null,"show": true,"values": []},"yaxes": [{"format": "bytes","label": null,"logBase": 1,"max": null,"min": "0","show": true},{"format": "short","label": null,"logBase": 1,"max": null,"min": null,"show": true}],"yaxis": {"align": false,"alignLevel": null}}],"refresh": false,"schemaVersion": 26,"style": "dark","tags": ["jmeter"],"templating": {"list": [{"allValue": null,"current": {"selected": false,"text": "30s","value": "30s"},"error": null,"hide": 0,"includeAll": false,"label": "interval","multi": false,"name": "interval","options": [{"selected": false,"text": "5s","value": "5s"},{"selected": false,"text": "10s","value": "10s"},{"selected": false,"text": "20s","value": "20s"},{"selected": true,"text": "30s","value": "30s"},{"selected": false,"text": "1m","value": "1m"},{"selected": false,"text": "5m","value": "5m"},{"selected": false,"text": "10m","value": "10m"}],"query": "5s,10s,20s,30s,1m,5m,10m","queryValue": "","skipUrlSync": false,"type": "custom"}]},"time": {"from": "2021-01-30T04:28:27.124Z","to": "2021-01-30T04:41:05.130Z"},"timepicker": {"refresh_intervals": ["5s","10s","30s","1m","5m","15m","30m","1h","2h","1d"],"time_options": ["5m","15m","1h","6h","12h","24h","2d","7d","30d"]},"timezone": "Asia/Kolkata","title": "Performance Test","uid": "jbtLA0-Wk5","version": 7}
After that execute your JMeter test and navigate the URL on the browser
- http://192.168.0.100:9270/metrics or your configured system IP in prometheus yml file.
If you will see content like this , it means all good.
Now you can open Grafana and will See all different graph panels on the Dashboard, Which are captured by Prometheus.
Post a Comment