blob: 1761c97071ea32d7cc9802cecc80db8ca705ef68 [file] [log] [blame]
select ts, tid, io_wait
from thread_state
join thread using (utid)
where state = 'D'
order by ts