This section describes how to check the TiKV cluster status using TiUP commands and Grafana.
Use the tiup cluster display <cluster-name>
command to check the cluster status. For example:
Expected output: If the Status
information of each node is Up
, the cluster runs normally.
Use Grafana
Click Overview and check the TiKV port status and the load monitoring information.
Connect to the TiKV cluster and perform simple operations
This section describes how to connect to the TiKV cluster using a TiKV client to perform the simple put
and get
operations.
Try the and
get
operationsTo connect the TiKV cluster and use the
put
andget
RawKV API, save the following script to the fileverify_tikv.java
.