package stats
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class CountsVsTimePlot extends AnyRef
- final case class GeneralStats(min: Int, max: Int, count: Long, mean: Int, stdDev: Int, percentile: (Double) => Int, meanRequestsPerSec: Double) extends Product with Serializable
- final case class Group(hierarchy: List[String]) extends Product with Serializable
- final case class GroupStatsPath(group: Group) extends StatsPath with Product with Serializable
- final class IntVsTimePlot extends AnyRef
- final class PercentVsTimePlot extends AnyRef
- final class Percentiles extends AnyRef
- final class PercentilesVsTimePlot extends AnyRef
- final class PieSlice extends AnyRef
- final case class Ranges(lowerBound: Int, higherBound: Int, lowCount: Int, middleCount: Int, highCount: Int, koCount: Int) extends Product with Serializable
- final case class RequestStatsPath(request: String, group: Option[Group]) extends StatsPath with Product with Serializable
- final class Series[X] extends AnyRef
- sealed trait StatsPath extends Product with Serializable
Value Members
- object Group extends Serializable
- object Series