Files
percona-toolkit/t/pt-summary/format-filesystems-03
Daniel Nichter a9e002cc5a Add Aspersa tools, their tests, and util/test-bash-tool.
Update and simplify copyright notices.
2011-07-01 10:29:50 -06:00

10 lines
250 B
Bash
Executable File

#!/bin/bash
#parse_filesystems samples/df-mount-003.txt Linux
cat <<EOF > $1
Filesystem Size Used Type Opts Mountpoint
/dev/sda1 99M 13% ext3 rw /boot
/dev/sda2 540G 89% ext3 rw /
tmpfs 48G 0% tmpfs rw /dev/shm
EOF