Retrieving Balancer Status
Describes how to view the active container movement information from the Control Panel and the CLI.
You can view the active container moves information from the CLDB page on the Control Panel or use
the maprcli dump balancermetrics
command to see a cumulative count of
container moves and MB of data moved between storage pools since the current CLDB became the
primary CLDB.
Example:
# maprcli dump balancermetrics -json
{
"timestamp":1337770325979,
"status":"OK",
"total":1,
"data":[
{
"numContainersMoved":10090,
"numMBMoved":3147147,
"timeOfLastMove": "Wed May 23 03:51:44 PDT 2012"
}
]
}