Enabling and Disabling Process Statistics
Process statistics can be enabled and disabled from the command line or from the Admin UI.
Command Line
- Enable Process Statistics
- To enable process statistics for all applications on a single AppNode, execute the following command:
enablestats -d defaultdomain -a MyAppSpace -n MyAppNode process
- To enable process statistics for a single application on an AppNode, execute the
enablestats command, and specify the application name and version. In the following example, the application
testApp and version
1.0 are provided in the command syntax:
enablestats -d defaultdomain -a MyAppSpace process testApp 1.0
- To enable process statistics for all applications on a single AppNode, execute the following command:
- Disable Process Statistics
- To disable process statistics for all applications on a single AppNode, execute the following command:
disablestats -d defaultdomain -a MyAppSpace -n MyAppNode process
- To disable process statistics for a single application on an AppNode, execute the
disablestats command, and specify the application name and version. In the following example, the application
testApp and version
1.0 are provided in the command syntax:
disablestats -d defaultdomain -a MyAppSpace process testApp 1.0
- To disable process statistics for all applications on a single AppNode, execute the following command:
Admin UI
Property | Description |
---|---|
Process Instrumentation | Click
ON to enable process instrumentation data collection.
To enable data collection of an application that is running on multiple Appnodes, click on the Application tab, and enable the Process Instrumentation property. Process instrumentation statistics will be collected for all application instances. To enable data collection of all applications running on an AppNode, click on the AppNodes tab, and enable the Process Instrumentation property. Process instrumentation statistics will be collected for all applications running on the specified AppNode. |
Process Monitor | Click
ON to enable process monitoring to view the process instances.
To enable process monitoring of an application that is running on multiple Appnodes, click on the Application level 2 page, and click the Process Monitor button. Process monitoring will be enabled for all application instances. To enable process monitoring of all applications running on an AppNode, click on the AppNodes tab and click the Process Monitor button. Process monitoring will be enabled for all applications running on the specified AppNode. |