Forwarded message:
>
> > I need to write a script that will return how much memory (RAM) is on
> a
> > system as well as how much of it is being used. Can anyone assist?
>
> If this is done under UNIX/Linux, it might be easier than you think: just
> poke around the proc filesystem and you might find that all you need is
> really there....
>
> -Federico
Under Linux:
@array_of_information=split(`cat /proc/meminfo`);
-T
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm
- RE: [Boston.pm] Is there a module to access me... Chris Devers
- Re: [Boston.pm] Is there a module to access me... Mike Williams
- Re: [Boston.pm] Is there a module to acces... Andrew M. Langmead
- RE: [Boston.pm] Is there a module to a... Tal Cohen
- Re: [Boston.pm] Is there a module... Andrew M. Langmead
- Re: [Boston.pm] Is there a module to access memory usag... William Goedicke
- Re: [Boston.pm] Is there a module to access memory usag... Federico Lucifredi
- Re: [Boston.pm] Is there a module to access memory... Mike Burns
- Re: [Boston.pm] Is there a module to access me... Federico Lucifredi
- Re: [Boston.pm] Is there a module to access memory usag... Timothy Kohl
- Re: [Boston.pm] Is there a module to access memory... Chris Devers
- Re: [Boston.pm] Is there a module to access me... Timothy Kohl
- Re: [Boston.pm] Is there a module to acces... Chris Devers
- Re: [Boston.pm] Is there a module to a... Federico Lucifredi
- Re: [Boston.pm] Is there a module... Chris Devers

