mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 03:44:55 +00:00
Fixes in template & removed balancer stats for mongod servers
This commit is contained in:
@@ -10,8 +10,10 @@ Unsharded Collections: {{.UnshardedColsCount}}
|
||||
Unsharded Data Size: {{.UnshardedDataSizeScaled}} {{.UnshardedDataSizeScale}}
|
||||
{{- if .Chunks }}
|
||||
### Chunks:
|
||||
{{ range .Chunks }}
|
||||
{{- if .ID }} {{ printf "%5d" .Count }} : {{ printf "%-30s" .ID}}{{ end -}}
|
||||
{{- end -}}
|
||||
{{ end -}}
|
||||
{{- range .Chunks }}
|
||||
{{- if .ID }}
|
||||
{{ printf "%5d" .Count }} : {{ printf "%-30s" .ID}}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
`
|
||||
|
Reference in New Issue
Block a user