rally/samples/tasks/scenarios/ceilometer/create-meter-and-get-stats.json
Igor Degtiarov 502b38a831 Extend statistic benchmarks for Ceilometer
Existing benchmark scenario for statistics was not benchmark at all
it was check that statistic api works, now scenario was changed
with using new Ceilometer context and adding new configured
query parameters.

It allows to find a weak places in requesting Ceilometer data.

Change-Id: Iccde7422016e87f20237721b7fc1fb379646adf8
2015-11-30 16:26:53 +02:00

24 lines
620 B
JSON

{
"CeilometerStats.create_meter_and_get_stats": [
{
"args": {
"user_id": "user-id",
"resource_id": "resource-id",
"counter_volume": 1.0,
"counter_unit": "",
"counter_type": "cumulative"
},
"runner": {
"type": "constant",
"times": 200,
"concurrency": 5
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]
}