chenzheng8975

Codis-dashboard是集群的管理工具

生成配置文件,即将现有的配置文件输出到指定目录位置:

./codis-dashboard --default-config | tee conf/dashboard.toml

修改配置文件信息:

vi conf/dashboard.toml

新建日志文件夹logs,用来存放dashboard的启停日志:

mkdir logs

后台启动dashboard:

nohup ./codis-dashboard --config=conf/dashboard.toml --log=logs/dashboard.log --log-level=WARN --ncpu 2 &

查看启动日志:

关闭dashboard:

./codis-admin --dashboard=192.168.84.128:18080 --shutdown

查看关闭日志:

分类:

技术点:

相关文章:

  • 2021-09-09
  • 2021-07-16
  • 2021-07-11
  • 2021-08-18
  • 2022-12-23
  • 2021-12-03
  • 2021-12-15
  • 2022-01-17
猜你喜欢
  • 2021-12-20
  • 2021-07-25
  • 2021-07-01
  • 2022-02-13
  • 2022-12-23
相关资源
相似解决方案