0

I've deployed the TiDB cluster for a test. I want to check whether the instances have all been started successfully, but I do not have a command line cluster management tool. In this case, how to check the health status of the TiDB cluster?

Zoe
  • 27,060
  • 21
  • 118
  • 148
Lilian Lee
  • 190
  • 1
  • 12

1 Answers1

0

You can check the general status of the cluster using the pd-ctl tool. For the detailed cluster status, you need to use the monitor to confirm.

Caitin Chen
  • 151
  • 1
  • 10