SysbenchCPUBenchmark Data Type

This class represents a sysbench CPU Benchmark for a specific VM.

Properties
name data type description
sysbenchVersion string
numberOfThreads number
totalNumberOfEvents number
executionTime number
avgEventsPerThread number
stddevEventsPerThread number
avgExecTimePerThread number
stddevExecTimePerThread number
minExecutionTimePerRequest number
avgExecutionTimePerRequest number
maxExecutionTimePerRequest number
approx95Percentile number
ansibleOutputID string
Properties inherited from BenchmarkResult
vmType string
end string
start string
delta string
host string
cloudDeploymentDomain 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.
timestamp number

Example

{
  "sysbenchVersion" : "...",
  "numberOfThreads" : 12345,
  "totalNumberOfEvents" : 12345,
  "executionTime" : 12345.0,
  "avgEventsPerThread" : 12345.0,
  "stddevEventsPerThread" : 12345.0,
  "avgExecTimePerThread" : 12345.0,
  "stddevExecTimePerThread" : 12345.0,
  "minExecutionTimePerRequest" : 12345.0,
  "avgExecutionTimePerRequest" : 12345.0,
  "maxExecutionTimePerRequest" : 12345.0,
  "approx95Percentile" : 12345.0,
  "ansibleOutputID" : "...",
  "vmType" : "...",
  "end" : "...",
  "start" : "...",
  "delta" : "...",
  "host" : "...",
  "cloudDeploymentDomain" : "...",
  "owner" : "user1",
  "id" : "58e3946e0fb4f562d84ba1ad",
  "timestamp" : 12345
}