Azul Inspector Monitor Mode
===========================

This mode monitors all running java JVM processes on the server.
Collecting data about the JVM and Linux system

It runs and automatically find the java process and monitors it for 60 minutes,or until
the target JVM terminates or until AzulInsepctor terminates, which ever occurs first.

To override the defaults:

-DSleepTime=nnnn        This is the number of ms to wait between collecting samples. Default 60000 (1 minute)
-DNumIterations=nnnn    This is the number of samples that should be collected. Default 60
-DJustPid=nnnn          Monitor just the specified PID. Default all JVMs

So the default would collect all the JVM / Linux data, for 60 minutes at 1 minute intervals.
