[MognoDB]: How to know the configured parameters without looking at mongod.conf/startup command.
serverCmdLineOpts is the command line option to check the mongod server configured values without looking at mongod.conf or startup script. This is something like standard RDBMS ‘s “SHOW GLOBAL VARIABLES;” It returns a document that reports on the arguments…