Use the onstat -g cpu command to display
information about runtime statistics for each thread that is running
in the server.
Example output
Output description
- tid
- The ID of the thread
- name
- The name of the thread
- vp
- The ID of the virtual processor in which the thread is running
- Last Run
- The timestamp when the thread last ran
- CPU Time
- The time taken until now by the thread
- #scheds
- The number of times the thread was scheduled to run
- status
- The status of the thread. Possible status values are:
- cond wait
- IO Idle
- join wait
- mutex wait
- ready
- sleeping
- terminated
- running
- yield