Packages

object HostMetrics

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

Type Members

  1. class CpuInstruments extends InstrumentGroup
  2. case class DiffCounter(counter: Counter) extends Product with Serializable

    A modified Counter that keeps track of a monotonically increasing value and only records the difference between the current and previous value on the target counter.

  3. class LoadAverageInstruments extends InstrumentGroup
  4. class MemoryInstruments extends InstrumentGroup
  5. class NetworkActivityInstruments extends InstrumentGroup
  6. class StorageDeviceInstruments extends InstrumentGroup
  7. class StorageMountInstruments extends InstrumentGroup
  8. class SwapInstruments extends InstrumentGroup

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CpuUsage: Histogram
  5. val FileSystemMountSpaceFree: Gauge
  6. val FileSystemMountSpaceTotal: Gauge
  7. val FileSystemMountSpaceUsed: Gauge
  8. val LoadAverage: Gauge
  9. val MemoryFree: Gauge
  10. val MemoryTotal: Gauge
  11. val MemoryUsed: Gauge
  12. val NetworkDataRead: Counter
  13. val NetworkDataWrite: Counter
  14. val NetworkPacketsRead: Counter
  15. val NetworkPacketsReadFailed: Counter
  16. val NetworkPacketsWrite: Counter
  17. val NetworkPacketsWriteFailed: Counter
  18. val StorageDeviceRead: Counter
  19. val StorageDeviceReadOps: Counter
  20. val StorageDeviceWrite: Counter
  21. val StorageDeviceWriteOps: Counter
  22. val SwapFree: Gauge
  23. val SwapTotal: Gauge
  24. val SwapUsed: Gauge
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. object NetworkActivityInstruments
  42. object StorageDeviceInstruments
  43. object StorageMountInstruments

Inherited from AnyRef

Inherited from Any

Ungrouped