machine

Machine collects some informations about cpu, memory, processes.

Usage

Machine::Info::Cpu.cores_size
Machine::Info::Memory.mem_total
Machine::Info::Memory.mem_free
Machine::ProcessStatus.new(pid).pctcpu
Machine::ProcessStatus.new(pid).pctmem

Check out the sys-proctable from documentation about ProcessStatus.

MIT. See LICENSE for further details.