You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commands/info.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -453,7 +453,7 @@ It won't be included when `INFO` or `INFO ALL` are called, and it is returned on
453
453
*`eventloop_duration_cron_sum`: Total time consumption of cron in microseconds (including serverCron and beforeSleep, but excluding IO and AOF flushing)
454
454
*`eventloop_duration_max`: The maximal time spent in a single eventloop cycle in microseconds
455
455
*`eventloop_cmd_per_cycle_max`: The maximal number of commands processed in a single eventloop cycle
456
-
*`allocator_allocated_lua`: Total bytes allocated form the allocator specifically for Lua, including internal-fragmentation.
456
+
*`allocator_allocated_lua`: Total bytes allocated from the allocator specifically for Lua, including internal-fragmentation.
457
457
*`allocator_active_lua`: Total bytes in the allocator active pages specifically for Lua, this includes external-fragmentation.
458
458
*`allocator_resident_lua`: Total bytes resident (RSS) in the allocator specifically for Lua, this includes pages that can be released to the OS (by `MEMORY PURGE`, or just waiting).
459
459
*`allocator_frag_bytes_lua`: Delta between `allocator_active_lua` and `allocator_allocated_lua`.
0 commit comments