Condition-Variable Pthread detail

If the -dt or -da options are used, the splat command reports the following pthread details.

The pthread details that the splat command reports are:
Item Descriptor
PThreadID The PThread identifier.
Passes The number of times that this pthread was notified that the condition passed.
Fail Rate The percentage of times that the pthread checked the condition and did not find it to be true.
Spin Count The number of times that the pthread checked the condition and did not find it to be true.
Wait Count The number of times that this pthread was forced to wait until the condition became true.
Percent Total Time This field contains the following sub-fields:
Spin
The percentage of elapsed real time that this pthread spun while testing the condition.
Wait
The percentage of elapsed real time that this pthread spent waiting for the condition to hold.