2015-02-08
MongoDB 获得参数和命令行启动选项
mongos> db.adminCommand( { getParameter : "*" } ) { "authOnPrimaryOnly" : true, "enableLocalhostAuthBypass" : true, "enableTestCommands" : 0, "ignoreInitialVersionFailure" : false, "logLevel" : 0, ...
#POST
2 MIN READ