=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/systat.1,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/systat/systat.1 1998/09/01 16:38:25 1.7 --- src/usr.bin/systat/systat.1 1998/09/27 16:57:54 1.8 *************** *** 1,4 **** ! .\" $OpenBSD: systat.1,v 1.7 1998/09/01 16:38:25 deraadt Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: systat.1,v 1.8 1998/09/27 16:57:54 aaron Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 *************** *** 48,54 **** .Op Ar display .Op Ar refresh-interval .Sh DESCRIPTION ! .Nm Systat displays various system statistics in a screen oriented fashion using the curses screen display library, .Xr curses 3 . --- 48,54 ---- .Op Ar display .Op Ar refresh-interval .Sh DESCRIPTION ! .Nm systat displays various system statistics in a screen oriented fashion using the curses screen display library, .Xr curses 3 . *************** *** 86,92 **** Extract values associated with the name list from .Ar core instead of the default ! .Pa /dev/mem . .It Fl N Ar system Extract the name list from .Ar system --- 86,92 ---- Extract values associated with the name list from .Ar core instead of the default ! .Pa /dev/kmem . .It Fl N Ar system Extract the name list from .Ar system *************** *** 180,186 **** number of disk transactions performed, and time spent in disk accesses (in milliseconds). This information may be displayed as bar graphs or as rows of numbers which scroll downward. Bar ! graphs are shown by default; .Pp The following commands are specific to the .Ic iostat --- 180,186 ---- number of disk transactions performed, and time spent in disk accesses (in milliseconds). This information may be displayed as bar graphs or as rows of numbers which scroll downward. Bar ! graphs are shown by default. .Pp The following commands are specific to the .Ic iostat *************** *** 209,217 **** .Ar Used column indicates the total blocks used so far; the graph shows the percentage of space in use on each partition. ! If there are more than one swap partition in use, a total line is also shown. ! Areas known to the kernel, but not in use are shown as not available. .It Ic mbufs Display, in the lower window, the number of mbufs allocated for particular uses, i.e. data, socket structures, etc. --- 209,217 ---- .Ar Used column indicates the total blocks used so far; the graph shows the percentage of space in use on each partition. ! If there is more than one swap partition in use, a total line is also shown. ! Areas known to the kernel but not in use are shown as not available. .It Ic mbufs Display, in the lower window, the number of mbufs allocated for particular uses, i.e. data, socket structures, etc. *************** *** 223,243 **** etc. .Pp The upper left quadrant of the screen shows the number ! of users logged in and the load average over the last one, five, ! and fifteen minute intervals. Below this line are statistics on memory utilization. The first row of the table reports memory usage only among ! active processes, that is processes that have run in the previous twenty seconds. The second row reports on memory usage of all processes. The first column reports on the number of physical pages claimed by processes. The second column reports the number of physical pages that ! are devoted to read only text pages. The third and fourth columns report the same two figures for ! virtual pages, that is the number of pages that would be needed if all processes had all of their pages. ! Finally the last column shows the number of physical pages on the free list. .Pp Below the memory display is a list of the average number of processes --- 223,243 ---- etc. .Pp The upper left quadrant of the screen shows the number ! of users logged in and the load average over the last 1, 5, ! and 15 minute intervals. Below this line are statistics on memory utilization. The first row of the table reports memory usage only among ! active processes, that is, processes that have run in the previous twenty seconds. The second row reports on memory usage of all processes. The first column reports on the number of physical pages claimed by processes. The second column reports the number of physical pages that ! are devoted to read-only text pages. The third and fourth columns report the same two figures for ! virtual pages, that is, the number of pages that would be needed if all processes had all of their pages. ! Finally, the last column shows the number of physical pages on the free list. .Pp Below the memory display is a list of the average number of processes *************** *** 276,283 **** brought in and out per second over the last refresh interval due to swap requests initiated by the scheduler. The first row of the display shows the average ! number of disk transfers per second over the last refresh interval; ! the second row of the display shows the average number of pages transferred per second over the last refresh interval. .Pp Running down the right hand side of the display is a breakdown --- 276,283 ---- brought in and out per second over the last refresh interval due to swap requests initiated by the scheduler. The first row of the display shows the average ! number of disk transfers per second over the last refresh interval. ! The second row of the display shows the average number of pages transferred per second over the last refresh interval. .Pp Running down the right hand side of the display is a breakdown *************** *** 380,386 **** Display information about the connections associated with the specified hosts or ports. As for .Ar ignore , ! .Op Ar items may be names or numbers. .It Cm show Op Ar ports\&|hosts Show, on the command line, the currently selected protocols, --- 380,386 ---- Display information about the connections associated with the specified hosts or ports. As for .Ar ignore , ! .Ar items may be names or numbers. .It Cm show Op Ar ports\&|hosts Show, on the command line, the currently selected protocols, *************** *** 425,441 **** .Sh FILES .Bl -tag -width /etc/networks -compact .It Pa /bsd ! For the namelist. .It Pa /dev/kmem ! For information in main memory. .It Pa /dev/drum ! For information about swapped out processes. .It Pa /etc/hosts ! For host names. .It Pa /etc/networks ! For network names. .It Pa /etc/services ! For port names. .El .Sh HISTORY The --- 425,441 ---- .Sh FILES .Bl -tag -width /etc/networks -compact .It Pa /bsd ! for the namelist .It Pa /dev/kmem ! for information in main memory .It Pa /dev/drum ! for information about swapped out processes .It Pa /etc/hosts ! or host names .It Pa /etc/networks ! for network names .It Pa /etc/services ! or port names .El .Sh HISTORY The