This program installs the counters for gateway performance monitoring. To run PERFINST, type the following at the command prompt:
PERFINST /SERVICE=<service name> /CLASS=<service class>
/DLL=<performance DLL name> /OPEN=<openentry>
/COLLECT=<collectentry> /CLOSE=<closeentry>
[/DELETE] [/HELP or /?]
PERFINST Parameters
Parameter | Description |
---|---|
SERVICE | Name of the gateway service. |
CLASS | Class of the gateway service. |
DLL | Full path to the performance monitoring DLL. |
OPEN | OPEN function entry point to DLL. |
COLLECT | COLLECT function entry point to DLL. |
CLOSE | CLOSE function entry point to DLL. |
DELETE | Deletes performance monitoring. |
HELP or ? | Displays Help information. |
An example of calling this program is:
PERFINST /SERVICE=samplegw /CLASS=perftesttype
/DLL=\\myserver\address\EDK\i386\perfmon.dll
/OPEN=OpenGatewayPerformanceData
/COLLECT=CollectGatewayPerformanceData
/CLOSE=CloseGatewayPerformanceData