mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-16 00:03:02 +00:00
New fingeprint method
This commit is contained in:
@@ -10,8 +10,8 @@ Unsharded Collections: {{.UnshardedColsCount}}
|
||||
Unsharded Data Size: {{.UnshardedDataSizeScaled}} {{.UnshardedDataSizeScale}}
|
||||
{{- if .Chunks }}
|
||||
### Chunks:
|
||||
{{- range .Chunks }}
|
||||
{{ printf "%30s" .ID}}: {{ printf "%5d" .Count }}
|
||||
{{ range .Chunks }}
|
||||
{{- if .ID }} {{ printf "%5d" .Count }} : {{ printf "%-30s" .ID}}{{ end -}}
|
||||
{{- end -}}
|
||||
{{ end -}}
|
||||
`
|
||||
|
Reference in New Issue
Block a user