Ze command
Description
Show how much memory the daemon is using, from the OS's view.
Returns VmRSS, VmSize, VmSwap, and thread count from /proc/self/status
(Linux only). This is what the operating system reports the process is
using. For the Go runtime allocator view (heap, GC), use
'show runtime memory'.
Arguments
No command-specific arguments listed.