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
tcplog_dumper(1) FreeBSD General Commands Manual tcplog_dumper(1)

tcplog_dumper
Gather the data from the tcp logs.

tcplog_dumper [-dhJ] [-D output-directory] [-f input-file] [-p pid-file] [-u username]

The tcplog_dumper utility is designed pull data from the TCP log buffers. It then writes appropriate records to disk. At present, it only supports the black box log records.

The options are as follows:

Store the output files in output-directory. Each record creates a separate file. In addition, tcplog_dumper keeps a record of all the files it produces in a file named "records". All of these files are stored in output-directory.
Daemonize the process.
Read the input from input-file.
Display the help message.
Compress the output using the XZ format.
Write the PID to pid-file.
After opening the input file, set the UID and GID to those of username. (By default, the program will try to become user "nobody".)

All the flags are optional. To see the default values compiled into the program, use the -h option.

xz(1)

The syslog integration is not complete; hence, all the output comes to the controlling terminal.

There are many places where the program simply crashes rather than try to recover from an error. (However, these are not all bugs as there is no way to gracefully recover from a loss of synchronization with a stream of protocol data.)

October 31, 2016 FreeBSD 13.1-RELEASE

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

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