!7 p { for (MemoryPoolMXBean b : ManagementFactory.getMemoryPoolMXBeans()) { print (b.getName() + ": " + b.getUsage()); } }