Start Tivoli Performance Viewer

 

+
Search Tips   |   Advanced Search

 

Before you start Tivoli Performance Viewer, enable performance monitoring services. See these topics for more information:

Use one of these methods to start Tivoli Performance Viewer:

If you plan to run Tivoli Performance Viewer in a secured environment, see Run monitoring applications with security enabled.

After you start Tivoli Performance Viewer, you can perform these tasks:

Change the default settings in tperfviewer.bat

You can change the default settings in the tperfviewer.bat file so that Tivoli Performance Viewer connects to your application server. To change the settings, follow these steps:

  1. On your workstation, open C:\product_installation_directory\bin\tperfviewer.bat in a text editor. The default installation directory is C:\Program Files\WebSphere\AppServer.
  2. Under the :LOCAL entry, replace these lines:
    set DEST=localhost
    set DESTPORT=8879
    with these lines:
    set DEST=host_name
    set DESTPORT=port_number
    where host_name is the name of your iSeries server and port_number is the SOAP port for your application server.

Note: These instructions assume you are using the SOAP connector. If you use the RMI connector, specify the application server's RMI port number and replace this line:

set CONNECTOR=SOAP

with this one:

set CONNECTOR=RMI