summaryrefslogtreecommitdiff
path: root/debian/mongosniff.1
blob: b6f1063e09667063075dce720451ebb56fb5ea3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.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