Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pfstat(1) [osf1 man page]

pfstat(1)						      General Commands Manual							 pfstat(1)

NAME
pfstat - Print packet filter status information SYNOPSIS
/usr/bin/pfstat [options] OPTIONS
If no options are given, all are assumed (except for the verbose option, -v). Counts. Displays various counts (per ethernet unit) includ- ing number of packets sent and received, the number of packets dropped due to full input queues, the number of packets not wanted by any filter, and the number of packets missed by the interface. Descriptors. Displays OpenDescriptors for each minor device. Filters. Dis- plays packet filters for each minor device. Parameters. Displays device parameters including device type, header and address lengths, maximum transmission units (MTU), and interface and broadcast addresses. QueueElements. Displays the QueueElements. Scavenger. Displays the FreeQueue and Scavenger statistics. Verbose. Displays information for minor devices not actually in use and complete queue informa- tion, only if this option is given. Limits output to information about specified units. If no digits are given, all units are displayed. Valid digits are 0 to 7. DESCRIPTION
The pfstat command interprets the data structures of the packet filter driver packetfilter(7). The data structures are contained in /dev/kmem. RESTRICTIONS
By default, some of the output might not be easily read on an 80-character line. You might want to use some of the options to obtain a less verbose but more readable listing. Because of the dynamic nature of a running system, pfstat might not provide a consistent view of the system. You should use this command for analyzing static or slowly-varying problems, not transient ones. OUTPUT FORMAT
This section describes the information displayed in the output of the pfstat command under the headings AllDescriptors, Filters, and QueueElts. AllDescriptors Minor device number for open descriptor. Descriptor location. Forward link to other descriptors. Blank, or one of the following: Waiting for input, indefinite wait Waiting for input, timed wait Has timed out Addresses of ``Queue Elements'' for waiting packets. Number of packets queued for input/maximum for this queue. Timeout duration in clock ticks (if the -v [Verbose] option is not given, the times may be expressed as minutes [with a trailing ``m''], hours [with a trailing ``h''], or simply ``long'', to keep the columns lined up.) Shows which mode bits are set for the minor device; each bit is encoded as a single character: ENHOLDSIG ENBATCH ENTSTAMP ENPROMISC ENNONEXCL ENCOPYALL ENBPFHDR An unknown mode bit is set. Signal number to be delivered when a packet arrives. Process to be signaled when a packet arrives. Process id which enabled the signal. Filters Minor device number of filter. Count of packets accepted by this filter. Count of ``recent'' drops for this filter. Priority of filter. (Not applicable to BPF-style filters.) Length of filter (in shortwords). See packetfilter(7) for interpretation of packet filters. See bpf(7) for interpretation of BPF-style filters. QueueElts Location of queue element. Forward and backward links. Packet size. Reference count for queue element. Per-packet flag bits set; each bit is encoded as a single character: ENSF_PROMISC ENSF_BROADCAST ENSF_MULTICAST ENSF_TRAILER An unknown flag bit is set. Count of packets dropped between the time previous packet was queued and the time this packet was queued. Approximate time this packet was received. FILES
Default source of tables SEE ALSO
Commands: netstat(1), pfconfig(8) Files: bpf(7), packetfilter(7) pfstat(1)

Check Out this Related Man Page

pppstats(8)						      System Manager's Manual						       pppstats(8)

NAME
pppstats - Print Point-to-Point Protocol (PPP) statistics SYNOPSIS
/usr/sbin/pppstats [-a] [-v] [-r] [-c count] [-w secs] [interface] [-z] OPTIONS
Displays absolute values rather than deltas. With this option, all reports show statistics for the time since the link was initiated. Without this option, the second and subsequent reports show statistics for the time since the last report. Repeats the display count times. The default repeat count is 1 if the -w option is not specified, otherwise infinity. Displays the overall packet compression rate. The rate value is between 0 and 1, with 0 meaning that the data is incompressible. Displays additional statistics, such as the number of packets ignored (rejected by the VJ TCP header decompression code). Pauses wait seconds between each display. If this option is not spec- ified, the default interval is 5 seconds. Instead of the standard display, show statistics indicating the performance of the packet com- pression algorithm in use. See the STATISTICS section for further information on this option. DESCRIPTION
The pppstats utility reports PPP-related statistics at regular intervals for the specified PPP interface. If interface is unspecified, it will default to ppp0. The display is split horizontally into input and output sections containing columns of statistics describing the properties and volume of packets received and transmitted by the interface. STATISTICS The following fields are printed on the input side when the -z option is not used: The total number of bytes received by this interface. The total number of packets received by this interface. The number of header-compressed TCP packets received by this interface. The num- ber of header-uncompressed TCP packets received by this interface. Not reported when the -r option is specified. The number of corrupted or bogus header-compressed TCP packets received by this interface. Not reported when the -r option is specified. The number of VJ header- compressed TCP packets dropped on reception by this interface because of preceding errors. Only reported when the -v option is specified. The total number of non-TCP packets received by this interface. Only reported when the -v option is specified. The compression ratio achieved for received packets by the packet compression scheme in use, defined as the uncompressed size divided by the compressed size. Only reported when the -r option is specified. The total number of bytes received, after decompression of compressed packets. Only reported when the -r option is specified. The following fields are printed on the output side: The total number of bytes transmitted from this interface. The total number of pack- ets transmitted from this interface. The number of TCP packets transmitted from this interface with VJ-compressed TCP headers. The number of TCP packets transmitted from this interface with VJ-uncompressed TCP headers. Not reported when the -r option is specified. The total number of non-TCP packets transmitted from this interface. Not reported when the -r option is specified. The number of searches for the cached header entry for a VJ header compressed TCP packet. Only reported when the -v option is specified. The number of failed searches for the cached header entry for a VJ header compressed TCP packet. Only reported when the -v option is specified. The compression ratio achieved for transmitted packets by the packet compression scheme in use, defined as the size before compression divided by the compressed size. Only reported when the -r option is specified. The total number of bytes to be transmitted, before packet compression is applied. Only reported when the -r option is specified. When the -z option is specified, pppstats displays the following fields, relating to the packet compression algorithm currently in use. If packet compression is not in use, these fields all display zeroes. The fields displayed on the input side are: The number of bytes of com- pressed packets received. The number of compressed packets received. The number of bytes of incompressible packets (that is, those which were transmitted in uncompressed form) received. The number of incompressible packets received. The recent compression ratio for incoming packets, defined as the uncompressed size divided by the compressed size (including both compressible and incompressible packets). The fields displayed on the output side are: The number of bytes of compressed packets transmitted. The number of compressed packets transmitted. The number of bytes of incompressible packets transmitted (that is, those which were transmitted in uncompressed form). The number of incompressible packets transmitted. The recent compression ratio for outgoing packets. SEE ALSO
Daemons: pppd(8) pppstats(8)
Man Page