ASG_THROTTLE_USAGE Table

The ASG_THROTTLE_USAGE table stores the usage information related to throttles and subscriptions.

Columns of ASG_THROTTLE_USAGE Table
Field Name Description
THU_GUID An unique ID of the throttle.
THU_TIMESTAMP The timestamp of the throttle record entry.
THU_SITE

The site name which accepts the request. You can use different gateway sites or environments for TIBCO API Exchange Gateway product.

The value for the THU_SITE field is populated from the Common/Deployments/SiteNumber global variable defined in the ASG_CONFIG_HOME/asg_cl.properties file. The default value of Common/Deployments/SiteNumber is 1.

THU_ENGINE The name of the Core Engine which sends the throttle information. You can assign different engine names when starting the Core Engine. The engine name can be specified using -n parameter to asg-engine command on the command line.
THU_THROTTLE The name given to the throttle for identification.
THU_MAX The maximum threshold count of the throttle.
THU_CUR The current usage count of the throttle.
THU_PCT The current percentage usage of the throttle.