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