home *** CD-ROM | disk | FTP | other *** search
/ IRIS Development Option 6.2 / IRIS_Development_Option_6.2_814-0478-001.iso / dist / WorkShop.idb / usr / share / catman / u_man / cat1 / cvusage.z / cvusage
Text File  |  1996-03-14  |  2KB  |  66 lines

  1.  
  2.  
  3.  
  4. CCCCVVVVUUUUSSSSAAAAGGGGEEEE((((1111))))                                                          CCCCVVVVUUUUSSSSAAAAGGGGEEEE((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      cvusage - run a command, and print out the resources it used
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ccccvvvvuuuussssaaaaggggeeee command [args]
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      _c_v_u_s_a_g_e is a WorkShop component that runs a process from the given
  16.      command and arguments and prints out a summary of the resources used
  17.      during the run.  It is used in exactly the same way as time(1), but
  18.      prints additional information.
  19.  
  20.      The usage information is printed to stderr in the form:
  21.       1.89 real, 0.04 user, 0.29 sys, 15 majf, 2 minf, 0 sw, 1 rb, 0 wb, 21 vcx, 38 icx
  22.  
  23.      The real, user and sys fields give the real-time, user-CPU time and
  24.      system-CPU time, respectively.
  25.  
  26.      majf gives major page faults, those causing physical I/O.
  27.  
  28.      minf gives minor page faults, those requiring mapping only.
  29.  
  30.      sw gives process swaps.
  31.  
  32.      rb and wb give physical blocks read and written, respectively.  Note that
  33.      these are attributed to the process which first requests a block, but do
  34.      not necessarily directly correlate with the process' own I/O operations.
  35.  
  36.      vcx gives voluntary context switches, that is, those caused by the
  37.      process' own actions.
  38.  
  39.      icx gives involuntary context switches, those caused by the scheduler.
  40.  
  41.      In addition, if the command terminates abnormally, a message to that
  42.      effect is printed before the usage line.
  43.  
  44. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  45.      time(1), cvd(1), cvperf(1)
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                                                         PPPPaaaaggggeeee 1111
  61.  
  62.  
  63.  
  64.