onstat -g con command: Print condition and thread information

Use the onstat -g con command to display information about conditions and the threads that are waiting for the conditions.

Syntax:

onstat -gcon

Example output

Figure 2: onstat -g con command output
Conditions with waiters:
cid      addr             name               waiter   waittime
271      c63d930          netnorm            1511     6550

Output description

cid
Condition identifier
addr
Condition control block address
name
Name of condition the thread is waiting on
waiter
ID of thread waiting on condition
waittime
Time, in seconds, thread has been waiting on this condition