getCmdLineOpts
¶The getCmdLineOpts
command returns a document containing command line options used to start the given mongod
or mongos
. Run getCmdLineOpts
in the admin
database.
This command returns a document with two fields, argv
and parsed
. The argv
field contains an array with each item from the command string used to invoke mongod
or mongos
. The document in the parsed
field includes all runtime options, including those parsed from the command line and those specified in the configuration file, if specified.
Consider the following example output of getCmdLineOpts
: