111112113114115116117118119120121
} else if ("USER".equals(tag)){ tmon.sortByUserCpu(); } else if ("CPU".equals(tag)){ tmon.sortByTotalCpu(); } else if ("ALLOC".equals(tag)){ tmon.sortByAllocRate(); } else if ("NAME".equals(tag)){