Event 215: waiting on run queue after sleep

Event 215 occurs when a process is no longer waiting for another wait event (for example, a logical lock, disk I/O, or another wait event) and is placed on the server’s runnable queue. The process must wait until the scheduler allocates CPU time before continuing its task.

See the description for event 214 for differences between event 214 and 215.