mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
10 lines
197 B
Bash
Executable File
10 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
#get_mysql_uptime
|
|
|
|
cat <<EOF > $1
|
|
2010-05-27 11:38 (up 0+02:08:52)
|
|
EOF
|
|
|
|
cp samples/mysql-status-001.txt /tmp/percona-toolkit-mysql-status
|
|
echo "2010-05-27 11:38" > /tmp/percona-toolkit
|