Skip to content

Instantly share code, notes, and snippets.

@chmouel
Created April 9, 2013 14:46
Show Gist options
  • Save chmouel/5346272 to your computer and use it in GitHub Desktop.
Save chmouel/5346272 to your computer and use it in GitHub Desktop.
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