blob: 583a4a0af248bd3a83aefa2297dd51221e9ae4a5 [file] [log] [blame]
koder aka kdanilov73084622016-11-16 21:51:08 +02001config: Config - full configuration
2nodes: List[NodeInfo] - all nodes
3fuel_openstack_creds: OSCreds - openstack creds, discovered from fuel (or None)
4openstack_openrc: OSCreds - openrc used for openstack cluster
5discovered_nodes: List[NodeInfo] - list of discovered nodes
6reused_nodes: List[NodeInfo] - list of reused nodes from cluster
7spawned_vm_ids: List[int] - list of openstack VM id's, spawned for test
koder aka kdanilov73084622016-11-16 21:51:08 +02008info/comment : str - run comment
9info/run_uuid : str - run uuid
koder aka kdanilov70227062016-11-26 23:23:21 +020010info/run_time : float - run unix time
11
12# test results
13result/{id}/info : TestInfo - test information: name, cluster config, test parameters, etc.
14result/{id}/measurement/{node}/{name} : List[float] - measurements data. E.g.:
15 result/{id}/measurement/node-12/iops - for BW uses iops * block_sz
16 result/{id}/measurement/node-12/lat_histo
17
18metric/{node_name}/{dev}/{metric_name} : List[float] - node metrics data. E.g.:
19 metric/node-22/cpu/load
20 metric/node-22/sda/read_io
21 metric/node-22/eth0/data_recv