blob: 5106781fe860c55a7db681578a2568cad5fbddd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"MALLOC-STATS": {
"summary": "Show allocator internal stats",
"complexity": "Depends on how much memory is allocated, could be slow",
"group": "server",
"since": "4.0.0",
"arity": 2,
"container": "MEMORY",
"function": "memoryCommand",
"command_tips": [
"NONDETERMINISTIC_OUTPUT",
"REQUEST_POLICY:ALL_SHARDS",
"RESPONSE_POLICY:SPECIAL"
]
}
}
|