I would like to get the total physical memory, the CPU usage, and and the amount of memory being used. I have looked into Runtime.freeMemory(), but that isn\'t
Runtime.freeMemory()
On Linux you could open /proc/meminfo as a text file and parse the result.