diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-06-03 16:08:25 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-06-03 16:08:25 +0000 |
commit | 65834d4b31d050342f5a93e4ba4260ee8691c2c2 (patch) | |
tree | 2f4290f1fc2bea0f2e1df6a99f51de324cbdf8b1 /usr.sbin/pstat | |
parent | 54bb9f535c584f9b724149e85d0a2761d2813c79 (diff) | |
download | src-test2-65834d4b31d050342f5a93e4ba4260ee8691c2c2.tar.gz src-test2-65834d4b31d050342f5a93e4ba4260ee8691c2c2.zip |
Notes
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 7b8bed758c98..318bfde72ff6 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -54,9 +54,9 @@ displays open file entry, swap space utilization, terminal state, and vnode data structures. .Pp -If invoked as +If invoked as .Nm swapinfo -the +the .Fl s option is implied, and only the .Fl k @@ -71,8 +71,8 @@ Print sizes in kilobytes, regardless of the setting of the .Ev BLOCKSIZE environment variable. .It Fl T -Print the number of used and free slots in the several system tables -and is useful for checking to see how large system tables have become +Print the number of used and free slots in several system tables. +This is useful for checking to see how large system tables have become if the system is under heavy load. .It Fl f Print the open file table with these headings: @@ -105,12 +105,12 @@ The file offset (see .Xr lseek 2 ) . .El .It Fl s -Print information about swap space usage on all the +Print information about swap space usage on all the swap areas compiled into the kernel. The first column is the device name of the partition. The next column is -the total space available in the partition. The +the total space available in the partition. The .Ar Used -column indicates the total blocks used so far; the +column indicates the total blocks used so far; the .Ar Available column indicates how much space is remaining on each partition. The @@ -232,7 +232,7 @@ Print the active vnodes. Each group of vnodes corresponding to a particular filesystem is preceded by a two line header. The first line consists of the following: .Bd -ragged -offset indent -.No *** MOUNT Em fstype from +.No *** MOUNT Em fstype from on .Em on fsflags .Ed |