systat.1 (1c79dc84fd8139205d766006680557764db837d1) | systat.1 (8d2fbde5040bc61a6c4685c0b8db2289834bc353) |
---|---|
1.\" Copyright (c) 1985, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 203 unchanged lines hidden (view full) --- 212statistics. 213.It Ic iostat 214Display, in the lower window, statistics about processor use 215and disk throughput. Statistics on processor use appear as 216bar graphs of the amount of time executing in user mode (``user''), 217in user mode running low priority processes (``nice''), in 218system mode (``system''), in interrupt mode (``interrupt''), 219and idle (``idle''). Statistics | 1.\" Copyright (c) 1985, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 203 unchanged lines hidden (view full) --- 212statistics. 213.It Ic iostat 214Display, in the lower window, statistics about processor use 215and disk throughput. Statistics on processor use appear as 216bar graphs of the amount of time executing in user mode (``user''), 217in user mode running low priority processes (``nice''), in 218system mode (``system''), in interrupt mode (``interrupt''), 219and idle (``idle''). Statistics |
220on disk throughput show, for each drive, kilobytes of data transferred, 221number of disk transactions performed, and average seek time 222(in milliseconds). This information may be displayed as 223bar graphs or as rows of numbers which scroll downward. Bar | 220on disk throughput show, for each drive, megabytes per second, 221average number of disk transactions per second, and 222average kilobytes of data per transaction. This information may be 223displayed as bar graphs or as rows of numbers which scroll downward. Bar |
224graphs are shown by default. 225.Pp 226The following commands are specific to the 227.Ic iostat 228display; the minimum unambiguous prefix may be supplied. 229.Pp 230.Bl -tag -width Fl -compact 231.It Cm numbers 232Show the disk 233.Tn I/O 234statistics in numeric form. Values are 235displayed in numeric columns which scroll downward. 236.It Cm bars 237Show the disk 238.Tn I/O 239statistics in bar graph form (default). | 224graphs are shown by default. 225.Pp 226The following commands are specific to the 227.Ic iostat 228display; the minimum unambiguous prefix may be supplied. 229.Pp 230.Bl -tag -width Fl -compact 231.It Cm numbers 232Show the disk 233.Tn I/O 234statistics in numeric form. Values are 235displayed in numeric columns which scroll downward. 236.It Cm bars 237Show the disk 238.Tn I/O 239statistics in bar graph form (default). |
240.It Cm msps 241Toggle the display of average seek time (the default is to 242not display seek times). | 240.It Cm kbpt 241Toggle the display of kilobytes per transaction. (the default is to 242not display kilobytes per transaction). |
243.El 244.It Ic swap 245Show information about swap space usage on all the 246swap areas compiled into the kernel. 247The first column is the device name of the partition. 248The next column is the total space available in the partition. 249The 250.Ar Used --- 196 unchanged lines hidden (view full) --- 447.Pp 448.Bl -tag -width Tx -compact 449.It Cm ignore Op Ar drives 450Do not display information about the drives indicated. Multiple 451drives may be specified, separated by spaces. 452.It Cm display Op Ar drives 453Display information about the drives indicated. Multiple drives 454may be specified, separated by spaces. | 243.El 244.It Ic swap 245Show information about swap space usage on all the 246swap areas compiled into the kernel. 247The first column is the device name of the partition. 248The next column is the total space available in the partition. 249The 250.Ar Used --- 196 unchanged lines hidden (view full) --- 447.Pp 448.Bl -tag -width Tx -compact 449.It Cm ignore Op Ar drives 450Do not display information about the drives indicated. Multiple 451drives may be specified, separated by spaces. 452.It Cm display Op Ar drives 453Display information about the drives indicated. Multiple drives 454may be specified, separated by spaces. |
455.It Cm only Op Ar drives 456Display only the specified drives. Multiple drives may be specified, 457separated by spaces. 458.It Cm drives 459Display a list of available devices. 460.It Cm match Ar type,if,pass Op Ar | ... 461Display devivces matching the given pattern. The basic matching 462expressions are the same as those used in 463.Xr iostat 8 464with one difference. Instead of specifying multiple 465.Fl t 466arguments which are then ORed together, the user instead specifys multiple 467matching expressions joined by the pipe ( | ) character. The comma 468separated arguments within each matching expression are ANDed together, and 469then the pipe separated matching expressions are ORed together. Any 470device matching the combined expression will be displayed, if there is room 471to display it. For example: 472.Pp 473.Dl match da,scsi | cd,ide 474.Pp 475This will display all SCSI Direct Access devices and all IDE CDROM devices. 476.Pp 477.Dl match da | sa | cd,pass 478.Pp 479This will display all Direct Access devices, all Sequential Access devices, 480and all passthrough devices that provide access to CDROM drives. |
|
455.El 456.Sh SEE ALSO 457.Xr iostat 1 , 458.Xr netstat 1 , 459.Xr vmstat 1 , 460.Xr icmp 4 , 461.Xr ip 4 , 462.Xr tcp 4 , --- 48 unchanged lines hidden --- | 481.El 482.Sh SEE ALSO 483.Xr iostat 1 , 484.Xr netstat 1 , 485.Xr vmstat 1 , 486.Xr icmp 4 , 487.Xr ip 4 , 488.Xr tcp 4 , --- 48 unchanged lines hidden --- |