Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These dashboards are conveniently found in each team's Rancher area. This way teams don't have to navigate among other teams' test results to find their particular test results. Here is where they can be found. Note the highlighted boxes. 

URL

The URL of these dashboards contain the Linux timestamps of the interval of which we want to get the graphs. For example, the JMeter Performance dashboard has the following:

Code Block
languagexml
/grafana/d/q69rYQlik/jmeter-performance?orgId=1&from=1611828392141&to=1611830459218&var-percentile=95&var-test_type=baseline&var-test=PostCirculationCheck&var-env=int&var-grouping=1s&var-low_limit=250&var-high_limit=700&var-db_name=jmeter&var-sampler_type=All

Note the query string parameters from and to.  These are the Linux timestamps that you want to view.  When running tests, note the time that the test was executed and convert it to Linux timestamp so that you can find the data using the timestamps on the dashboards. Alternatively after each test run you could navigate using the last 30 minutes or 60 minutes option on this dashboard and find the test run's data in the time frame that matches your expectation, record the entire URL or the timestamps so that in the future you could go back to find a particular test result.