mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-07 12:27:26 +00:00
update the chinese and english docs architecture Signed-off-by: mingwei <gongmingwei@oppo.com>
792 B
Executable File
792 B
Executable File
Access Management
Service Status
curl http://127.0.0.1:9500/access/status
Response Example
{
"clusters": [
{
"available": 269036751421440,
"capacity": 508182930538496,
"cluster_id": 1,
"nodes": [ "..." ],
"readonly": false,
"region": "test-region"
}
],
"config": {
"cluster_config": {
"...": "...",
"clusters": null,
"consul_agent_addr": "127.0.0.1:8500",
"region": "test-region",
"region_magic": "test-region"
}
},
"limit": {
"read_wait": 0,
"running": {},
"write_wait": 0
},
"pool": [
{
"capacity": -1,
"idle": 0,
"running": 0,
"size": 16384
}
],
"services": {
"1": {
"PROXY": [ "..." ]
}
}
}