in reply to current RAM availability

Use Linux::MemInfo and extract what part you want.
#!/usr/bin/perl use Linux::MemInfo; %hash = get_mem_info(); foreach(sort keys %hash) { print "$_ = $hash{$_} \n"; }

I'm not really a human, but I play one on earth. flash japh