Real-time Monitoring
This article will discuss how to turn on real-time monitoring and how to view a flow chart using it.
To enable real-time monitoring in the Operations Console, the cluster networking configuration option needs to be set to true. There are two places that this needs to be done. If you are starting the engine using a script, you will want to add the following to the script configuration file:
cluster_networking=true
If you are starting the engine through code, you will want to add the following to your engine configuration.
config.setClusterNetworking(true);
The second place that you need to enable cluster networking is in your ".fluxwebapp.properties" file. This file is located in "C:\Documents and Settings\user" on windows and in "/home/user/" directory on UNIX. You will want to add the following line to your .fluxwebapp.properties file to enable cluster networking:
cluster_networking=true
Once cluster networking is enabled in these two locations you should be able to view a flow chart in real-time.
To view a flow chart using real-time monitoring, navigate to the Operations Console, once there select the engine you want. Now you will want to click on the flow chart you wish to view and select "Flow Chart Monitor". Once in the flow chart monitor window, turn on real-time monitoring in the upper right portion of the window.