The monEngine table, which provides statistics regarding Adaptive Server engines, has a new column called Max outstanding IOs. Max outstanding IOs provides information on IO queue sizes on a per-engine basis.
1> select EngineNumber, MaxOutstandingIOs from monEngine 2> go
EngineNumber MaxOutstandingIOs ------------ ----------------- 0 6 1 0 (2 rows affected)