getThreadStatistics()
(Custom with adb.perfMon) Returns the operation counts of the current threads.
The following table lists the returns:
| Returns | Type | Description | 
|---|---|---|
| ThreadID | string | A unique identification of a particular thread. | 
| ThreadType | string | A type or key that will match this thread to a queue or connection. | 
| TaskType | string | Short description of the tasks this thread processes. | 
| TaskCount | integer | Number of tasks processed by this thread. | 
Copyright © Cloud Software Group, Inc. All rights reserved.
