mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
21 lines
392 B
Bash
Executable File
21 lines
392 B
Bash
Executable File
#!/bin/bash
|
|
#convert_globalstatus -i 0 -n 3 -m 0 samples/N-vs-X-003.txt
|
|
|
|
cat <<EOF > $1
|
|
3.000000 655.000000
|
|
1.000000 594.400000
|
|
1.000000 625.090909
|
|
1.500000 570.000000
|
|
2.000000 586.545455
|
|
3.500000 614.200000
|
|
2.000000 590.300000
|
|
0.500000 519.000000
|
|
1.500000 606.100000
|
|
1.500000 503.090909
|
|
1.000000 544.600000
|
|
2.000000 640.545455
|
|
2.000000 764.800000
|
|
0.500000 655.500000
|
|
1.000000 590.727273
|
|
EOF
|