mongostat

Langue: en

Version: March 2010 (ubuntu - 24/10/10)

Section: 1 (Commandes utilisateur)

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 2010 10gen

SEE ALSO

For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.

AUTHOR

Eliot Horowitz