> db.adminCommand( { serverStatus : 1 , workingSet : 1 } ).workingSet
{
"note" : "thisIsAnEstimate",
"pagesInMemory" : 412,
"computationTimeMicros" : 4405
}
> db.adminCommand( { serverStatus : 1 , workingSet : 1 } ).workingSet
{
"note" : "thisIsAnEstimate",
"pagesInMemory" : 412,
"computationTimeMicros" : 4405
}