SysbenchCPUBenchmark Data Type

Properties
name data type description
sysbenchVersion string
numberOfThreads number
totalNumberOfEvents number
executionTime number
avgEventsPerThread number
stddevEventsPerThread number
avgExecTimePerThread number
stddevExecTimePerThread number
Properties inherited from BenchmarkResult
end string
start string
delta string
host string
cloudProvider string
Properties inherited from OwnedObject
owner string 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
id string The UID of this object. This value is auto generated by the DAO when the object is saved.

Example

{
  "sysbenchVersion" : "...",
  "numberOfThreads" : 12345,
  "totalNumberOfEvents" : 12345,
  "executionTime" : 12345.0,
  "avgEventsPerThread" : 12345,
  "stddevEventsPerThread" : 12345,
  "avgExecTimePerThread" : 12345,
  "stddevExecTimePerThread" : 12345,
  "end" : "...",
  "start" : "...",
  "delta" : "...",
  "host" : "...",
  "cloudProvider" : "...",
  "owner" : "user1",
  "id" : "58e3946e0fb4f562d84ba1ad"
}