Sponsored Content
Operating Systems BSD PF OpenBSD Network Monitoring Post 302963044 by bestragamuglava on Tuesday 22nd of December 2015 05:55:08 PM
Old 12-22-2015
Apart from pfctl, which is a good choice, there is tcpdump, as well as pftop, pfstat and pfstatd (available as packages).
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Network monitoring

Is there any way to check up the TCP/Ip port connectivity( healthiness ) without using ping or icmp calls ? (2 Replies)
Discussion started by: vikasdeshmukh
2 Replies

2. IP Networking

OpenBSD + Network +ifconfig

This feels really silly, but i just dont get it.. I just installed openbsd on one of my machines, usually i dont have this problem, but now, when i try to use ifconfig to give myself an ipadress, i get this errormsg: OpenAMD# ifconfig ep0 192.168.51.16 ifconfig: SIOCGIFFLAGS: Device not... (5 Replies)
Discussion started by: CopyWrong
5 Replies

3. UNIX for Dummies Questions & Answers

network monitoring software

hi can i know if there is any GUI interface software to help in monitoring the network of the servers i have? something like a web pages or a stock pages when a processes is down, a red colour is flashes. best if it is free ;) (1 Reply)
Discussion started by: legato
1 Replies

4. HP-UX

Monitoring traffic in the network

I Colleagues, Somebody can say me how to monitoring traffic in the network. also I am interested in monitoring memory. if somebody to know a guide with command advanced in unix welcome for me. Thank you for adcanced. (0 Replies)
Discussion started by: systemoper
0 Replies

5. UNIX for Advanced & Expert Users

network configuration on openbsd

Hi all, I got following configuration problem I need to configure tiny network on openbsd I got server1 with 3 interfaces vic0 em0 em1 The interface vic0 on server1 has follwoing IP 172.16.1.1 em0 firstly I would like to configure network under em0 (I have assigned to em0 following... (1 Reply)
Discussion started by: kvok
1 Replies

6. Shell Programming and Scripting

Network Monitoring

My Office Hours between 10 A.M to 5 P.M .I am managing 16 client PCs which is remotely placed. I want to know the network status of every client PCs.I need an automatic trigger mail ,when the network connection is lost in any one of the Client PCs during office hours.I am a self study learner.I... (9 Replies)
Discussion started by: kannansoft1985
9 Replies

7. Infrastructure Monitoring

Monitoring Top Talkers PF OpenBSD

Hi, Though I have some Linux background I'm new to BSD. Currently I'm administering an OpenBSD 5.3 firewall which based on PF. I want to view my top talkers to the internet. If it is a graphical one that's better but I like to know whether it is possible through a command like pfctl a help... (1 Reply)
Discussion started by: amithad
1 Replies
pfstat(8)						      System Manager's Manual							 pfstat(8)

Name
       pfstat - print packet filter status information

Syntax
       /usr/bin/pfstat [ -cdfkpqsv01234567 ] [ system [ corefile ] ]

Description
       The  command interprets the data structures of the packet filter driver If system is given, the required namelist is taken from there; oth-
       erwise, it is taken from If corefile is given, the data structures are sought there, otherwise in (If corefile is a core dump,  the  option
       must be given.)

Options
       If no options are given, then all are assumed (except for the verbose option, ).

       c      Counts.	Displays  various  counts (per ethernet unit) including 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.

       d      Descriptors.  Displays OpenDescriptors for each minor device.

       f      Filters.	Displays packet filters for each minor device.

       k      Specifies the corefile is a crash dump, not a running system's

       p      Parameters.  Displays device parameters including device type, header and address lengths, maximum  transmission	units  (MTU),  and
	      interface and broadcast.	addresses.

       q      QueueElements.  Displays the QueueElements.

       s      Scavenger.  Displays the FreeQueue and Scavenger statistics.

       v      Verbose.	Displays information for minor devices not actually in use and complete queue information, only if this flag is given.

       <digit>
	      Limits output to information about specified units. If no digits are given, all units are displayed.

Restrictions
       Some of the output is a bit cramped to fit on an 80-character line.  It should be possible to get a less verbose but more readable listing.

       Since  things  happen quickly, it is not likely that will provide a consistent view of a running system.  It is mostly useful for analyzing
       static or slowly-varying problems, not transient ones.

Output Format
       This section describes the information displayed in the output of the command under the headings and

	      # 	  Minor device number for open descriptor.

	      LOC	  Descriptor location.

	      LINK-QUEUE  Forward link to other descriptors.

	      STATE	  Blank, or one of:

			  wait	  waiting for input, indefinite wait

			  timed   waiting for input, timed wait

			  tout	  has timed out

	      WAIT-QUEUE  Addresses of ``Queue Elements'' for waiting packets.

	      NQ'D	  Number of packets queued for input/maximum for this queue.

	      TOUT	  Timeout duration in clock ticks (if the [Verbose] option is not given, then times may be expressed as  minutes  [with  a
			  trailing ``m''], hours [with a trailing ``h''], or simply ``long'', to keep the columns lined up.)

	      MODE	  Shows which mode bits are set for the minor device; each bit is encoded as a single character:

			  H  ENHOLDSIG

			  B  ENBATCH

			  T  ENTSTAMP

			  P  ENPROMISC

			  N  ENNONEXCL

			  C  ENCOPYALL

			  ?  An unknown mode bit is set.

	      SIG	  Signal number to be delivered when a packet arrives.

	      PROC	  Process to be signaled when a packet arrives.

	      PID	  Process id which enabled the signal.

	      # 	  Minor device number of filter.

	      COUNT	  Count of packets accepted by this filter.

	      DROPS	  Count of ``recent'' drops for this filter.

	      PRI	  Priority of filter.

	      LEN	  Length of filter (in shortwords).

	      FILTER	  See for interpretation of packet filters.

	      LOC	  Location of queue element.

	      LINK-QUEUE  Forward and backward links.

	      COUNT	  Packet size.

	      REF	  Reference count for queue element.

	      FLAGS	  Per-packet flag bits set; each bit is encoded as a single character:

			  P  ENSF_PROMISC

			  B  ENSF_BROADCAST

			  M  ENSF_MULTICAST

			  T  ENSF_TRAILER

			  ?  An unknown flag bit is set.

	      DROP	  Count of packets dropped between the time previous packet was queued and the time this packet was queued.

	      TIME	  Approximate time this packet was received.

Files
       Namelist

       Default source of tables

See Also
       netstat(1), packetfilter(4), pfconfig(8c), pstat(8)

																	 pfstat(8)
All times are GMT -4. The time now is 09:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy