0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/debian/mongosniff.1
2010-02-08 13:57:59 -05:00

31 lines
971 B
Groff

.TH MONGOSNIFF "1" "Jan 2010" "10gen" "Mongo Database"
.SH "NAME"
mongosniff \- the Mongo packet analyzer
.SH "SYNOPSIS"
\fBmongosniff [\fIOPTIONS\fR] [\fI<port0> <port1> ...\fR]
.SH "DESCRIPTION"
.PP
\fBmongosniff\fR
is a analyzer tool for analyzing packets coming to your database.
.PP
.SH "OPTIONS"
.TP
.B \-\-forward
Forward all parsed request messages to mongod instance at specified host:port
.TP
.B \-\-source
Source of traffic to sniff, either a network interface or a file containing previously captured packets, in pcap format. If no source is specified, mongosniff will attempt to sniff from one of the machine's network interfaces.
.TP
.B \-\-help
print a short help message.
.TP
.B <port0>
These parameters are used to filter sniffing. By default, only port 27017 is sniffed.
.SH "COPYRIGHT"
.PP
Copyright 2007\-2009 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
.SH "AUTHOR"
Antonin Kral