ASAP 3.2 Server Manual
HP NonStop ASAP Server Manual    Page 325 of 381 
 cpubusy := avg (busy over ihour) noprint  
 cpuq := avg (qlen over ihour) noprint  
 cpudisp := avg (disps over ihour) noprint  
 discrate := avg (discs over ihour) noprint  
 chitrate := avg (chits over ihour) noprint  
 swaprate := avg (swaps over ihour) noprint  
 memq := avg (mqlen over ihour) noprint  
 pcbmax  := max (pcb-use over ihour) noprint 
 lcbmax := max (lcb-use over ihour) noprint 
 after change on ihour print  
 sysname space  
 cpuno as i3 space  
 timestamp-date ( x ) as date "mb2/d2" space  
 timestamp-time ( x ) as time "h2:m2" space  
 cpubusy as i4 space  
 cpuq as "[bz] i2" space  
 cpudisp as "[bz] i4" space  
 discrate as "[bz] i4" space  
 chitrate as "[bz] i4" space  
 swaprate as "[bz] i4" space  
 memq as "[bz] i2" space  
 pcbmax as "[bz] i4" space  
 lcbmax as "[bz] i4" space  










