mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 23:45:44 +00:00
Add Aspersa tools, their tests, and util/test-bash-tool.
Update and simplify copyright notices.
This commit is contained in:
10
t/pt-mysql-summary/parse-mysqld-instances-03
Executable file
10
t/pt-mysql-summary/parse-mysqld-instances-03
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#parse_mysqld_instances
|
||||
|
||||
cat <<EOF > $1
|
||||
Port Data Directory Socket
|
||||
===== ========================== ======
|
||||
3306 /mnt/data-store/mysql/data /tmp/mysql.sock
|
||||
EOF
|
||||
|
||||
cp samples/ps-mysqld-003.txt /tmp/aspersa
|
Reference in New Issue
Block a user