# Linux-Statm-Tiny **Repository Path**: mirrors_gitpan/Linux-Statm-Tiny ## Basic Information - **Project Name**: Linux-Statm-Tiny - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =head1 NAME Linux::Statm::Tiny - simple access to Linux /proc/../statm =head1 VERSION 0.0201 =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.0. This distribution requires the following modules: =over 4 =item * L =item * L =back =head1 RECENT CHANGES =head2 Other Changes =over 4 =item * Test prerequisties are explicitly in the test phase. =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, 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.