This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
show Mbean information
This command can show or monitor Mbean attribute information.
### Parameters
| Name | Specification |
| ---- | ---- |
| name-pattern | pattern for the Mbean name |
| attribute-pattern | pattern for the attribute name |
| [m] | show meta information |
| [i:] | specify the interval to refresh attribute value (ms) |
| [n:] | execution times |
| [E] | turn on regex matching while the default mode is wildcard matching. Only effect on the attribute name |
## Usage
### Show all Mbean names
`mbean`{{execute T2}}
### Show meta data of Mbean
`mbean -m java.lang:type=Threading`{{execute T2}}
### Show attributes of Mbean
`mbean java.lang:type=Threading `{{execute T2}}
### Mbean name support wildcard matcher
`mbean java.lang:type=Th*`{{execute T2}}
Notes:ObjectName matching rules differ from normal wildcards, Reference resources:[javax.management.ObjectName](https://docs.oracle.com/javase/8/docs/api/javax/management/ObjectName.html?is-external=true)