a little error in tutorial How to Investigate MongoDB Query Performance
db.system.profile.find({"op" : {$eq:"query"}}, {
"query" : NumberInt(1) ),
"millis": NumberInt(1)
}
).sort({millis:-1},{$limit:10}).pretty()
there is a parenthesis in too in line 2
1
vote
Eric Macarez
shared this idea