RavenZZ
7/26/2016 - 11:51 PM

Mongodb Get Active Indexing Operations.js

db.currentOp(
    {
      $or: [
        { op: "command", "query.createIndexes": { $exists: true } }
      ]
    }
)