static long memoryBeans_totalCommitted() { long totalCommitted = 0; for (b : memoryPoolMXBeans()) totalCommitted += b.getUsage().getCommitted(); ret totalCommitted; }