Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Normally the Linux memory script uses /proc/meminfo to display free memory. I think this sucks since the information might better be retrieved from the command "free". Therefore I've learned perl and wrote this:
Why do you think using free is better than reading the info from /proc? free just reads and parses the information in /proc the same way vmstat, top, and ps do.