1MONGOSNIFF(1) Mongo Database MONGOSNIFF(1)
2
3
4
6 mongosniff - the Mongo packet analyzer
7
9 mongosniff [OPTIONS] [<port0> <port1> ...]
10
12 mongosniff is a analyzer tool for analyzing packets coming to your
13 database.
14
16 --forward
17 Forward all parsed request messages to mongod instance at speciā
18 fied host:port
19
20 --source
21 Source of traffic to sniff, either a network interface or a file
22 containing previously captured packets, in pcap format. If no
23 source is specified, mongosniff will attempt to sniff from one
24 of the machine's network interfaces.
25
26 --help print a short help message.
27
28 <port0>
29 These parameters are used to filter sniffing. By default, only
30 port 27017 is sniffed.
31
33 Copyright 2007-2009 10gen
34
36 For more information, please refer to the MongoDB wiki, available at
37 http://www.mongodb.org.
38
40 Antonin Kral
41
42
43
4410gen Jan 2010 MONGOSNIFF(1)