Class

io.gatling.metrics

OldGraphitePathPattern

Related Doc: package metrics

Permalink

class OldGraphitePathPattern extends GraphitePathPattern

Linear Supertypes
GraphitePathPattern, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OldGraphitePathPattern
  2. GraphitePathPattern
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OldGraphitePathPattern(runMessage: RunMessage, configuration: GatlingConfiguration)

    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. def activeUsers(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  5. def allResponses(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  6. val allResponsesPath: GraphitePath

    Permalink
  7. val allUsersPath: GraphitePath

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def count(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  11. def doneUsers(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def koResponses(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  19. def max(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  20. def mean(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  21. val metricRootPath: GraphitePath

    Permalink
  22. def metrics(userBreakdowns: Map[GraphitePath, UserBreakdown], responseMetricsByStatus: Map[GraphitePath, MetricByStatus]): Iterator[(String, Long)]

    Permalink
    Definition Classes
    GraphitePathPattern
  23. def min(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  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 okResponses(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  28. def percentiles1(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  29. def percentiles2(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  30. def percentiles3(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  31. def percentiles4(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  32. def responsePath(requestName: String, groupHierarchy: List[String]): GraphitePath

    Permalink
  33. def stdDev(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def usersPath(scenario: String): GraphitePath

    Permalink
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def waitingUsers(path: GraphitePath): GraphitePath

    Permalink
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern

Inherited from GraphitePathPattern

Inherited from AnyRef

Inherited from Any

Ungrouped