Red Hat Training
A Red Hat training course is available for Red Hat JBoss Operations Network
3.4. Enterprise Application Server 7 Plugin
Table 3.2078. Basic Details
Internal Name: | EAP7 |
Description: | Provides monitoring and management of Wildfly 10 and JBoss EAP7 |
Version: | 4.4.0 |
Top-Level Resource Types
3.4.1. EAP7 - Standalone Server
Overview
Table 3.2079. Overview
Description: | Standalone AS7 server |
Singleton: | no |
Plugin: | EAP7 |
Note
Child Resource Types
Autodiscovery Process Scans
Table 3.2080. Metrics
Name | Query |
---|---|
StandaloneAS | process|basename|match=^java.*,arg|org.jboss.as.standalone|match=.* |
Connection Properties
Table 3.2081.
Name | Description | Required | Internal Name |
---|---|---|---|
Start Script Path | The path to the script that the Start and Restart operations should use to start the server. If the path is not absolute, it is resolved relative to the server home directory (e.g. "bin/standalone.sh", "bin/domain.sh"). | no | startScript |
Start Script Prefix | A prefix command line that should be prepended to the start script command line by the Start and Restart operations; the prefix command must be an absolute path (e.g. "/usr/bin/sudo"). This property is most commonly used to run the AS7 process as a different user than the RHQ Agent (e.g. "sudo -u jboss -g jboss" could be used to run AS7 as user "jboss" and group "jboss". It is also possible to chain prefix commands (e.g. "nohup sudo -u jboss" could be used to make AS7 ignore HUP signals and to run as user "jboss"). | no | startScriptPrefix |
Start Script Environment Variables | The variables that the Start and Restart operations will add to the environment of the server start script. Each name=value pair should be on a new line. Variable values should *not* be enclosed in quotes (e.g. PATH=/usr/bin:/bin). On UNIX systems, the typical minimum set of environment variables is: PATH=/usr/bin:/bin . And on Windows the typical minimum set is: PATH=C:\Windows\System32;C:\Windows , OS=Windows_NT , SYSTEMROOT=C:\Windows . In addition, it is good practice to set JAVA_HOME to the absolute path of the install directory of the JRE or JDK you wish to use to run the AS7 instance. However, if JAVA_HOME is not specified, the start script will attempt to find java in the PATH. There is currently a 2000 character limit for this value. | no | startScriptEnv |
Start Script Arguments | The arguments that the Start and Restart operations will pass to the server start script. Each argument should be on a new line - for example: --server-config=standalone-ha-full.xml. As an exception, the value of a space-delimited option can optionally be on the same line as the option - for example: -c standalone-ha-full.xml. There is currently a 2000 character limit for this value. | no | startScriptArgs |
Additional JAVA_OPTS | Property used to make persistent changes to JAVA_OPTS. !!!WARNING!!! Feature available only if standard configuration file is used (standalone.conf or standalone.conf.bat). Please do not update the configuration file manually after setting this property. If value not set then configuration specific values are used. Value not set does not imply that configuration file does not set JAVA_OPTS, it simply means that the value was not set via RHQ. !!!WARNING!!! Value will be persisted to standalone.conf or standalone.conf.bat config file (OS dependent). Use this option to make the JAVA_OPTS configuration available for restarts outside of RHQ. The value (e.g.: -Xms512M -Xmx1024M) will be persisted in the configuration file. To remove any modifications done to the config file unset this property. The server requires restart for these changes to take effect. | no | javaOptsAdditional |
CLI Local Authentication | Specifies if the local authentication should be used to interact with the EAP CLI (this includes bundle:handover feature, EAP patching and CLI operations). If this is set to "Yes", User and Password supplied above are NOT going to be passed to jboss-cli binary and plugin relies on local authentication. | no | nativeLocalAuth |
Log Event Sources | yes | logEventSources | |
Trust Strategy | Defines the trust strategy to use when reading the server certificate:
| yes | trustStrategy |
Hostname Verification | Defines the hostname verification logic:
| yes | hostnameVerification |
Truststore | Path to a truststore file. If undefined, the JVM default truststore is used. | no | truststore |
Truststore Type | Truststore file format (required when the Truststore property is set). All certified JVMs support jks (Java KeyStore) or pkcs12 formats. | no | truststoreType |
Truststore Password | Password protecting the truststore file. | no | truststorePassword |
Client Certificate Authentication | yes | clientcertAuthentication | |
Keystore | Path to a keystore file. Required when Client Certificate Authentication is on. | no | keystore |
Keystore Type | Keystore file format (required when the Keystore property is set). All certified JVMs support jks (Java KeyStore) or pkcs12 formats. | no | keystoreType |
Keystore Password | Password protecting the keystore file. | no | keystorePassword |
Key Password | Password protecting the secret key in the keystore file. | no | keyPassword |
Hostname | yes | hostname | |
Port | yes | port | |
Secure | Encrypted transport indicator | yes | secure |
User | Management user for a secured AS | no | user |
Password | Password for the management user | no | password |
Management Connection Timeout | Maximum time in milliseconds to keep alive an idle management connection. Zero and negative values will disable connection persistence. Defaults to 5000 ms. | no | managementConnectionTimeout |
Home Directory | Root directory of the server installation | no | homeDir |
Base Directory | Base directory for server content | no | baseDir |
Configuration Directory | Base configuration directory | no | configDir |
Log Directory | the directory where log files will be written for this server | no | logDir |
Product Type | Server product type (e.g. AS or EAP) | no | productType |
Note
Metrics
Table 3.2082. Metrics
Name | Type | Description | Internal Name |
---|---|---|---|
Number of management requests | measurement | Number of requests sent to the controller | _internal:mgmtRequests |
Number of management requests per Minute | measurement | Number of requests sent to the controller | _internal:mgmtRequests |
Time used for management requests | measurement | Total time for requests | _internal:requestTime |
Time used for management requests per Minute | measurement | Total time for requests | _internal:requestTime |
Maximum request time | measurement | Max time for a request since last metric get | _internal:maxTime |
Server State | trait | Detailed server state | server-state |
Server Code Name | trait | Server Code Name | _skm:release-codename |
Server Version | trait | Server Version | _skm:release-version |
Product Name | trait | Product Name | _skm:product-name |
Product Version | trait | Product Version | _skm:product-version |
Server Start Time | trait | Server Start Time | startTime |
JGroups Multicast Address | trait | the host and port used by JGroups for multicast | multicastAddress |
Server Config File | trait | The name of the server configuration file this server is using | config-file |
Deploy Directory | trait | The deployment directory for file based bundles (usually 'standalone/deployments') | deployDir |
Temporary Directory | trait | The temporary directory (usually 'standalone/tmp'). May serve as deployment directory for handover only bundles' | temp-dir |
Active Patches | trait | The comma-separated list of patches that are currently applied to the server. The first entry is always the cumulative patch, followed by 0 or more one-off patches. | active-patches |
Note
Configuration Properties
Table 3.2083.
Name | Description | Required | Internal Name |
---|---|---|---|
Properties | no | *2 | |
Path | The standard paths provided by the system include: jboss.home - the root directory of the JBoss AS distribution; user.home - user's home directory; user.dir - user's current working directory; java.home - java installation directory; jboss.server.base.dir - root directory for an individual server instance; jboss.server.data.dir - directory the server will use for persistent data file storage; jboss.server.log.dir - directory the server will use for log file storage; jboss.server.tmp.dir - directory the server will use for temporary file storage; jboss.domain.servers.dir - directory under which a host controller will create the working area for individual server instances | no | *3 |
Installed extensions | no | *1 | |
Base Dir | The base directory for JBoss Application Server. | yes | base-dir |
Config Dir | The directory where the configurations are stored. | yes | config-dir |
Config File | The configuration file used to launch JBoss Application Server. | yes | config-file |
Content Dir | The directory where user content (e.g. deployments) that is managed by the server is stored. | yes | content-dir |
Data Dir | The data directory. | yes | data-dir |
Deploy Dir | Deprecated variant of 'content-dir'. | yes | deploy-dir |
Ext Dirs | A list of ext directories. | yes | ext-dirs |
Home Dir | The home directory for JBoss Application Server. | yes | home-dir |
Host Name | The host name. | yes | host-name |
Initial Running Mode | The current running mode of the server. Either LIVE (normal operations) or ADMIN_ONLY. An ADMIN_ONLY server will start any configured management interfaces and accept management requests, but will not start services used for handling end user requests. | yes | initial-running-mode |
Launch Type | The type of the running server. | yes | launch-type |
Log Dir | The directory where log files are sent. | yes | log-dir |
Modules Dir | The directory where modules are found. | yes | modules-dir |
Node Name | The name of the server node. | yes | node-name |
Qualified Host Name | The qualified host name. | yes | qualified-host-name |
Server Name | The name of the server. | yes | server-name |
Temp Dir | The temporary directory. | yes | temp-dir |
Note
Operations
Table 3.2084. Metrics
Name | Description |
---|---|
Reload | Make the server re-load the (changed) configuration. To load a different startup config use 'restart' |
Start | Start the server by invoking its start script |
Restart | Restart the server by shutting it down and invoking its start script |
Shutdown | Shut down the server. |
Install RHQ user | Installs a user in the server for management |
Execute CLI commands | Executes command via jboss-cli |
Execute CLI script | Executes script via jboss-cli |
Setup CLI | Setup jboss-cli.xml configuration file based on pluginConfiguration properties. Note that jboss-cli.xml was introduced in EAP 6.2 and this operation will fail for previous versions. |
Package Types
3.4.1.1. EAP7 - ModCluster Standalone Service
Overview
Table 3.2085. Overview
Description: | Mod_cluster support |
Singleton: | yes |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2086.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Configuration Properties
Operations
Table 3.2087. Metrics
Name | Description |
---|---|
Add Proxy | Add the proxy to the list of httpd connected to the node. |
List Proxies | Read the list of httpd connected to the node. |
Read Proxies Configuration | Send a DUMP to httpd and display the result. |
Read Proxies Info | Send a INFO to httpd and display the result. |
Refresh | Refresh the node sending a new CONFIG message to Apache httpd. |
Remove Proxy | Remove the proxy to the list of httpd connected to the node. |
Reset | Reset the node connection to Apache httpd. |
Package Types
3.4.1.1.1. EAP7 - Service Configuration Service
Overview
Table 3.2088. Overview
Description: | |
Singleton: | no |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2089.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Configuration Properties
Table 3.2090.
Name | Description | Required | Internal Name |
---|---|---|---|
Proxy List | List of proxies, Format (hostname:port) separated with commas. | no | proxy-list |
Proxy Url | Base URL for MCMP requests. | no | proxy-url |
Advertise Socket | Name of Socket binding to use for the Advertise socket. | no | advertise-socket |
Advertise | Use Advertise logic or not. | no | advertise |
Advertise Security Key | String containing the security key for the Advertise logic. | no | advertise-security-key |
Balancer | The balancer name. | no | balancer |
Connector | Name of the web connector used to communicate with the load balancer. | yes | connector |
Load Balancing Group | loadBalancingGroup name. | no | load-balancing-group |
Excluded Contexts | List of contexts mod_cluster should ignore, Format String separated with commas. | no | excluded-contexts |
Auto Enable Contexts | Enable contexts even if disabled in mod_cluster_manger (httpd). | no | auto-enable-contexts |
Sticky Session | Use sticky sessions for requests. | no | sticky-session |
Sticky Session Remove | Remove session information on failover. | no | sticky-session-remove |
Sticky Session Force | Don't failover a request with session information. | no | sticky-session-force |
Worker Timeout | Timeout to wait in httpd for an available worker to process the requests. | no | worker-timeout |
Max Attempts | Max attempts to process an idempotent request. | no | max-attempts |
Flush Packets | Enables/disables packet flushing in httpd. | no | flush-packets |
Flush Wait | Time to wait before flushing packets in httpd. | no | flush-wait |
Ping | Time (in seconds) in which to wait for a pong answer to a ping. | no | ping |
Smax | Soft maximum idle connection count in httpd | no | smax |
Ttl | Time to live (in seconds) for idle connections above smax | no | ttl |
Node Timeout | Timeout (in seconds) for proxy connections to a node. | no | node-timeout |
Stop Context Timeout | Max time to wait for context to process pending requests. | no | stop-context-timeout |
Socket Timeout | Timeout to wait for httpd to answer a MCMP message. | no | socket-timeout |
Note
Operations
Table 3.2091. Metrics
Name | Description |
---|---|
Add Custom Metric | Add new custom metric to the load balancer provider. |
Add Metric | Add new metric to the load balancer provider. |
Remove Custom Metric | Remove a custom metric from the load balancer provider. |
Remove Metric | Add new metric to the load balancer provider. |
Package Types
3.4.1.1.1.1. EAP7 - Dynamic Load Provider Service
Table 3.2092. Overview
Description: | |
Singleton: | no |
Plugin: | EAP7 |
Table 3.2093.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Table 3.2094.
Name | Description | Required | Internal Name |
---|---|---|---|
Decay | Decay. The default value is 2. | no | decay |
History | History. The default value is 9. | no | history |
Note
3.4.1.1.1.1.1. EAP7 - Custom Load Metric Service
Table 3.2095. Overview
Description: | |
Singleton: | no |
Plugin: | EAP7 |
Table 3.2096.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Table 3.2097.
Name | Description | Required | Internal Name |
---|---|---|---|
Capacity | Capacity of the metric. The default value is 1 | no | capacity |
Class | Class name of the custom metric. | yes | class |
Weight | Weight of the metric. The default value is 1. | no | weight |
Note
3.4.1.1.1.1.2. EAP7 - Load Metric Service
Table 3.2098. Overview
Description: | |
Singleton: | no |
Plugin: | EAP7 |
Table 3.2099.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Table 3.2100.
Name | Description | Required | Internal Name |
---|---|---|---|
Capacity | Capacity of the metric. The default value is 1. | no | capacity |
Type | Type of the metric | yes | type |
Weight | Weight of the metric. The default value is 1. | no | weight |
Note
3.4.1.1.1.2. EAP7 - Ssl Service
Table 3.2101. Overview
Description: | |
Singleton: | no |
Plugin: | EAP7 |
Table 3.2102.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Table 3.2103.
Name | Description | Required | Internal Name |
---|---|---|---|
Ca Certificate File | Certificate authority. | no | ca-certificate-file |
Ca Revocation Ur | Certificate authority revocation list. | no | ca-revocation-ur |
Certificate Key File | Key file for the certificate. | no | certificate-key-file |
Cipher Suite | The allowed cipher suite. | no | cipher-suite |
Key Alias | The key alias. | no | key-alias |
Password | Password. | no | password |
Protocol | The SSL protocols that are enabled. | no | protocol |
Note
3.4.1.2. EAP7 - IIOP-OpenJDK Service
Overview
Table 3.2104. Overview
Description: | |
Singleton: | yes |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2105.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Configuration Properties
Table 3.2106.
Name | Description | Required | Internal Name |
---|---|---|---|
Add Component Via Interceptor | Indicates whether SSL components should be added by an IOR interceptor (on) or not (off). The default value is true. | no | add-component-via-interceptor |
Auth Method | The authentication method. Valid values are 'none' and 'username_password'. The default value is username_password. | no | auth-method |
Caller Propagation | Indicates whether the caller identity should be propagated in the SAS context or not. Valid values are 'none' and 'supported'. The default value is none. | no | caller-propagation |
Client Requires | Value that indicates the client SSL required parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is None. | no | client-requires |
Client Supports | Value that indicates the client SSL supported parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is MutualAuth. | no | client-supports |
Confidentiality | Indicates whether the transport must require confidentiality protection or not. Valid values are 'none', 'supported' and 'required'. The default value is none. | no | confidentiality |
Detect Misordering | Indicates whether the transport must require misordering detection or not. Valid values are 'none', 'supported' and 'required'. The default value is none. | no | detect-misordering |
Detect Replay | Indicates whether the transport must require replay detection or not. Valid values are 'none', 'supported' and 'required'. The default value is none. | no | detect-replay |
Export Corbaloc | Indicates whether the root context should be exported as corbaloc::address:port/NameService (on) or not (off). The default value is true. | no | export-corbaloc |
Giop Version | The GIOP version to be used. The default value is 1.2. | no | giop-version |
High Water Mark:expr | TCP connection cache parameter. Each time the number of connections exceeds this value ORB tries to reclaim connections. Number of reclaimed connections is specified by tcp-number-to-reclaim property. If this property is not set then it is configured as OpenJDK ORB default. | no | high-water-mark:expr |
Integrity | Indicates whether the transport must require integrity protection or not. Valid values are 'none', 'supported' and 'required'. The default value is none. | no | integrity |
Number To Reclaim:expr | TCP connection cache parameter. Each time number of connections exceeds tcp-high-water-mark property then ORB tries to reclaim connections. Number of reclaimed connections is specified by this property. If it is not set then it is configured as OpenJDK ORB default. | no | number-to-reclaim:expr |
Persistent Server Id | Persistent id of the server. Persistent object references are valid across many activactions of the server and they identify it using this property. As a result of that: many activations of the same server should have this property set to the same value, different server instances running on the same host should have different server ids. The default value is 1. | no | persistent-server-id |
Properties | A list of generic key/value properties. | no | properties |
Realm | The authentication service (AS) realm name. | no | realm |
Required | Indicates if authentication is required (true) or not (false). The default value is false. | no | required |
Root Context | The naming service root context. The default value is JBoss/Naming/root. | no | root-context |
Security | Indicates whether the security interceptors are to be installed (on) or not (off). The default value is none. | no | security |
Security Domain | The name of the security domain that holds the key and trust stores that will be used to establish SSL connections. | no | security-domain |
Server Requires | Value that indicates the server SSL required parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is None. | no | server-requires |
Server Supports | Value that indicates the server SSL supported parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is MutualAuth. | no | server-supports |
Socket Binding | The name of the socket binding configuration that specifies the ORB port. The default value is iiop. | no | socket-binding |
Ssl Socket Binding | The name of the socket binding configuration that specifies the ORB SSL port. The default value is iiop-ssl. | no | ssl-socket-binding |
Support Ssl | Indicates whether SSL is to be supported (on) or not (off). The default value is false. | no | support-ssl |
Transactions | Indicates whether the transactions interceptors are to be installed (on or spec) or not (off). The value 'on' enabled JTS while 'spec' enables a spec compliant mode (non JTS) that rejects incoming transaction contexts. The default value is none. | no | transactions |
Trust In Client | Indicates if the transport must require trust in client to be established. Valid values are 'none', 'supported' and 'required'. The default value is none. | no | trust-in-client |
Trust In Target | Indicates if the transport must require trust in target to be established. Valid values are 'none' and 'supported'. The default value is none. | no | trust-in-target |
Note
Operations
Package Types
3.4.1.3. EAP7 - JVM Service
Overview
Table 3.2107. Overview
Description: | Information about the underlying JVM |
Singleton: | yes |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2108.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Configuration Properties
Operations
Package Types
3.4.1.3.1. EAP7 - Operating System Service
Overview
Table 3.2109. Overview
Description: | |
Singleton: | yes |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2110.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Table 3.2111. Metrics
Name | Type | Description | Internal Name |
---|---|---|---|
Available Processors | measurement | The number of processors available to the Java virtual machine. | available-processors |
System Load Average | measurement | The system load average for the last minute. The load average may not be available on some platforms; if the load average is not available, a negative value is returned. | system-load-average |
Note
Configuration Properties
Operations
Package Types
3.4.1.3.2. EAP7 - Memory Service
Overview
Table 3.2112. Overview
Description: | |
Singleton: | yes |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2113.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Table 3.2114. Metrics
Name | Type | Description | Internal Name |
---|---|---|---|
Object Pending Finalization Count | measurement | The approximate number of objects for which finalization is pending. | object-pending-finalization-count |
Initial heap usage | measurement | The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management. | heap-memory-usage:init |
Used heap | measurement | The amount of used memory in bytes. | heap-memory-usage:used |
Committed heap | measurement | The amount of memory in bytes that is committed for the Java virtual machine to use. | heap-memory-usage:committed |
Maximum heap usage | measurement | The maximum amount of memory in bytes that can be used for memory management. | heap-memory-usage:max |
Initial non-heap usage | measurement | The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management. | non-heap-memory-usage:init |
Used non-heap memory | measurement | The amount of used memory in bytes. | non-heap-memory-usage:used |
Committed non-heap memory | measurement | The amount of memory in bytes that is committed for the Java virtual machine to use. | non-heap-memory-usage:committed |
Maximum non-heap usage | measurement | The maximum amount of memory in bytes that can be used for memory management. | non-heap-memory-usage:max |
Note
Configuration Properties
Operations
Table 3.2115. Metrics
Name | Description |
---|---|
Trigger GC | Runs the garbage collector. |
Package Types
3.4.1.3.3. EAP7 - Runtime Service
Overview
Table 3.2116. Overview
Description: | |
Singleton: | yes |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2117.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Table 3.2118. Metrics
Name | Type | Description | Internal Name |
---|---|---|---|
Uptime | measurement | The uptime of the Java virtual machine in milliseconds. | uptime |
Note
Configuration Properties
Operations
Package Types
3.4.1.3.4. EAP7 - Threading Service
Overview
Table 3.2119. Overview
Description: | |
Singleton: | no |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2120.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Table 3.2121. Metrics
Name | Type | Description | Internal Name |
---|---|---|---|
Thread Count | measurement | The current number of live threads including both daemon and non-daemon threads. | thread-count |
Peak Thread Count | measurement | The peak live thread count since the Java virtual machine started or peak was reset. | peak-thread-count |
Total Started Thread Count | measurement | The total number of threads created and also started since the Java virtual machine started. | total-started-thread-count |
Daemon Thread Count | measurement | The current number of live daemon threads. | daemon-thread-count |
Current Thread Cpu Time | measurement | The total CPU time for the current thread in nanoseconds, or -1 if 'thread-cpu-time-enabled' is 'false'. A Java virtual machine implementation may not support CPU time measurement. If 'thread-cpu-time-supported', is 'false' undefined. | current-thread-cpu-time |
Current Thread User Time | measurement | The CPU time that the current thread has executed in user mode in nanoseconds, or -1 if 'thread-cpu-time-enabled' is 'false'. A Java virtual machine implementation may not support CPU time measurement. If 'thread-cpu-time-supported', is 'false' the result will be undefined | current-thread-user-time |
Note
Configuration Properties
Table 3.2122.
Name | Description | Required | Internal Name |
---|---|---|---|
Thread Contention Monitoring Enabled | Whether thread contention monitoring is enabled. | no | thread-contention-monitoring-enabled |
Thread Cpu Time Enabled | Whether thread CPU time measurement is enabled. | no | thread-cpu-time-enabled |
Thread Contention Monitoring Supported | Whether the Java virtual machine supports thread contention monitoring. | no | thread-contention-monitoring-supported |
Thread Cpu Time Supported | Whether the Java virtual machine implementation supports CPU time measurement for any thread. | no | thread-cpu-time-supported |
Current Thread Cpu Time Supported | Whether the Java virtual machine supports CPU time measurement for the current thread. | no | current-thread-cpu-time-supported |
Object Monitor Usage Supported | Whether the Java virtual machine supports monitoring of object monitor usage. | no | object-monitor-usage-supported |
Synchronizer Usage Supported | Whether the Java virtual machine supports monitoring of ownable synchronizer usage. | no | synchronizer-usage-supported |
Note
Operations
Table 3.2123. Metrics
Name | Description |
---|---|
Dump All Threads | Returns the thread info for all live threads with stack trace and synchronization information. |
Find Deadlocked Threads | Finds cycles of threads that are in deadlock waiting to acquire object monitors or ownable synchronizers. |
Find Monitor Deadlocked Threads | Finds cycles of threads that are in deadlock waiting to acquire object monitors. |
Get Thread Cpu Time | Returns the total CPU time for a thread of the specified ID in nanoseconds. |
Get Thread Info | Returns the thread info for a thread of the specified id. The stack trace, locked monitors, and locked synchronizers in the returned reply object will be empty. |
Get Thread Infos | Returns the thread info for each thread whose ID is in the input list. |
Get Thread User Time | Returns the CPU time that a thread of the specified ID has executed in user mode in nanoseconds. |
Reset Peak Thread Count | Resets the peak thread count to the current number of live threads. |
Get All thread ids | Get all live thread IDs. If a security manager is installed and the caller does not have ManagementPermission('monitor'), the result will be undefined. |
Package Types
3.4.1.3.5. EAP7 - Garbage Collector Service
Overview
Table 3.2124. Overview
Description: | Parent resource for the resources providing the management interface for the garbage collection of the Java virtual machine. |
Singleton: | yes |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2125.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Configuration Properties
Operations
Package Types
3.4.1.3.5.1. EAP7 - Garbage Collector Resource Service
Table 3.2126. Overview
Description: | The management interface for one of the garbage collectors in the Java virtual machine. |
Singleton: | no |
Plugin: | EAP7 |
Table 3.2127.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path | |
Include Runtime | yes | includeRuntime |
Note
Table 3.2128. Metrics
Name | Type | Description | Internal Name |
---|---|---|---|
Collection Count | measurement | The total number of collections that have occurred. | collection-count |
Collection Count per Minute | measurement | The total number of collections that have occurred. | collection-count |
Collection Time | measurement | The approximate accumulated collection elapsed time in milliseconds. | collection-time |
Collection Time per Minute | measurement | The approximate accumulated collection elapsed time in milliseconds. | collection-time |
Name | trait | The name representing this garbage collector | name |
Valid | trait | Whether this this memory manager is valid in the Java virtual machine. | valid |
Note
Table 3.2129.
Name | Description | Required | Internal Name |
---|---|---|---|
Memory Pool Names | The name of memory pools that this garbage collector manages. | yes | memory-pool-names |
Note
3.4.1.3.6. EAP7 - Memory Pool Service
Overview
Table 3.2130. Overview
Description: | Parent resource for the resources providing the management interface for the Java virtual machine's memory pools. |
Singleton: | yes |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2131.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Configuration Properties
Operations
Package Types
3.4.1.3.6.1. EAP7 - Memory Pool Resource Service
Table 3.2132. Overview
Description: | The management interface for a memory pool. A memory pool represents the memory resource managed by the Java virtual machine and is managed by one or more memory managers. |
Singleton: | no |
Plugin: | EAP7 |
Table 3.2133.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path | |
Include Runtime | yes | includeRuntime |
Note
Table 3.2134. Metrics
Name | Type | Description | Internal Name |
---|---|---|---|
Collection Usage - Init | measurement | The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management. | collection-usage:init |
Collection Usage - Used | measurement | The amount of used memory in bytes. | collection-usage:used |
Collection Usage - Committed | measurement | The amount of memory in bytes that is committed for the Java virtual machine to use. | collection-usage:committed |
Collection Usage - Max | measurement | The maximum amount of memory in bytes that can be used for memory management. | collection-usage:max |
Collection Usage Threshold Count | measurement | The number of times that the Java virtual machine has detected that the memory usage has reached or exceeded the collection usage threshold. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. | collection-usage-threshold-count |
Collection Usage Threshold Exceeded | trait | Whether the memory usage of this memory pool after the most recent collection on which the Java virtual machine has expended effort has reached or exceeded its collection usage threshold. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. | collection-usage-threshold-exceeded |
Collection Usage Threshold Supported | trait | Whether this memory pool supports a collection usage threshold. | collection-usage-threshold-supported |
Name | trait | The name representing this memory pool. | name |
Peak Usage - Init | measurement | The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management. | peak-usage:init |
Peak Usage - Used | measurement | The amount of used memory in bytes. | peak-usage:used |
Peak Usage - Committed | measurement | The amount of memory in bytes that is committed for the Java virtual machine to use. | peak-usage:committed |
Peak Usage - Max | measurement | The maximum amount of memory in bytes that can be used for memory management. | peak-usage:max |
Type | trait | The type of this memory pool. | type |
Usage - Init | measurement | The amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management. | usage:init |
Usage - Used | measurement | The amount of used memory in bytes. | usage:used |
Usage - Committed | measurement | The amount of memory in bytes that is committed for the Java virtual machine to use. | usage:committed |
Usage - Max | measurement | The maximum amount of memory in bytes that can be used for memory management. | usage:max |
Usage Threshold Count | measurement | The number of times that the memory usage has crossed the usage threshold. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. | usage-threshold-count |
Usage Threshold Exceeded | trait | Whether the memory usage of this memory pool reaches or exceeds its usage threshold value. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. | usage-threshold-exceeded |
Usage Threshold Supported | trait | Whether this memory pool supports usage threshold. | usage-threshold-supported |
Valid | trait | Whether this memory pool is valid in the Java virtual machine. A memory pool becomes invalid once the Java virtual machine removes it from the memory system. | valid |
Note
Table 3.2135.
Name | Description | Required | Internal Name |
---|---|---|---|
Collection Usage Threshold | The collection usage threshold value of this memory pool in bytes. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. | no | collection-usage-threshold |
Memory Manager Names | The names of the memory managers that manage this memory pool. | yes | memory-manager-names |
Usage Threshold | The usage threshold value of this memory pool in bytes. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. | no | usage-threshold |
Note
Table 3.2136. Metrics
Name | Description |
---|---|
Reset Peak Usage | Resets the peak memory usage statistic of this memory pool to the current memory usage. |
3.4.1.4. EAP7 - Undertow Service
Overview
Table 3.2137. Overview
Description: | |
Singleton: | yes |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2138.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Configuration Properties
Table 3.2139.
Name | Description | Required | Internal Name |
---|---|---|---|
Default Security Domain | The default security domain used by web deployments. The default value is other. | no | default-security-domain |
Default Server | The default server to use for deployments. The default value is default-server. | no | default-server |
Default Servlet Container | The default servlet container to use for deployments. The default value is default. | no | default-servlet-container |
Default Virtual Host | The default virtual host to use for deployments. The default value is default-host. | no | default-virtual-host |
Instance Id | The cluster instance id. The default value is {EXPRESSION_VALUE=${jboss.node.name}}. | no | instance-id |
Statistics Enabled | Configures if are statistics enabled. The default value is false. | no | statistics-enabled |
Note
Operations
Package Types
3.4.1.4.1. EAP7 - Filter configurations Service
Overview
Table 3.2140. Overview
Description: | |
Singleton: | no |
Plugin: | EAP7 |
Child Resource Types
Connection Properties
Table 3.2141.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Metrics
Configuration Properties
Operations
Package Types
3.4.1.4.1.1. EAP7 - Error page Service
Table 3.2142. Overview
Description: | |
Singleton: | no |
Plugin: | EAP7 |
Table 3.2143.
Name | Description | Required | Internal Name |
---|---|---|---|
Path | yes | path |
Note
Table 3.2144.
Name | Description | Required | Internal Name |
---|---|---|---|
Code:expr | Error page code | yes | code:expr |
Path | Error page path | no | path |
Note
3.4.1.4.1.2. EAP7 - Expression filter Service
Table 3.2145. Overview
Description: | |
Singleton: | no |
Plugin: | EAP7 |
Table 3.2146.
Name | Description | Required | Internal Name |
---|---|---|---|
P |