Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Java Virtual Machine Plug-in Microagent : COM.TIBCO.hawk.jvm.JavaVirtualMachine : getThreadInfo

getThreadInfo
Method
Purpose
Returns general, execution information and synchronization statistics of Thread by Thread Name, Java Virtual Machine process name and/or Thread State. It returns general, execution information and synchronization statistics of all thread(s) of particular Java virtual machine, if the Thread Name argument is blank. The Process Name field is mandatory and cannot be left blank.
Type
Synchronous, IMPACT_INFO
Arguments
 
The thread name. Empty argument string provides information on all running Java Virtual Machine threads.
The Java Virtual Machine process name.
The Thread State. Empty argument string provides information on all threads irrespective of the state.
Returns
 
The name of representing the running Java Virtual Machine
The total number of attempts that the thread is blocked to enter or re-enter a monitor
The approximate accumulated elapsed time (in milliseconds) that the thread has blocked to enter or re-enter a monitor since the enabling of thread contention monitoring
The total count of the number of times the thread waited for notification

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved