f422304cbd
Get information about memory and swap usage from perl PR: 125944 Submitted by: terry@sucked-in.com
6 lines
256 B
Text
6 lines
256 B
Text
Sys::MemInfo return the total amount of free and used
|
|
physical memory in bytes in totalmem and freemem variables.
|
|
Total amount of free and user swap memory are alse returned
|
|
in totalswap and freeswap variables.
|
|
|
|
WWW: http://search.cpan.org/dist/Sys-Cpu/
|