REST API - To find out the In Use Memory of each node
Wed, 01/30/2013 - 02:10

Through Rest API I was able to get Couchbase Quota ,http://localhost:8091/pools/default/buckets/test/nodes : From this i am getting the uri's of each node in the cluster
from the uri's i am able to get Couchbase Quota by - mem_actual_free
But,i couldn't able to find out how to get the In Use Memory(marked in the above screenshot) .
You can get a lot more information using the cbstats tool.
More info here: http://www.couchbase.com/docs/couchbase-manual-1.8/couchbase-admin-cmdli...
mem_used Total memory used by Couchbase Server component, ep_engine. (per node)