getComponentStats

The getComponentStats method provides statistics of the component service and reference execution by component, component service or reference name, application name, and type. It serves as the regular expression used to filter the component services or references 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.)

Component Name String

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

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

Contract Type String

Select the contract type:

  • SERVICE
  • REFERENCE
Contract Name String

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

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

Returns

Type: COM.TIBCO.hawk.talon.TabularData

Name Type Description
Index Integer Count of the elements.
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.
Component String Name of the component.
Contract String Name of the contract.
Contract Type String Contract type (that is, service or reference).
Component URI String Service or reference component 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.