Serialized Form

  • Package hudson.plugins.performance.data

    • Class hudson.plugins.performance.data.HttpSample

      class HttpSample extends Object implements Serializable
      serialVersionUID:
      -3531990216789038711L
      • Serialized Fields

        • date
          Date date
        • duration
          long duration
        • errorObtained
          boolean errorObtained
        • httpCode
          String httpCode
        • isSummarizer
          boolean isSummarizer
        • sizeInKb
          double sizeInKb
        • successful
          boolean successful
        • summarizerErrors
          float summarizerErrors
        • summarizerMax
          long summarizerMax
        • summarizerMin
          long summarizerMin
        • summarizerSamples
          long summarizerSamples
        • uri
          String uri
    • Class hudson.plugins.performance.data.TaurusFinalStats

      class TaurusFinalStats extends Object implements Serializable
      • Serialized Fields

        • averageResponseTime
          double averageResponseTime
        • bytes
          long bytes
        • fail
          int fail
        • label
          String label
        • perc0
          double perc0
        • perc100
          double perc100
        • perc50
          double perc50
        • perc90
          double perc90
        • perc95
          double perc95
        • succ
          int succ
        • testDuration
          Double testDuration
        • throughput
          long throughput
  • Package hudson.plugins.performance.reports

    • Class hudson.plugins.performance.reports.PerformanceReport

      class PerformanceReport extends AbstractReport implements Serializable
      serialVersionUID:
      675698410989941826L
      • Serialization Methods

        • readResolve
          public Object readResolve()
      • Serialized Fields

        • average
          Long average
        • baselineBuild
          int baselineBuild
        • filterRegex
          String filterRegex
        • lastBuildReport
          PerformanceReport lastBuildReport
        • nbError
          int nbError
          The amount of http samples that are not successful.
        • perc0
          Long perc0
        • perc100
          Long perc100
        • perc50
          Long perc50
        • perc90
          Long perc90
        • perc95
          Long perc95
        • percentiles
          String percentiles
        • reportFileName
          String reportFileName
        • samplesCount
          int samplesCount
        • size
          int size
          The amount of samples in all uriReports combined.
        • summarizerAvg
          long summarizerAvg
        • summarizerErrorPercent
          String summarizerErrorPercent
        • summarizerErrors
          float summarizerErrors
          The sum of summarizerErrors values from all samples;
        • summarizerMax
          long summarizerMax
        • summarizerMin
          long summarizerMin
        • summarizerSize
          long summarizerSize
        • throughput
          Long throughput
        • totalDuration
          long totalDuration
          The duration of all samples combined, in milliseconds.
        • totalSizeInKB
          double totalSizeInKB
          The size of all samples combined, in kilobytes.
        • uriReportMap
          Map<String,UriReport> uriReportMap
    • Class hudson.plugins.performance.reports.UriReport

      class UriReport extends AbstractReport implements Serializable
      serialVersionUID:
      -5269155428479638524L
      • Serialization Methods

        • readResolve
          public Object readResolve()
      • Serialized Fields

        • average
          Long average
        • end
          Date end
          The point in time of the end of the youngest sample.
        • httpCodes
          Set<String> httpCodes
          The set of (unique) HTTP status codes from all samples.
        • lastBuildUriReport
          UriReport lastBuildUriReport
        • nbError
          int nbError
          The amount of http samples that are not successful.
        • perc0
          Long perc0
        • perc100
          Long perc100
        • perc50
          Long perc50
        • perc90
          Long perc90
        • perc95
          Long perc95
        • percentiles
          String percentiles
        • performanceReport
          PerformanceReport performanceReport
          The parent object to which this object belongs.
        • samples
          List<UriReport.Sample> samples
          A list that contains the date and duration (in milliseconds) of all individual samples.
        • samplesCount
          int samplesCount
        • sizeInKb
          double sizeInKb
        • staplerUri
          String staplerUri
          Escaped UriReport.uri that doesn't contain any letters that cannot be used as a token in URL.
        • start
          Date start
          The point in time of the start of the oldest sample.
        • summarizerErrors
          float summarizerErrors
          The sum of summarizerErrors values from all samples;
        • summarizerSize
          long summarizerSize
          The sum of summarizerSample values from all samples;
        • throughput
          Long throughput
          Deprecated.
        • totalDuration
          long totalDuration
          The duration of all samples combined, in milliseconds.
        • uri
          String uri
    • Class hudson.plugins.performance.reports.UriReport.Sample

      class Sample extends Object implements Serializable
      serialVersionUID:
      4458431861223813407L
      • Serialized Fields

        • date
          Date date
        • duration
          long duration
        • httpCode
          String httpCode
        • isSuccessful
          boolean isSuccessful
        • isSummarizer
          boolean isSummarizer