1.集群监控(集群健康状态)
查看服务器状态信息
-- BE和FE启动完成之后,需要检查进程状态,以确定服务正常启动。
1.1 运行 http://be_host:be_http_port/api/health 确认BE启动状态
返回 {"status": "OK","msg": "To Be Added"} 表示启动正常。
http://IP:8040/api/health
1.2 运行 http://fe_host:fe_http_port/api/bootstrap 确认FE启动状态。
返回 {"status":"OK","msg":"Success"} 表示启动正常。
http://IP:8030/api/bootstrap
1.3 linux 命令获取调度api 反馈回值
curl http://IP:8040/api/health
curl http://IP:8030/api/bootstrap
例如: XXX0082 机器上(端口修调整过)
curl http://ip:8049/api/health -- be
curl http://ip:8039/api/bootstrap
StarRocks 集群监控(集群健康状态)
最新推荐文章于 2025-06-24 15:03:03 发布