Query: ipppstats
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IPPPSTATS(8) Linux System Administration IPPPSTATS(8)NAMEpppstats - print PPP statisticsSYNOPSISpppstats [ -v ] [ -r ] [ -c ] [ -i <secs> ] [ <unit#> ]DESCRIPTIONpppstats prints PPP-related statistics. The -v flag causes pppstats to display additional statistics, such as the number of packets tossed (that is, which the VJ TCP header decom- pression code rejected). The -r flag causes pppstats to display the overall packet compression rate. The rate value is between 0 and 1, with 0 meaning that the data is incompressible. The -c flag is used to specify an alternate display mode that shows packet compression statistics: the number of packets and bytes uncom- pressed (that is, before compression or after decompression), compressed, and incompressible (packets which did not shrink on compression and were transmitted uncompressed), and the recent compression rate. This rate reflects the recent performance of the compression code rather than the overall rate achieved since compression was enabled. The -i flag is used to specify the interval between printouts. The default is 5 seconds. <unit#> specifies which interface to use for gathering statistics. isdn4k-utils-3.25 1997/10/26 IPPPSTATS(8)
Related Man Pages |
---|
pppstats(8) - linux |
pppstats(8) - debian |
pppstats(1m) - sunos |
pppstats(8) - suse |
ng_vjc(4) - plan9 |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Detecting unused variables... |
One instance of comparing grep and awk |