object HostMetrics
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HostMetrics
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class CpuInstruments extends InstrumentGroup
- 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.
- class LoadAverageInstruments extends InstrumentGroup
- class MemoryInstruments extends InstrumentGroup
- class NetworkActivityInstruments extends InstrumentGroup
- class StorageDeviceInstruments extends InstrumentGroup
- class StorageMountInstruments extends InstrumentGroup
- class SwapInstruments extends InstrumentGroup
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val CpuUsage: Histogram
- val FileSystemMountSpaceFree: Gauge
- val FileSystemMountSpaceTotal: Gauge
- val FileSystemMountSpaceUsed: Gauge
- val LoadAverage: Gauge
- val MemoryFree: Gauge
- val MemoryTotal: Gauge
- val MemoryUsed: Gauge
- val NetworkDataRead: Counter
- val NetworkDataWrite: Counter
- val NetworkPacketsRead: Counter
- val NetworkPacketsReadFailed: Counter
- val NetworkPacketsWrite: Counter
- val NetworkPacketsWriteFailed: Counter
- val StorageDeviceRead: Counter
- val StorageDeviceReadOps: Counter
- val StorageDeviceWrite: Counter
- val StorageDeviceWriteOps: Counter
- val SwapFree: Gauge
- val SwapTotal: Gauge
- val SwapUsed: Gauge
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object NetworkActivityInstruments
- object StorageDeviceInstruments
- object StorageMountInstruments