Class Results

java.lang.Object
org.apache.hc.core5.benchmark.Results

public final class Results extends Object
Benchmark results
Since:
4.3
  • Field Details

    • serverName

      private final String serverName
    • protocolVersion

      private final ProtocolVersion protocolVersion
    • hostName

      private final String hostName
    • hostPort

      private final int hostPort
    • documentPath

      private final String documentPath
    • contentLength

      private final long contentLength
    • concurrencyLevel

      private final int concurrencyLevel
    • totalTimeMillis

      private final long totalTimeMillis
    • successCount

      private final long successCount
    • failureCount

      private final long failureCount
    • keepAliveCount

      private final long keepAliveCount
    • totalBytesRcvd

      private final long totalBytesRcvd
    • totalBytesSent

      private final long totalBytesSent
    • totalContentBytesRecvd

      private final long totalContentBytesRecvd
  • 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

      public String getServerName()
    • getProtocolVersion

      public ProtocolVersion getProtocolVersion()
    • getHostName

      public String getHostName()
    • getHostPort

      public int getHostPort()
    • getDocumentPath

      public String 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

      public String toString()
      Overrides:
      toString in class Object