Uses of Class
org.apache.hc.core5.benchmark.Stats
-
Packages that use Stats Package Description org.apache.hc.core5.benchmark Apache Bench (AB) clone based on HttpCore. -
-
Uses of Stats in org.apache.hc.core5.benchmark
Fields in org.apache.hc.core5.benchmark declared as Stats Modifier and Type Field Description private Stats
BenchmarkWorker. stats
Methods in org.apache.hc.core5.benchmark with parameters of type Stats Modifier and Type Method Description private Results
HttpBenchmark. doExecute(HttpAsyncRequester requester, Stats stats)
Constructors in org.apache.hc.core5.benchmark with parameters of type Stats Constructor Description BenchmarkWorker(HttpAsyncRequester requester, HttpHost host, HttpCoreContext context, java.util.concurrent.atomic.AtomicLong requestCount, java.util.concurrent.CountDownLatch completionLatch, Stats stats, BenchmarkConfig config)
-