You can use wpfadmin commands to subscribe to the partitioning facility PMI statistics:
wpfadmin.bat|wpfadmin subscribeWPFPMI STATISTICS_RANGE STATISTICSS_TYPE APPLICATION_NAME SESSIONEJB_NAME PARTITION_COUNT AGGREGATION_INTERVAL --c CLUSTER_NAMEwhere:
The output of this command will display the subscription client ID. This client ID is very important. It is the handle to your subscribed PMI interest. Any changes to this PMI interest or PMI data retrieval will require this handle.
wpfadmin subscribeWPFPMI cumulative ResponseTime WPFKeyBasedPartitionSample WPFKeyBasedPartition 5 60000You will see the following output:
WPFC0040I: WPF PMI has been subscribed with options range=cumulative, type=ResponseTime, application name=WPFKeyBasedPartitionSample, ejb name=WPFKeyBasedPartition, partition count=5, interval=60000 WPFC0041I: Your client id is 1. Use this in future wpfadmin PMI calls.The client ID is displayed as 1.