summaryrefslogtreecommitdiffstats
path: root/src/commands/memory-malloc-stats.json
blob: 5ef6a31c4080779582f06387f3c5ad8a5f6f582f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "MALLOC-STATS": {
        "summary": "Returns the allocator statistics.",
        "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"
        ],
        "reply_schema": {
            "type": "string",
            "description": "The memory allocator's internal statistics report."
        }
    }
}