Package org.apache.hc.core5.benchmark
Class Results
java.lang.Object
org.apache.hc.core5.benchmark.Results
Benchmark results
- Since:
- 4.3
-
Constructor Summary
ConstructorsConstructorDescriptionResults(String serverName, ProtocolVersion protocolVersion, String hostName, int hostPort, String documentPath, long contentLength, int concurrencyLevel, long totalTimeMillis, long successCount, long failureCount, long keepAliveCount, long totalBytesRcvd, long totalBytesSent, long totalContentBytesRecvd) -
Method Summary
-
Constructor Details
-
Results
public Results(String serverName, ProtocolVersion protocolVersion, String hostName, int hostPort, String documentPath, long contentLength, int concurrencyLevel, long totalTimeMillis, long successCount, long failureCount, long keepAliveCount, long totalBytesRcvd, long totalBytesSent, long totalContentBytesRecvd)
-
-
Method Details
-
getServerName
-
getProtocolVersion
-
getHostName
-
getHostPort
public int getHostPort() -
getDocumentPath
-
getContentLength
public long getContentLength() -
getConcurrencyLevel
public int getConcurrencyLevel() -
getTotalTimeMillis
public long getTotalTimeMillis() -
getSuccessCount
public long getSuccessCount() -
getFailureCount
public long getFailureCount() -
getKeepAliveCount
public long getKeepAliveCount() -
getTotalBytesRcvd
public long getTotalBytesRcvd() -
getTotalBytesSent
public long getTotalBytesSent() -
getTotalContentBytesRecvd
public long getTotalContentBytesRecvd() -
toString
-