Running your new monitoring applications

Running your new monitoring applications

Follow these steps to run your monitoring applications.

  1. You need a WebSphere Application Server installation or WebSphere Application Server J2EE client package to run a PMI application.

  2. Use a PMI client API to write your own application.

  3. Compile the newly-written PMI application and place it on the classpath. (The jar files under install_root/lib and install_root/classes folder will be placed in the classpath by the following script.)

  4. To run a PMI application you need a WebSphere Application Server runtime environment (the application server installation or a J2EE client package). Use the following commands in the Qshell environment to run the application:
    install_root/bin/setupCmdLine 
    java "%CLIENTSAS%" "%CLIENTSOAP%" -DwebsphereV6Statistics=false 
    -Dwas.install.root="install_root" -Dws.ext.dirs="%WAS_EXT_DIRS%" -classpath "%WAS_CLASSPATH%" 
    com.ibm.ws.bootstrap.WSLauncher com.ibm.websphere.pmi.PmiJmxTest %*
    
    



Sub-topics
Performance Monitoring Infrastructure client package
Running your monitoring applications with security enabled

 

Related concepts

Thin application clients

Searchable topic ID: trpf_devprf