mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
12 lines
165 B
Bash
Executable File
12 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
#group_by_disk /tmp/aspersa
|
|
|
|
cat <<EOF > $1
|
|
EOF
|
|
|
|
cat <<EOF > $2
|
|
TS 1297205887.156653000
|
|
1 0 ram0 0 0 0 0 0 0 0 0 0 0 0
|
|
TS 1297205888.161613000
|
|
EOF
|