Previous
Previous
Next
Next

Starting the Azul Mission Control Client

The Azul Mission Control client executable file is located in the Azul Mission Control Installation directory.

You can start the Azul Mission Control client by entering below mentioned path to the Azul Mission Control Executable at the command-line prompt (shell):
  • INSTALLATION_DIRECTORY\Azul Mission Control\zmc.exe (Windows)
  • INSTALLATION_DIRECTORY/Azul Mission Control/zmc (Linux, MacOS)

Note:

On MacOS, if you cannot find the Azul Mission Control executable or locate Azul Mission Control in Spotlight, you can start Azul Mission Control from the command line using /INSTALLATION_DIRECTORY/Azul Mission Control.app/Contents/MacOS/zmc.

Note:

On MacOS, when you launch the Azul Mission Control executable, the Terminal window opens. When you close the Azul Mission Control client, the Terminal is left behind with the text [Process completed]. To avoid this, open the Terminal Preferences, then open the Settings tab, select the scheme you use, then select the Shell tab, and change the When the shell exits option to Close if the shell exited cleanly.

Passing JVM Options To the Azul Mission Control Launcher

Azul Mission Control is a Java application, and the Azul Mission Control client executable is a launcher for this application. Azul Mission Control startup is controlled by options specified in the zmc.ini file, which is located in the INSTALLATION_DIRECTORY\Azul Mission Control directory (Windows and Linux) and INSTALLATION_DIRECTORY\Azul Mission Control.app\Contents\Eclipse directory (MacOS). Arguments to the -vmargs option in the zmc.ini file are options that are passed to the JVM running the Azul Mission Control application. You can specify these options to control the way this JVM runs. If you do not want to modify the zmc.ini file, you can specify JVM options on the command line as arguments to the -vmargs option of the zmc command.

To start the Azul Mission Control client with your own set of JVM options (overriding those specified in the zmc.ini file), run the following command (separate multiple arguments with spaces):

zmc -vmarg arguments

Note:

If other options are specified for the zmc command, the -vmargs option must be specified last.

To start the Azul Mission Control client with additional JVM options (appending them to those specified in the zmc.ini file), run the following command (separate multiple arguments with spaces):

zmc --launcher.appendVmargs -vmarg arguments

Using a Workspace Directory

If you want to copy your settings for the Azul Mission Control client to another computer or another user, or use different predefined settings for different applications, add the -data command-line option and define a workspace directory when you start the Azul Mission Control client:

zmc -data workspace-directory

Previous
Previous
Next
Next