Setting Monitoring Properties

Procedure

  1. Select the Gateway Engine Properties from the drop-down list.
  2. Click the Monitoring link.
    Monitoring Properties
    Property Description
    Generic
    Use Synchronous HTTP Client A Boolean field used to send a request to the target side by running the http client in the same thread as the facade processing. It is good practice to use the synchronous http client when high load of short lived requests are expected.

    Select this check box to set the value to true. If the check box is not selected, the value is set to false. The default is false.

    • If this check box is set to true, the client sends the synchronous request for the HTTP transport.
    • If this check box is set to false, the asynchronous request is sent for the HTTP transport.
    Number of Threads The number of threads used for the HTTP Client. This is relevant only if the value of useSynchHttpClient is false (that is, when asynchronous request is sent for the HTTP transport).

    The default value is 10.

    ModRV North Request Subject Name Specifies the Rendezvous subject name, which is used by the Core Engine to listen for requests from the Apache module.

    The default value is _LOCAL.asg.north.request.

    RV Subject Prefix Specifies the prefix for all Rendezvous subject names used between the Core Engine and Central Logger, Core Engine and Global Throttle Manager components.

    The default value is TIBCO.ASG.INTERNAL.

    Throttle Update Interval (sec) Specifies the time interval (in seconds) for sending throttle updates to the Global Throttle Manager.

    The default value is 10.

    Request Binary The default value is _LOCAL.asg.north.request_binary.
    RV Daemon Specifies the value of Rendezvous daemon for the Core Engine to listen for the requests from the Apache module.

    The default value is tcp:7500.

    RV Network Specifies the value of the Rendezvous network for the Core Engine to listen for the requests from the Apache module.
    RV Service Specifies the value of the Rendezvous service for the Core Engine to connect and listen for the requests from the Apache module.

    The default value is 7500.

    GTM RV Daemon Specifies the value of the Rendezvous daemon for the Core Engine to connect to the Global Throttle Manager.

    The default value is tcp:7500.

    GTM RV Network Specifies the value of the Rendezvous network for the Core Engine to connect to the Global Throttle Manager.
    GTM RV Service Specifies the value of the Rendezvous service for the Core Engine to connect to the Global Throttle Manager.

    The default value is 7500.

    Logging
    Enable Reporting to Central Logger Specifies if the reporting to the Central Logger is enabled or not. By default, the Core Engine does not record the transactions to the Central Logger.

    The default value is false.

    See Enabling Reporting to the Central Logger.

    Logging Interval (ms) Specifies the time interval (in milliseconds) between Core Engine and Central Logger to record transactions.

    The default value is 30000.

    Minimum Log Level Specifies the logging level for the Central Logger component. The possible values are as follows:
    • DEBUG
      INFO 
      WARN
      ERROR
      NO LOGGING

      The default value is DEBUG.

    Central Logger Log Level Specifies if the detail level logging is enabled for the Central Logger component. The possible values are as follows:
    • Detail Logging ON
      Detail Logging OFF

      If the detail logging is set to ON, all the details of transaction are logged. If the detail logging is set to OFF, the Central Logger records the high level transaction.

      The default value is Detail Logging OFF.

    Central Logger : The Central Logger section is populated on the Config UI when Enable Reporting to Central Logger property in the Logging section is selected as true.
    File Filter Regular Expression Specifies the lists of facade operation as a pipe ('|') separated string. The transaction logs of these facade operations are logged to the files instead of database.

    For example:

    ping|test|addConfiguration

    Transactions Log File Directory Specifies the directory name to store the log file used by the Core Engine to record the transactions data.

    The default value is ASG_HOME/bin/logs.

    Transactions Log File Specifies the name of the log file used by the Core Engine to record the transactions data. This is used only for the transactions of facade operations which are filtered by the tibco.clientVar.CL/Logging/fileFilter property.

    The default value is trans_log.txt.

    Number of Log Files Specifies the maximum number of log files for the Core Engine to keep on roll over for the transactions log file.

    The default value is 3.

    Log File Max Size Specifies the maximum size (in bytes) of the log file for writing the transactions data at which the Core Engine rolls over to the next log file.

    The default value is 5000000.

    Timestamp Format Specifies the format of the log's timestamp value.
    RV Subject Prefix

    Specifies the prefix for all Rendezvous subject names used between the Core Engine and Central Logger.

    The default value is TIBCO.ASG.INTERNAL.

    RV Service Specifies the service parameter for Rendezvous used between the Core Engine and Central Logger communication.

    The default value is 7500.

    RV Daemon Specifies the daemon parameter for Rendezvous used between the Core Engine and Central Logger communication.

    The default value is tcp:7500 .

    RV Network Specifies the network parameter for Rendezvous used between the Core Engine and Central Logger communication.