[BACK]Return to systat.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / systat

Diff for /src/usr.bin/systat/systat.1 between version 1.92 and 1.93

version 1.92, 2011/04/29 05:48:04 version 1.93, 2012/01/30 14:35:50
Line 295 
Line 295 
 and mbuf cluster pool statistics of each network interface.  and mbuf cluster pool statistics of each network interface.
 .It Ic netstat  .It Ic netstat
 Display network connections.  Display network connections.
 By default, network servers awaiting requests are not displayed.  
 Each address  Each address
 is displayed in the format  is displayed numerically in the format
 .Dq host:port ,  .Dq host:port .
 with each shown symbolically, when possible.  By default, network servers awaiting requests are not displayed.
 .\"It is possible to have addresses displayed numerically,  It is also possible to have addresses displayed symbolically,
 .\"limit the display to a set of ports, hosts, and/or protocols  when possible, and limit the display to a set of protocols
 .\"(the minimum unambiguous prefix may be supplied):  (the minimum unambiguous prefix may be supplied):
 .\".Bl -tag -width Ar  .Bl -tag -width Ar
 .\".It Cm all  .It Cm all
 .\"Toggle the displaying of server processes awaiting requests (this  Toggle the displaying of server processes awaiting requests (this
 .\"is the equivalent of the  is the equivalent of the
 .\".Fl a  .Fl a
 .\"flag to  flag to
 .\".Xr netstat 1 ) .  .Xr netstat 1 ) .
 .\".It Cm display Op Ar items  .It Cm names
 .\"Display information about the connections associated with the  Display network addresses symbolically.
 .\"specified hosts or ports.  .It Cm numbers
 .\"As for  Display network addresses numerically.
 .\".Ar ignore ,  .It Cm reset
 .\".Ar items  Reset matching mechanisms to the default.
 .\"may be names or numbers.  
 .\".It Cm ignore Op Ar items  
 .\"Do not display information about connections associated with  
 .\"the specified hosts or ports.  
 .\"Hosts and ports may be specified  
 .\"by name  
 .\".Pf ( Dq vangogh ,  
 .\".Dq ftp ) ,  
 .\"or numerically.  
 .\"Host addresses  
 .\"use the Internet dot notation  
 .\".Pq Dq 128.32.0.9 .  
 .\"Multiple items  
 .\"may be specified with a single command by separating them with  
 .\"spaces.  
 .\".It Cm names  
 .\"Display network addresses symbolically.  
 .\".It Cm numbers  
 .\"Display network addresses numerically.  
 .\".It Cm reset  
 .\"Reset the port, host, and protocol matching mechanisms to the default  
 .\"(any protocol, port, or host).  
 .\".It Cm show Oo  .\".It Cm show Oo
 .\".Ar protocols \*(Ba ports \*(Ba hosts  .\".Ar protocols \*(Ba ports \*(Ba hosts
 .\".Oc  .\".Oc
Line 348 
Line 325 
 .\"If an argument is supplied to  .\"If an argument is supplied to
 .\".Cm show ,  .\".Cm show ,
 .\"then only the requested information will be displayed.  .\"then only the requested information will be displayed.
 .\".It Cm tcp \*(Ba udp \*(Ba all  .It Cm tcp \*(Ba udp
 .\"Display only network connections using the indicated protocol.  Display only network connections using the indicated protocol.
 .\".El  .El
 .It Ic nfsclient  .It Ic nfsclient
 Display statistics about NFS client activity.  Display statistics about NFS client activity.
 Output resembles  Output resembles

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93