home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!mcsun!sun4nl!alchemy!prisma!fred
- From: fred@cv.ruu.nl (Fred Appelman)
- Subject: Re: help needed on understanding output of 'sar -v' ??
- Message-ID: <1992Aug18.183836.14551@cv.ruu.nl>
- Date: Tue, 18 Aug 1992 18:38:36 GMT
- References: <minh.714146833@lis.rch.unimelb.edu.au>
- Organization: University of Utrecht, 3D Computer Vision Research Group
- Lines: 33
-
- In <minh.714146833@lis.rch.unimelb.edu.au> minh@lis.rch.unimelb.edu.au (Minh Tran) writes:
-
-
- >% sar -v 3 5
- >
- >HP-UX lis A.08.02 D 9000/827 08/19/92
- >
- >17:03:54 text-sz ov proc-sz ov inod-sz ov file-sz ov
- >17:03:57 108/108 0 189/562 0 764/768 0 536/830 0
- >17:04:00 108/108 0 189/562 0 764/768 0 536/830 0
- >17:04:03 108/108 0 189/562 0 764/768 0 536/830 0
- >17:04:06 108/108 0 189/562 0 761/768 0 536/830 0
- >17:04:09 108/108 0 189/562 0 761/768 0 536/830 0
- >
- > Could someone please give a lesson on the above output from sar
- > what it actually means ??, I have no idea what is text-sz nor all
- > the numbers really meant ??
- > Thanks
-
- The -v option reports the status of the process, inode, file, and text
- record table.
-
- text-sz Number of text table entries currently being used/allocated
- in the kernel.
- proc-sz Number of process table entries currently being used/allocated
- in the kernel.
- inod-sz Number of inode table entries currently being used/allocated
- in the kernel.
- file-sz Number of file table entries currently being used/allocated in
- the kerel.
-
- ov indicates the number of times a table has overflowed.
-
-