Re: Detailed information about snapshot and event monitors -
01-07-2011
, 08:12 AM
If I want to know how long I'm waiting for I/O, I should calculate
pool_read_time-pool_async_read_time
+pool_write_time-pool_async_write_time
+prefetch_wait_time
, right (note the prefetch wait time, which makes up a substantial amount in the current case)? |