GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PFSTATD(8) FreeBSD System Manager's Manual PFSTATD(8)

pfstatd
small daemon providing pf statistics over network

pfstatd [-d] [-a address] [-p port] [-u user]

The pfstatd daemon queries statistics from the packet filter device pf(4) and returns them in text form to network clients (like pfstat) connecting through TCP.

The options are as follows:

Do not detach from terminal, but stay in foreground and print debug messages to stdout.
address
Accept TCP connections on the specified address only. Default is to accept connections on any address.
port
Listen for TCP connection on the specified port. Default is port 9999.
user
When started as root, drop privileges to the specified user, after opening the device special file /dev/pf. Default is ‘nobody’.

Clients are not authenticated and output is not encrypted. The daemon does not read input from clients and immediately closes connections after writing its output. The daemon requires read (but not write) access to the device special file /dev/pf. The client supports only one concurrent TCP connection, and accepts no more than one connection per second.

pf(4), pfstat(8)
May 11, 2006 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.