NAME
Linux::Statm::Tiny - simple access to Linux /proc/../statm
VERSION
0.0200
SYNOPSIS
use Linux::Statm::Tiny;
my $stats = Linux::Statm::Tiny->new( pid => $$ );
my $size = $stats->size;
INSTALLATION
See How to install CPAN modules.
Required Modules
This distribution requires Perl v5.8.0.
This distribution requires the following modules:
RECENT CHANGES
Enhancements
Added vss and rss as aliases for size and resident.
See the Changes file for a longer revision history.
DESCRIPTION
This class returns the Linux memory stats from /proc/$pid/statm.
SEE ALSO
AUTHOR
Robert Rothenberg rrwo@thermeon.com
COPYRIGHT
Copyright 2014, Thermeon Worldwide, PLC.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.