DataBot Metric Reference: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
==JBoss CLI Metrics== | ==JBoss CLI Metrics== | ||
<tt>os-stats</tt> can be configured to read CLI metrics from JBoss controllers. The controller is identified by its host, port and username controller components. If none of these are explicitly specified, the localhost:9999 and local authentication are assumed, which means the <tt>os-stats</tt> process has to be collocated with the JBoss controller on the same host. | <tt>os-stats</tt> can be configured to read CLI metrics from JBoss controllers. The controller is identified by its host, port and username controller components. If none of these are explicitly specified, the localhost:9999 and local authentication are assumed, which means the <tt>os-stats</tt> process has to be collocated with the JBoss controller on the same host. Support for [[os-stats#n3jHG32|password externalization]] will be implemented in the future. | ||
Syntax: | Syntax: |
Revision as of 16:45, 3 September 2016
Internal
Metrics
Platform Metrics
JBoss CLI Metrics
os-stats can be configured to read CLI metrics from JBoss controllers. The controller is identified by its host, port and username controller components. If none of these are explicitly specified, the localhost:9999 and local authentication are assumed, which means the os-stats process has to be collocated with the JBoss controller on the same host. Support for password externalization will be implemented in the future.
Syntax:
jboss:[[username:password@]host[:port]]/path-element-1/path-element-2/attribute-name
Example:
jboss:/subsystem=infinispan/cache-container=clustered/distributed-cache=web/number-of-entries jboss:localhost/subsystem=infinispan/cache-container=clustered/distributed-cache=web/number-of-entries jboss:localhost:9999/subsystem=infinispan/cache-container=clustered/distributed-cache=web/number-of-entries jboss:test:test123@localhost:9999/subsystem=infinispan/cache-container=clustered/distributed-cache=web/number-of-entries