What is the status of the virtual processors?
-- Select VP Statistics
select
vpid,
pid,
txt[1,5] class,
round( usecs_user, 2) usercpu,
round( usecs_sys, 2) syscpu
from sysvplst a, flags_text b
where a.class = b.flags
and b.tabname = "sysvplst"
Previous slide
Next slide
Back to first slide
View graphic version