Package

io.gatling.commons

stats

Permalink

package stats

Visibility
  1. Public
  2. All

Type Members

  1. case class ErrorStats(message: String, count: Int, totalCount: Int) extends Product with Serializable

    Permalink
  2. case class GeneralStats(min: Int, max: Int, count: Long, mean: Int, stdDev: Int, percentile: (Double) ⇒ Int, meanRequestsPerSec: Double) extends Product with Serializable

    Permalink
  3. trait GeneralStatsSource extends AnyRef

    Permalink
  4. case class Group(hierarchy: List[String]) extends Product with Serializable

    Permalink
  5. case class GroupStatsPath(group: Group) extends StatsPath with Product with Serializable

    Permalink
  6. case class RequestStatsPath(request: String, group: Option[Group]) extends StatsPath with Product with Serializable

    Permalink
  7. sealed trait StatsPath extends AnyRef

    Permalink
  8. sealed abstract class Status extends AnyRef

    Permalink

Value Members

  1. object GeneralStats extends Serializable

    Permalink
  2. object KO extends Status with Product with Serializable

    Permalink
  3. object OK extends Status with Product with Serializable

    Permalink
  4. object Status

    Permalink
  5. package assertion

    Permalink

Ungrouped