Description
I couldn't find any mention of the db.serverCmdLineOpts() command in the current manual, although it seems to have been around since MongoDB 1.7: https://github.com/mongodb/mongo/commit/b5803d86
It's perhaps no longer needed since you can also use:
db.adminCommand("getCmdLineOpts")
.. so not sure if this should be documented.