Created
September 7, 2011 21:04
-
-
Save othiym23/1201728 to your computer and use it in GitHub Desktop.
oof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-10-124-141-161:/cgroup$ for locker_name in locker_* ; do echo "$locker_name: $(( $( cat $locker_name/memory.usage_in_bytes ) / 1024 / 1024 ))" ; done | sort -k 2 -rn | |
locker_tim_25: 207 | |
locker_ctide_29: 152 | |
locker_fetid_tides_22: 151 | |
locker_jer_21: 136 | |
locker_smurthas_20: 129 | |
locker_onetwothree_30: 128 | |
locker_cav2_28: 128 | |
locker_mdz_24: 127 | |
locker_FEEZY_23: 119 | |
locker_SanchoSingly_26: 116 | |
locker_MaxLocker_31: 109 | |
locker_cav_27: 35 | |
locker_tom_32: 30 | |
locker_testtesttest_33: 30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment