Created
April 9, 2013 14:46
-
-
Save chmouel/5346272 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
for i in $(grep memcache_servers /etc/swift/proxy-server.conf|tail -1|sed 's/.*= //;s/,//g');do echo ${i%%:*}; echo stats|nc ${i%%:*} ${i##*:}|grep --color=none bytes;echo;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment