blob: 48ca4f398d48a8bda61d75271cd55e27aacb624a [file] [log] [blame]
SELECT ts, tid, io_wait
FROM thread_state
JOIN thread USING (utid)
WHERE state = 'D'
ORDER BY ts;