Skip to content

Instantly share code, notes, and snippets.

View titiomm's full-sized avatar

Thomas Cuvillier titiomm

View GitHub Profile
@kgorman
kgorman / gist:134896c7414fde8e090b
Last active November 1, 2022 10:58
MongoDB Profiler Cheat Sheet
// a list of useful queries for profiler analysis. Starting with the most basic.
// 2.4 compatible
//
// output explained:
//
{
"ts" : ISODate("2012-09-14T16:34:00.010Z"), // date it occurred
"op" : "query", // the operation type
"ns" : "game.players", // the db and collection