Class/Object

io.gatling.charts.stats

LogFileReader

Related Docs: object LogFileReader | package stats

Permalink

class LogFileReader extends GeneralStatsSource with StrictLogging

Linear Supertypes
StrictLogging, GeneralStatsSource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogFileReader
  2. StrictLogging
  3. GeneralStatsSource
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogFileReader(runUuid: String)(implicit configuration: GatlingConfiguration)

    Permalink

Type Members

  1. case class FirstPassData(runStart: Long, runEnd: Long, runMessage: RunMessage, assertions: List[Assertion]) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val assertions: List[Assertion]

    Permalink
    Definition Classes
    LogFileReader → GeneralStatsSource
  6. val bucketFunction: (Long) ⇒ Int

    Permalink
  7. val buckets: Array[Int]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def errors(requestName: Option[String], group: Option[Group]): Seq[ErrorStats]

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def groupCumulatedResponseTimeDistribution(maxPlots: Int, group: Group): (Seq[PercentVsTimePlot], Seq[PercentVsTimePlot])

    Permalink
  15. def groupCumulatedResponseTimeGeneralStats(group: Group, status: Option[Status]): GeneralStats

    Permalink
    Definition Classes
    LogFileReader → GeneralStatsSource
  16. def groupCumulatedResponseTimePercentilesOverTime(status: Status, group: Group): Iterable[PercentilesVsTimePlot]

    Permalink
  17. def groupDurationDistribution(maxPlots: Int, group: Group): (Seq[PercentVsTimePlot], Seq[PercentVsTimePlot])

    Permalink
  18. def groupDurationGeneralStats(group: Group, status: Option[Status]): GeneralStats

    Permalink
  19. def groupDurationPercentilesOverTime(status: Status, group: Group): Iterable[PercentilesVsTimePlot]

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. val inputFiles: Seq[Path]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def numberOfActiveSessionsPerSecond(scenarioName: Option[String]): Seq[IntVsTimePlot]

    Permalink
  28. def numberOfRequestInResponseTimeRange(requestName: Option[String], group: Option[Group]): Seq[(String, Int)]

    Permalink
  29. def numberOfRequestsPerSecond(requestName: Option[String], group: Option[Group]): Seq[CountsVsTimePlot]

    Permalink
  30. def numberOfResponsesPerSecond(requestName: Option[String], group: Option[Group]): Seq[CountsVsTimePlot]

    Permalink
  31. def requestGeneralStats(requestName: Option[String], group: Option[Group], status: Option[Status]): GeneralStats

    Permalink
    Definition Classes
    LogFileReader → GeneralStatsSource
  32. def requestNames: List[String]

    Permalink
  33. def responseTimeAgainstGlobalNumberOfRequestsPerSec(status: Status, requestName: String, group: Option[Group]): Seq[IntVsTimePlot]

    Permalink
  34. def responseTimeDistribution(maxPlots: Int, requestName: Option[String], group: Option[Group]): (Seq[PercentVsTimePlot], Seq[PercentVsTimePlot])

    Permalink
  35. def responseTimePercentilesOverTime(status: Status, requestName: Option[String], group: Option[Group]): Iterable[PercentilesVsTimePlot]

    Permalink
  36. val resultsHolder: ResultsHolder

    Permalink
  37. val runEnd: Long

    Permalink
  38. val runMessage: RunMessage

    Permalink
  39. val runStart: Long

    Permalink
  40. def scenarioNames: List[String]

    Permalink
  41. val statsPaths: List[StatsPath]

    Permalink
    Definition Classes
    LogFileReader → GeneralStatsSource
  42. val step: Double

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StrictLogging

Inherited from GeneralStatsSource

Inherited from AnyRef

Inherited from Any

Ungrouped