Salesforce

How to stop collecting statistics for a broker being trended and monitored with OpenEdge Management?

« Go Back

Information

 
TitleHow to stop collecting statistics for a broker being trended and monitored with OpenEdge Management?
URL Name000055600
Article Number000170500
EnvironmentProduct: Progress
Product: OpenEdge
Version: All supported versions
OS: All supported platforms
Other: AppServer, WebSpeed, Fathom
Question/Problem Description
How to stop collecting statistics for a broker being trended and monitored with OpenEdge Management?
How to stop collecting statistics for a broker being trended and monitored with Fathom Management?
How to stop collecting statistics for a WebSpeed broker being trended and monitored with OpenEdge Management?
How to stop collecting statistics for an AppServer broker being trended and monitored with OpenEdge Management?
How to stop collecting statistics for WebSpeed for OEM?
How to stop collecting statistics for AppServer for OEM?
How to stop collecting statistics for WebSpeed for OpenEdge Management?
How to stop collecting statistics for AppServer for OpenEdge Management?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
To disable the collection of statistics for brokers being monitored with Fathom / OpenEdge Management modify the ubroker.properties file for the specific broker to disable the collection of statistics.

This can be done by modifying: 
$DLC/properties/ubroker.properties (UNIX)
%DLC%\properties\ubroker.properties (Windows)

Locate the broker name in this file and add the following line to it's properties.
 collectStatsData=0
        0 means do not collect data for retrieval by Fathom / OpenEdge Management
        1 means collect date for Fathom / OpenEdge Management 

Example for default WebSpeed broker (wsbroker1):
 
[UBroker.WS.wsbroker1]
    appserviceNameList=wsbroker1
    brokerLogFile=@{WorkPath}\wsbroker1.broker.log
    controllingNameServer=NS1
    description=A sample WebSpeed Transaction Server
    environment=wsbroker1
    password=
    portNumber=3055
    srvrLogFile=@{WorkPath}\wsbroker1.server.log
    userName=
    collectStatsData=0

This property can be dynamically updated.  Dynamic changes affect both current and new brokers and/or agents.

For additional information on properties that can be changed for a broker, see the ubroker.properties.README (on Windows) or ubroker.properties.template (UNIX).

Trending / collection of statistics can also be disabled on a broker level via Fathom or OpenEdge Management (OEM) by:
  1. Select the specific broker in Fathom / OpenEdge Management.
  2. Select Broker Control from the Command and control section of the OEM screen.
  3. Deselect the check box for Collect Statistics.  See screen below:
Screen to disable the collection of statistics


 
Workaround
Notes
Keyword Phrase
Last Modified Date11/19/2014 7:51 PM

Powered by