public class BenchmarkMetric extends Object
BenchmarkOptions.METRIC_MONITOR_INTERVAL
for a single query.Constructor and Description |
---|
BenchmarkMetric(double rps,
long totalRows,
double cpu,
Long dataFreshness) |
Modifier and Type | Method and Description |
---|---|
double |
getCpu() |
Long |
getDataFreshness() |
String |
getDataFreshnessString() |
String |
getPrettyCpu() |
String |
getPrettyRps() |
String |
getPrettyTotalRows() |
double |
getRps() |
long |
getTotalRows() |
public double getRps()
public String getPrettyRps()
public long getTotalRows()
public String getPrettyTotalRows()
public double getCpu()
public String getPrettyCpu()
public String getDataFreshnessString()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.