Skip to content

Instantly share code, notes, and snippets.

@meotimdihia
Created November 20, 2012 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meotimdihia/afecec63a994f8f7fd8a to your computer and use it in GitHub Desktop.
Save meotimdihia/afecec63a994f8f7fd8a to your computer and use it in GitHub Desktop.
profile
"command": {
"aggregate": "ads_view",
"pipeline": {
"0": {
"$group": {
"_id": "$campaign",
"action": {
"$sum": 1
}
}
}
}
},
"ntoreturn": NumberInt(1),
"keyUpdates": NumberInt(0),
"numYield": NumberInt(2521),
"lockStats": {
"timeLockedMicros": {
"r": NumberLong(3668613),
"w": NumberLong(0)
},
"timeAcquiringMicros": {
"r": NumberLong(1844322),
"w": NumberLong(23778)
}
},
"responseLength": NumberInt(5568),
"millis": NumberInt(1845▼),
"client": "192.168.3.40",
"user": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment