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