1

Why does Mongo 3.2.6. not show a storage engine when calling db.serverStatus().storageEngine?

Reason for asking is to get more statistics for wiredTiger.

Lex
  • 11
  • 1
  • From v. 3.2 onwards, I presume WiredTiger is default storage engine. – CS_noob Jul 21 '16 at 10:15
  • Are you sure you're using MongoDB 3.2.6? My quick testing shows that `db.serverStatus().storageEngine` is still present. There's also `db.serverStatus().wiredTiger` for more WiredTiger info. – kevinadi Jul 21 '16 at 10:26
  • You can run 'db.version()' in the shell to confirm mongod version. – James Wahlin Jul 21 '16 at 12:52
  • Yes: `mongos> db.version() 3.2.6` Empty result: `mongos> db.serverStatus().storageEngine mongos>` – Lex Jul 21 '16 at 20:06
  • I'm having the same issue, db.serverStatus() doesnt show the storage engine – Buminda Sep 20 '17 at 00:35

0 Answers0