mongosniff(1) - Linux man page
Name
mongosniff - the Mongo packet analyzerSynopsis
mongosniff [OPTIONS] [<port0> <port1> ...]Description
mongosniff is a analyzer tool for analyzing packets coming to your database.
Options
- --forward
- Forward all parsed request messages to mongod instance at specified host:port
- --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.
- --help
- print a short help message.
- <port0>
- These parameters are used to filter sniffing. By default, only port 27017 is sniffed.
- --help
- show usage information
Copyright
Copyright 2007-2011 10gen