getBindingStats

The getBindingStats method provides statistics of service and reference binding execution by binding name, application name, and type. It serves as the regular expression used to filter the binding statistics that are returned.

Type

Open, Synchronous, IMPACT_INFO

Arguments

Name Type Description
Application Name String

A substring that matches the application name. The substring can also be a regular expression.

Default: Empty string (An empty string matches all names.)

Binding Type String Select the binding type.
Binding Name String

A substring that matches the service or reference binding name. The substring can also be a regular expression.

Default: Empty string (An empty string matches all names.)

Returns

Type: COM.TIBCO.hawk.talon.CompositeData

Name Type Description
AMXCE Host String Name of the AMXCE host.
AMXCE Node String Name of the AMXCE node.
Environment String Name of the environment.
Application String Name of the application.
Binding String Name of the binding.
Binding Type String Binding type (that is, service or reference).
Contract String Contract name (that is, service or reference name).
Contract Type String Contract type (that is, service or reference).
Binding URI String Service or reference binding URI.
Hits Double The number of execution responses for the last period.
Faults Double The number of execution faults for the last period.
Pending Responses Double The difference between the count of requests and responses at end of window.
Total Response Time Double Total response time over collection period.
Avg Response Time Double The average response time for collection period.
Max Response Time Double The maximum response time over collection period.
Min Response Time Double The minimum response time over collection period.
Standard Deviation Double The standard deviation in response time over collection period.
Start Time String The start time of the collection period, in ISO-8601 format.
End Time String The end time of the collection period, in ISO-8601 format.
Total Time Long The collection period, in milliseconds.