Connecting JConsole
You can use any JMX compliant agent to connect to the Mission Control MBeans implementation. This section shows how to connect JConsole which should be included in your JDK installation under your $JAVA_HOME/bin
directory.
- To start up JConsole, enter
jconsole
on your command line - Scroll the Local Process window until you find the MissionControlApplication process and click "Connect"

- Select the MBeans tab to display the MBeans hierarchy
Mission Control MBeans
Mission Control MBeans are implemented in the following hierarchy
org.jfrog.mc.artifactory - the root node
| |-Artifactory -Root of all Artifactory instances
| | |-<Instances> - Node representing each instance
| | | |-<Repositories> - Node representing each repository in the parent instance
The screenshot below shows details for an Artifactory instance called "Master" and one of its repositories called "ext-release-local"

The following table describes the different MBeans implemented for Mission Control and the corresponding attributes you can monitor.
MBean | Attributes |
---|
Instance storage | Free space Used space Total space
|
Instance status | |
Repository storage | |
Replication status | - Last completed replication date/time
- Replication status
|