mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
Merge branch 'master' of git@github.com:mongodb/mongo
This commit is contained in:
commit
2cf067a11f
39
debian/mongostat.1
vendored
Normal file
39
debian/mongostat.1
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
.\" Documentation for the MongoDB shell
|
||||
.TH MONGOSTAT "15" "March 2010" "10gen" "Mongo Database"
|
||||
.SH "NAME"
|
||||
mongostat \- view statistics on a running mongod instance
|
||||
.SH "SYNOPSIS"
|
||||
\fBmongostat [\fIOPTIONS\fR]
|
||||
.SH "DESCRIPTION"
|
||||
.PP
|
||||
\fBmongostat\fR
|
||||
prints statistics on a running mongod instance.
|
||||
.SH "OPTIONS"
|
||||
.TP
|
||||
.B \-\-help
|
||||
show usage information
|
||||
.TP
|
||||
.B \-h, \-\-host HOST
|
||||
mongo host to connect to (use "left,right" for pairs)
|
||||
\" .TP
|
||||
\" .B \-\-port PORT
|
||||
\" port to connect to (default PORT=27017)
|
||||
.TP
|
||||
.B \-d, \-\-db ARG
|
||||
db to use
|
||||
.TP
|
||||
.B \-c, \-\-collection ARG
|
||||
collection to use (some commands)
|
||||
.TP
|
||||
.B \-u, \-\-username USERNAME
|
||||
specify user to log in as
|
||||
.TP
|
||||
.B \-p, \-\-password PASSWORD
|
||||
specify password of user (notice there is no space)
|
||||
.SH "COPYRIGHT"
|
||||
.PP
|
||||
Copyright 2010 10gen
|
||||
.SH "SEE ALSO"
|
||||
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
|
||||
.SH "AUTHOR"
|
||||
Eliot Horowitz
|
@ -98,6 +98,7 @@ fi
|
||||
%{_bindir}/mongofiles
|
||||
%{_bindir}/mongoimport
|
||||
%{_bindir}/mongorestore
|
||||
%{_bindir}/mongostat
|
||||
|
||||
%{_mandir}/man1/mongo.1*
|
||||
%{_mandir}/man1/mongod.1*
|
||||
@ -106,6 +107,7 @@ fi
|
||||
%{_mandir}/man1/mongofiles.1*
|
||||
%{_mandir}/man1/mongoimport.1*
|
||||
%{_mandir}/man1/mongosniff.1*
|
||||
%{_mandir}/man1/mongostat.1*
|
||||
%{_mandir}/man1/mongorestore.1*
|
||||
|
||||
%files server
|
||||
|
Loading…
Reference in New Issue
Block a user