mac本地启动sentinel

启动Sentinel控制台

1)下载sentinel控制台jar包

XML 复制代码
https://github.com/alibaba/Sentinel/releases/download/1.8.6/sentinel-dashboard-1.8.6.jar

2)启动sentinel控制台

使用如下命令启动控制台:

XML 复制代码
java -Dserver.port=8080 -Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.8.6.jar

注意这个命令要在这个目录下

如若8080端口冲突,可使用 -Dserver.port=新端口 进行设置。

3)访问http://localhost:8080/#/login ,默认用户名密码: sentinel/sentinel

相关推荐
zfj32112 小时前
手动搭建Redis1主2从+ 3 Sentinel 高可用集群
redis·sentinel·高可用
power-辰南5 天前
基于 Spring Cloud + Sentinel 的全面流量治理方案
spring·spring cloud·sentinel·流量治理
蔚一6 天前
微服务SpringCloudAlibaba组件sentinel教程【详解sentinel的使用以及流量控制、熔断降级、热点参数限流等,附有示例+代码】
java·spring boot·后端·微服务·架构·sentinel·intellij-idea
华农第一蒟蒻6 天前
Sentinel
java·开发语言·sentinel
qw9497 天前
Redis 09章——哨兵(sentinel)
数据库·redis·sentinel
FG.7 天前
微服务保护---Sentinel
微服务·sentinel
Xwzzz_8 天前
SpringCloud中Sentinel基础场景和异常处理
java·spring cloud·sentinel
bing_1588 天前
Springboot 中如何使用Sentinel
spring boot·sentinel
power-辰南10 天前
微服务限流策略与性能优化全解析
性能优化·sentinel·springcloud·流量监控·流量治理
WeiLai111212 天前
Redis Sentinel(哨兵)模式介绍
redis·bootstrap·sentinel