getActivityStatisticsByService()


Returns statistics about the data handled by a given adapter service or all adapter services since the time the adapter was started.

Input parameter
Type
Description
Service Name
string
Name of service to get the statistics for. If no service name is given, performance statistics for all services is returned.

Returns
Type
Description
Service Name
string
Service name
Schema Name
string
Name of top level schema processed by this service.
Operation
string
Type of operation this service provides.
Total
integer
Total number of objects processed, both success and failures.
Success
integer
Total number of objects successfully processed.
Failure
integer
Total number of objects that caused an error during processing.
MeasurementInterval
integer
Displays the time (in seconds) since last time the adapter was reset, or if never reset, since the adapter started.
LineIndex
string
Concatenated string of Service Name and Operation separated by a comma.


TIBCO Adapter™ for COM User’s Guide
Software Release 5.3, September 2005
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com