kmgowda / SBK

Storage Benchmark Kit
https://kmgowda.github.io/SBK
Apache License 2.0
30 stars 66 forks source link

Add Grafana dashboards for H2 database driver(driver-h2) #344

Closed sushnag22 closed 2 years ago

sushnag22 commented 2 years ago

Describe the Issue (Bug/Feature) Feature: Add Grafana dashboards for H2 database driver

Additional context The Grafana dashboards for H2 database driver can be generated using the command:

gradlew generateDashboards -Poutdir="output-json/SBK/grafana/dashboards"

Note: The above command runs on Windows and Linux, on MacOS use the command:

./gradlew generateDashboards -Poutdir="output-json/SBK/grafana/dashboards"

This command gives us the output in the form of a JSON file sbk-h2.json in the directory driver-h2/output-json/SBK/grafana/dashboards.