home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9402 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.5 KB  |  44 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!mcsun!sun4nl!alchemy!prisma!fred
  3. From: fred@cv.ruu.nl (Fred Appelman)
  4. Subject: Re: help needed on understanding output of 'sar -v' ??
  5. Message-ID: <1992Aug18.183836.14551@cv.ruu.nl>
  6. Date: Tue, 18 Aug 1992 18:38:36 GMT
  7. References: <minh.714146833@lis.rch.unimelb.edu.au>
  8. Organization: University of Utrecht, 3D Computer Vision Research Group
  9. Lines: 33
  10.  
  11. In <minh.714146833@lis.rch.unimelb.edu.au> minh@lis.rch.unimelb.edu.au (Minh Tran) writes:
  12.  
  13.  
  14. >% sar -v 3 5
  15. >
  16. >HP-UX lis A.08.02 D 9000/827    08/19/92
  17. >
  18. >17:03:54 text-sz ov proc-sz ov inod-sz ov file-sz ov
  19. >17:03:57 108/108  0 189/562  0 764/768  0 536/830  0
  20. >17:04:00 108/108  0 189/562  0 764/768  0 536/830  0
  21. >17:04:03 108/108  0 189/562  0 764/768  0 536/830  0
  22. >17:04:06 108/108  0 189/562  0 761/768  0 536/830  0
  23. >17:04:09 108/108  0 189/562  0 761/768  0 536/830  0
  24. >
  25. >    Could someone please give a lesson on the above output from sar
  26. >    what it actually means ??, I have no idea what is text-sz nor all
  27. >    the numbers really meant ??
  28. >    Thanks
  29.  
  30. The -v option reports the status of the process, inode, file, and text
  31. record table. 
  32.  
  33. text-sz   Number of text table entries currently being used/allocated
  34.       in the kernel. 
  35. proc-sz   Number of process table entries currently being used/allocated
  36.       in the kernel.
  37. inod-sz   Number of inode table entries currently being used/allocated 
  38.       in the kernel.
  39. file-sz   Number of file table entries currently being used/allocated in 
  40.       the kerel.
  41.  
  42. ov indicates the number of times a table has overflowed.
  43.  
  44.