used_memory_rss_human:以可读格式返回Redis进程占用的物理内存总量 used_memory_peak:内存使用的最大值,表示used_memory峰值 used_memory_peak_human:以可读格式返回内存使用的最大值 total_system_memory:系统总内存 total_system_memory_human:以可读格式返回系统总内存 used_memory_lua:Lua进程使用内存 used_memory...
total_system_memory_human: 以可读的格式返回total_system_memory。 used_memory_lua: lua引擎消耗的内存总量。 used_memory_lua_human: 以可读的格式返回used_memory_lua。 maxmemory: Redis最大可用内存。 maxmemory_human: 以可读的格式返回maxmemory。 maxmemory_policy: 达到最大可用内存时使用的淘汰策略。 mem_...
used_memory_peak_human:1023.99M used_memory_peak_perc:100.00% used_memory_overhead:1048576000 used_memory_startup:1024000 used_memory_dataset:23929848 used_memory_dataset_perc:2.23%allocator_allocated:1072693248 allocator_active:1090519040 allocator_resident:1090519040 total_system_memory:16777216000 total_s...
used_memory_rss_human:以可读格式返回Redis进程占用的物理内存总量 used_memory_peak:内存使用的最大值,表示used_memory峰值 used_memory_peak_human:以可读格式返回内存使用的最大值 total_system_memory:系统总内存 total_system_memory_human:以可读格式返回系统总内存 used_memory_lua:Lua进程使用内存 used_memory...
used_memory_peak:内存使用的最大值,表示used_memory峰值 used_memory_peak_human:以可读格式返回内存使用的最大值 total_system_memory:系统总内存 total_system_memory_human:以可读格式返回系统总内存 used_memory_lua:Lua进程使用内存 used_memory_lua_human:以可读格式返回Lua进程使用内存 ...
total_system_memory_human:以更直观的可读格式显示整个系统内存 used_memory_lua:Lua脚本存储占用的内存 used_memory_lua_human:以更直观的可读格式显示Lua脚本存储占用的内存 maxmemory:Redis实例的最大内存配置 maxmemory_human:以更直观的可读格式显示Redis实例的最大内存配置 ...
total_system_memory_human:755.07G used_memory_lua:142336 used_memory_lua_human:139.00K used_memory_scripts:6576 used_memory_scripts_human:6.42K number_of_cached_scripts:13maxmemory:17179869184 maxmemory_human:16.00G maxmemory_policy:volatile-lru ...
used_memory_peak_human:1.50G used_memory_peak_perc:66.75% used_memory_overhead:253906398 used_memory_startup:766152 used_memory_dataset:819835338 used_memory_dataset_perc:76.41% total_system_memory:67535904768 total_system_memory_human:62.90G ...
通过redisl-cli连接到Redis,执行info memory命令,重点查看used_memory_rss_human、total_system_memory_human、maxmemory_human几个参数 maxmemory_human如果为0,表示不限制Redis的内存使用,通常不建议这样配置 当used_memory_human_rss达到maxmemory(如果maxmemory配置为0,则参考total_system_memory_human)的90%时容易产生...
4、Memory内存信息 内存总量(字节数) used_memory:854280 内存总量(更方便查看的格式) used_memory_human:834.26K 已分配的内存总量 used_memory_rss:8388608 used_memory_rss_human:8.00M 内存消耗峰值 used_memory_peak:854280 used_memory_peak_human:834.26K ...