Linux: Returns information about the memory usage of the computer.
The function may be called with one the following keywords:
- total
- free
- used
- shared
- cached
- buffers
- swaptotal
- swapfree
- swapused
The returned values are in kB. If the function is called without
an argument, the file /proc/meminfo is displayed.