mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-16 16:23:30 +00:00
PT-71
This commit is contained in:
@@ -7,4 +7,11 @@ const Clusterwide = `
|
||||
Sharded Collections: {{.ShardedColsCount}}
|
||||
Unsharded Collections: {{.UnshardedColsCount}}
|
||||
Sharded Data Size: {{.ShardedDataSizeScaled}} {{.ShardedDataSizeScale}}
|
||||
Unsharded Data Size: {{.UnshardedDataSizeScaled}} {{.UnshardedDataSizeScale}}`
|
||||
Unsharded Data Size: {{.UnshardedDataSizeScaled}} {{.UnshardedDataSizeScale}}
|
||||
{{- if .Chunks }}
|
||||
### Chunks:
|
||||
{{- range .Chunks }}
|
||||
{{ printf "%30s" .ID}}: {{ printf "%5d" .Count }}
|
||||
{{- end -}}
|
||||
{{ end -}}
|
||||
`
|
||||
|
Reference in New Issue
Block a user