c5e90363bb
Dashboards are templatized to allow for mass-creation/editing in automated fashion. The yml format is fairly easy to decipher to add more dashboards. Keystone Dashboards for: * Comparing Process Counts Performance * Comparing Thread Counts Performance * OSP Version comparing UUID/Fernet Tokens Performance Change-Id: Ic8db4a2fdcb8376fe4326c5b8905b1be159dc235
249 lines
15 KiB
YAML
249 lines
15 KiB
YAML
---
|
|
#
|
|
# Keystone Processes/Threads Comparsion - Visualizations Variables
|
|
#
|
|
|
|
keystone_processes_threads_visualizations:
|
|
# Authenticate.keystone Visualizations: [Min, 50th, 95th, 99th, Max] for UUID
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyProcessCountCompare-md"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Processes Comparsion\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.keystone](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L28)"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyProcessCountCompareResultCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyProcessCountCompareErrorCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: error AND rally_setup.name: Authenticate.keystone"
|
|
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyProcessCountCompareMin-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "min"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyProcessCountCompare50th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[50]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyProcessCountCompare95th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[95]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyProcessCountCompare99th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[99]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyProcessCountCompareMax-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "max"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
# Authenticate.keystone Visualizations: [Min, 50th, 95th, 99th, Max] for Fernet
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyThreadCountCompare-md"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Threads Comparsion\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.keystone](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L28)"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyThreadCountCompareResultCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyThreadCountCompareErrorCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: error AND rally_setup.name: Authenticate.keystone"
|
|
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyThreadCountCompareMin-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "min"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyThreadCountCompare50th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[50]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyThreadCountCompare95th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[95]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyThreadCountCompare99th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[99]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
- title: "BrowbeatAuthenticateKeystoneConcurrencyThreadCountCompareMax-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "max"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.keystone"
|
|
|
|
# Authenticate.validate_nova Visualizations: [Min, 50th, 95th, 99th, Max] for UUID
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyProcessCountCompare-md"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Processes Comparsion\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.validate_nova](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L54)\\\\n\\\\nrepetitions: 2"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyProcessCountCompareResultCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyProcessCountCompareErrorCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: error AND rally_setup.name: Authenticate.validate_nova"
|
|
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyProcessCountCompareMin-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "min"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyProcessCountCompare50th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[50]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyProcessCountCompare95th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[95]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyProcessCountCompare99th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[99]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyProcessCountCompareMax-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "max"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
# Authenticate.validate_nova Visualizations: [Min, 50th, 95th, 99th, Max] for Fernet
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyThreadCountCompare-md"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Threads Comparsion\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.validate_nova](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L54)\\\\n\\\\nrepetitions: 2"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyThreadCountCompareResultCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyThreadCountCompareErrorCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: error AND rally_setup.name: Authenticate.validate_nova"
|
|
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyThreadCountCompareMin-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "min"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyThreadCountCompare50th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[50]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyThreadCountCompare95th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[95]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyThreadCountCompare99th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[99]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
- title: "BrowbeatAuthenticateValidateNovaConcurrencyThreadCountCompareMax-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "max"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_nova"
|
|
|
|
# Authenticate.validate_neutron Visualizations: [Min, 50th, 95th, 99th, Max] for UUID
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyProcessCountCompare-md"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Processes Comparsion\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.validate_neutron](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L106)\\\\n\\\\nrepetitions: 2"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyProcessCountCompareResultCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyProcessCountCompareErrorCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: error AND rally_setup.name: Authenticate.validate_neutron"
|
|
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyProcessCountCompareMin-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "min"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyProcessCountCompare50th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[50]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyProcessCountCompare95th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[95]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyProcessCountCompare99th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[99]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyProcessCountCompareMax-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "max"
|
|
split_bars_field: "software-metadata.keystone.main_workers_processes"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|
|
# Authenticate.validate_neutron Visualizations: [Min, 50th, 95th, 99th, Max] for Fernet
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyThreadCountCompare-md"
|
|
template: "markdown.json.j2"
|
|
markdown: "# Threads Comparsion\\\\n[Browbeat](https://github.com/openstack/browbeat)\\\\n\\\\n[Rally Authenticate.validate_neutron](https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/authenticate/authenticate.py#L106)\\\\n\\\\nrepetitions: 2"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyThreadCountCompareResultCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyThreadCountCompareErrorCount-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "count"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: error AND rally_setup.name: Authenticate.validate_neutron"
|
|
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyThreadCountCompareMin-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "min"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyThreadCountCompare50th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[50]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyThreadCountCompare95th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[95]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyThreadCountCompare99th-bg"
|
|
template: "percentiles-concurrency-bg.json.j2"
|
|
percents: "[99]"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|
|
- title: "BrowbeatAuthenticateValidateNeutronConcurrencyThreadCountCompareMax-bg"
|
|
template: "min_max_count-concurency-bg.json.j2"
|
|
metric_type: "max"
|
|
split_bars_field: "software-metadata.keystone.main_workers_threads"
|
|
query: "_type: result AND rally_setup.name: Authenticate.validate_neutron"
|