ProcessMemory
This gem extends Process
module with memory
method, which returns memory usage in kilobytes, without swap.
Process.memory
# => 112884
Project
This gem extends Process
module with memory
method, which returns memory usage in kilobytes, without swap.
Process.memory
# => 112884