ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/redis-8/src/commands/ |
Upload File : |
{
"STATS": {
"summary": "Returns details about memory usage.",
"complexity": "O(1)",
"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": {
"description": "memory usage details",
"type": "object",
"additionalProperties": false,
"properties": {
"peak.allocated": {
"type": "integer"
},
"total.allocated": {
"type": "integer"
},
"startup.allocated": {
"type": "integer"
},
"replication.backlog": {
"type": "integer"
},
"replica.fullsync.buffer": {
"type": "integer"
},
"clients.slaves": {
"type": "integer"
},
"clients.normal": {
"type": "integer"
},
"cluster.links": {
"type": "integer"
},
"aof.buffer": {
"type": "integer"
},
"lua.caches": {
"type": "integer"
},
"script.VMs": {
"type": "integer"
},
"functions.caches": {
"type": "integer"
},
"overhead.db.hashtable.lut": {
"type": "integer"
},
"overhead.db.hashtable.rehashing": {
"type": "integer"
},
"overhead.total": {
"type": "integer"
},
"db.dict.rehashing.count": {
"type": "integer"
},
"keys.count": {
"type": "integer"
},
"keys.bytes-per-key": {
"type": "integer"
},
"dataset.bytes": {
"type": "integer"
},
"dataset.percentage": {
"type": "number"
},
"peak.percentage": {
"type": "number"
},
"allocator.allocated": {
"type": "integer"
},
"allocator.active": {
"type": "integer"
},
"allocator.resident": {
"type": "integer"
},
"allocator.muzzy": {
"type": "integer"
},
"allocator-fragmentation.ratio": {
"type": "number"
},
"allocator-fragmentation.bytes": {
"type": "integer"
},
"allocator-rss.ratio": {
"type": "number"
},
"allocator-rss.bytes": {
"type": "integer"
},
"rss-overhead.ratio": {
"type": "number"
},
"rss-overhead.bytes": {
"type": "integer"
},
"fragmentation": {
"type": "number"
},
"fragmentation.bytes": {
"type": "integer"
}
},
"patternProperties": {
"^db\\.\\d+$": {
"type": "object",
"properties": {
"overhead.hashtable.main": {
"type": "integer"
},
"overhead.hashtable.expires": {
"type": "integer"
}
},
"additionalProperties": false
}
}
}
}
}