From 43ca2ec21449c1c04fe4db2cbde184f96ffa4334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E7=BE=8A=E7=BE=8A?= Date: Wed, 6 Nov 2019 19:21:39 +0800 Subject: [PATCH] use free word instead of idle --- grctl/cmd/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grctl/cmd/cluster.go b/grctl/cmd/cluster.go index 2358e7ddb..c8515a4b8 100644 --- a/grctl/cmd/cluster.go +++ b/grctl/cmd/cluster.go @@ -60,7 +60,7 @@ func getClusterInfo(c *cli.Context) error { os.Exit(1) } table := uitable.New() - table.AddRow("", "Used/Total", "Use of", "Health idle", "Unhealth idle") + table.AddRow("", "Used/Total", "Use of", "Health free", "Unhealth free") table.AddRow("CPU", fmt.Sprintf("%.2f/%d", clusterInfo.ReqCPU, clusterInfo.CapCPU), fmt.Sprintf("%d", func() int { if clusterInfo.CapCPU == 0 {