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

相关推荐
hzzzzzo02 天前
微服务保护全攻略:从雪崩到 Sentinel 实战
数据库·微服务·sentinel
没有bug.的程序员3 天前
Redis Sentinel:高可用架构的守护者
java·redis·架构·sentinel
波波烤鸭3 天前
Sentinel 原理与源码解析:流控、熔断、降级到热点限流的一体化方案
sentinel
曾经的三心草4 天前
springcloud二-Sentinel
spring·spring cloud·sentinel
T_Ghost7 天前
SpringCloud微服务服务容错机制Sentinel熔断器
spring cloud·微服务·sentinel
你是人间五月天7 天前
sentinel实现控制台与nacos数据双向绑定
windows·sentinel
无名客07 天前
sentinel限流常见的几种算法以及优缺点
算法·sentinel·限流
tsxchen8 天前
centos9安装sentinel
sentinel
寒士obj8 天前
Sentinel服务治理:服务降级、熔断与线程隔离
sentinel
iiYcyk8 天前
Hystrix与Sentinel-熔断限流
hystrix·sentinel·springcloud