These columns identify the how long the processes were blocked for each possible reason listed.
The following column definition descriptions can also be found in Process Scheduling: Process Pending Wait Time Columns of ResUsageSpma table.
Column Name | Mode | Description | Data Type |
---|---|---|---|
ProcWaitFlowControl | count | Total time in milliseconds processes were blocked pending the delays caused by flow control conditions. | FLOAT |
ProcWaitFsgLock | count | Total time in milliseconds processes were blocked pending an FSG lock. | FLOAT |
ProcWaitDBLock | count | Total time in milliseconds processes were blocked pending a database lock. | FLOAT |
ProcWaitSegLock | count | Total time in milliseconds processes were blocked pending a disk or task context (for example, scratch, stack, and so on) lock. | FLOAT |
ProcWaitFsgRead | count | Total time in milliseconds processes were blocked pending an FSG read from disk. | FLOAT |
ProcWaitFsgWrite | count | Total time in milliseconds processes were blocked pending an FSG write from disk. | FLOAT |
ProcWaitFsgNIOs | count | Total time in milliseconds processes were blocked waiting for task I/Os to complete. | FLOAT |
ProcWaitMisc | count | Total time in milliseconds processes were blocked pending miscellaneous events. | FLOAT |
ProcWaitMonitor | count | Total time in milliseconds processes were blocked pending a user monitor. | FLOAT |
ProcWaitMonResume | count | Total time in milliseconds processes were blocked pending a user monitor resume from a yield. | FLOAT |
ProcWaitNetThrottle | count | Total time in milliseconds processes were blocked pending delivery of outstanding outgoing messages. | FLOAT |
ProcWaitCpuThrottle | count | Time in milliseconds processes were throttled due to WM CPU COD or CPU hard limits. | FLOAT |
ProcWaitSegMDL | count | Total time in milliseconds processes were blocked waiting for an MDL resource to become available. An MDL is an internal PDE data structure needed by the operation of the segment subsystem. | FLOAT |
ProcWaitSegNoVirtual | count | Total time in milliseconds processes were blocked waiting for virtual memory for a segment. | FLOAT |
ProcWaitTime | count | Total time in milliseconds processes were blocked pending some amount of elapsed time only. | FLOAT |
ProcWaitQnl | count | Total time in milliseconds processes were blocked pending an TSKQNL lock. | FLOAT |