JmxClient

abstract
class JmxClient
class Object
trait Matchable
class Any

Value members

Concrete methods

def cpuMetric(jmxc: Option[JMXConnector]): Option[JmxCpuMetric]

Returns an optional JMXMetric with raw JVM cpu stats.

Returns an optional JMXMetric with raw JVM cpu stats.

def gcMetric(jmxc: Option[JMXConnector]): Option[JmxGCMetric]

Returns an optional JMXMetric with raw JVM GC stats.

Returns an optional JMXMetric with raw JVM GC stats.

protected
def init(port: Int, retries: Int): Option[JMXConnector]
def memoryMetric(jmxc: Option[JMXConnector]): Option[JmxMemoryMetric]

Returns an optional JMXMetric with raw JVM memory stats.

Returns an optional JMXMetric with raw JVM memory stats.