rally-openstack/samples/tasks/scenarios/nova/statistics-hypervisors.json
zhangzhang c698e96df9 Add nova.getHypervisorStatistics
Get hypervisor statistics over all compute nodes.

Measure the "nova hypervisor-stats" command performance.

Change-Id: Id7b2ff3e9f85c9f99c3f701637b8be32f9e23fe4
2016-10-19 07:46:38 -04:00

24 lines
375 B
JSON

{
"NovaHypervisors.statistics_hypervisors": [
{
"args": {},
"runner": {
"type": "constant",
"concurrency": 2,
"times": 2
},
"context": {
"users": {
"tenants": 3,
"users_per_tenant": 2
}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}