public class OBaseWorkload.OWorkLoadResult extends Object
| Modifier and Type | Field and Description |
|---|---|
AtomicInteger |
conflicts |
AtomicInteger |
current |
long |
latencyAvgNs |
long |
latencyMaxNs |
long |
latencyMinNs |
long |
latencyPercentile999Ns |
long |
latencyPercentile99Ns |
int |
latencyPercentileAvg |
long |
throughputAvgNs |
int |
total |
long |
totalTime |
long |
totalTimeOperationsNs |
| Constructor and Description |
|---|
OWorkLoadResult() |
| Modifier and Type | Method and Description |
|---|---|
com.orientechnologies.orient.core.record.impl.ODocument |
toJSON() |
String |
toOutput(int leftSpaces) |
public AtomicInteger current
public int total
public long totalTime
public long totalTimeOperationsNs
public long throughputAvgNs
public long latencyAvgNs
public long latencyMinNs
public long latencyMaxNs
public int latencyPercentileAvg
public long latencyPercentile99Ns
public long latencyPercentile999Ns
public AtomicInteger conflicts
public String toOutput(int leftSpaces)
public com.orientechnologies.orient.core.record.impl.ODocument toJSON()
Copyright © 2009–2023 OrientDB. All rights reserved.