!7 p-tt { gc(); for (MemoryPoolMXBean b : ManagementFactory.getMemoryPoolMXBeans()) { print (padLeft(toK(b.getUsage().getCommitted()), 7) + "K committed: " + b.getName() + ": " + b.getUsage()); } }