mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
11 lines
189 B
Bash
Executable File
11 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
#summarize_binlogs
|
|
|
|
cat <<EOF > $1
|
|
Binlogs | 20
|
|
Zero-Sized | 3
|
|
Total Size | 6.5G
|
|
EOF
|
|
|
|
cp samples/mysql-master-logs-001.txt /tmp/percona-toolkit
|