=head1 NAME Linux::Statm::Tiny - simple access to Linux /proc/../statm =head1 VERSION 0.0504 =head1 SYNOPSIS use Linux::Statm::Tiny; my $stats = Linux::Statm::Tiny->new( pid => $$ ); my $size = $stats->size; =head1 INSTALLATION See L. =head2 Required Modules This distribution requires Perl v5.8.8. This distribution requires the following modules: =over 4 =item * L =item * L =item * L (version 0.16) =item * L =back =head1 RECENT CHANGES =head2 Other Changes =over 4 =item * Use namespace::autoclean, as namespace::sweep is deprecated (GitHub #8). =item * Added namespace tests. =item * Added POD tests. =back See the F file for a longer revision history. =head1 DESCRIPTION This class returns the Linux memory stats from F. =head1 SEE ALSO L. =head1 AUTHOR Robert Rothenberg C<< rrwo@thermeon.com >> =head1 COPYRIGHT Copyright 2014-2015, 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.