name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
avgEventsPerThread | int | element | 1/1 | the avgEventsPerThread | |
avgExecTimePerThread | int | element | 1/1 | the avgExecTimePerThread | |
executionTime | double | element | 1/1 | the executionTime | |
numberOfThreads | int | element | 1/1 | the numberOfThreads | |
stddevEventsPerThread | int | element | 1/1 | the stddevEventsPerThread | |
stddevExecTimePerThread | int | element | 1/1 | the stddevExecTimePerThread | |
sysbenchVersion | string | element | 0/1 | the sysbenchVersion | |
totalNumberOfEvents | int | element | 1/1 | the totalNumberOfEvents | |
Properties inherited from benchmarkResult |
|||||
cloudProvider | string | element | 0/1 | the cloudProvider | |
delta | dateTime | element | 0/1 | the delta | |
end | dateTime | element | 0/1 | the end | |
host | string | element | 0/1 | the host | |
start | dateTime | element | 0/1 | the start | |
Properties inherited from ownedObject |
|||||
owner | string | element | 0/1 | The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal how made the call |
Example
<s-----> <sysbenchVersion>...</sysbenchVersion> <numberOfThreads>...</numberOfThreads> <totalNumberOfEvents>...</totalNumberOfEvents> <executionTime>...</executionTime> <avgEventsPerThread>...</avgEventsPerThread> <stddevEventsPerThread>...</stddevEventsPerThread> <avgExecTimePerThread>...</avgExecTimePerThread> <stddevExecTimePerThread>...</stddevExecTimePerThread> <host>...</host> <cloudProvider>...</cloudProvider> <end>...</end> <start>...</start> <delta>...</delta> <owner>user1</owner> </s----->