README

Name Linux::Proc::Statm

Usage

 use Linux::Proc::Statm;
 my %meminfo = get-statm(42); #get info for the pid 42
 say %meminfo<data>; # data + stack size
 say get-statm.perl; #use $*PID
 say get-statm-human<data>; # 54.552 kB

Values are given in Kb by default. You can change this behavior by passing a :unit named parameter with etheir b, k or m according to the unit you want.

say get-statm-human(:unit<m>)<data>; # 53 mB

Author

Sylvain "Skarsnik" Colinet [email protected]

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.