NAME
mongostat - view statistics on a running mongod instance
SYNOPSIS
mongostat [OPTIONS]
DESCRIPTION
mongostat prints statistics on a running mongod instance.
OPTIONS
--help show usage information
-h, --host HOST
mongo host to connect to (use "left,right" for pairs)
-d, --db ARG
db to use
-c, --collection ARG
collection to use (some commands)
-u, --username USERNAME
specify user to log in as
-p, --password PASSWORD
specify password of user (notice there is no space)
COPYRIGHT
Copyright 2010 10gen
SEE ALSO
For more information, please refer to the MongoDB wiki, available at
http://www.mongodb.org.
AUTHOR
Eliot Horowitz