Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Monitoring the Adapter Using TIBCO Hawk : Available Microagents : getActivityStatisticsByService()

getActivityStatisticsByService()
Returns the total number of objects processed for each of the services. Also, returns the number of success and error objects. If no value is provided for the input parameter ServiceName, then statistics for all services of this instance will be displayed. A final sum of all services or operations should be given at the end, in the display.
 
The operation is a combination of Tuxedo Service name and the Communication Type. The Tuxedo Service is the name of the service that is invoked by adapter Subscription and Request-Response services.
In the case of Event-based Subscription or Publication services, it is the EventName on which data is being posted or subscribed to respectively. In the case of Agent based Publication or Request-Response Invocation services, it is not applicable (NA is displayed). The Communication type is the Tuxedo communication paradigm that was used in the transaction. The possible values for Communication Type are Async, Sync, Queue, Event, Convl, ClientAgent and PubAgent.
LineIndex string Used as an index for the method. Its value is a concatenated string of the ServiceName and Operation parameters separated by a comma.
If no activity has been performed or the perfMon property is set to off the following message is displayed:
The statistics provided by the Failure column take into account only application level invocation errors such as connection errors, incorrect Tuxedo service name, business logic error etc. Incorrect data supplied to the adapter (wrong communication type, unspecified Tuxedo service name) is not considered.
 

Copyright © TIBCO Software Inc. All Rights Reserved