org.apache.http.benchmark
Class Results
java.lang.Object
org.apache.http.benchmark.Results
public final class Results
- extends Object
Benchmark results
- Since:
- 4.3
getServerName
public String getServerName()
getHostName
public String getHostName()
getHostPort
public int getHostPort()
getDocumentPath
public String getDocumentPath()
getContentLength
public long getContentLength()
getConcurrencyLevel
public int getConcurrencyLevel()
getTotalTimeNano
public long getTotalTimeNano()
getSuccessCount
public long getSuccessCount()
getFailureCount
public long getFailureCount()
getWriteErrors
public long getWriteErrors()
getKeepAliveCount
public long getKeepAliveCount()
getTotalBytesRcvd
public long getTotalBytesRcvd()
getTotalBytesSent
public long getTotalBytesSent()
getTotalBytes
public long getTotalBytes()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.