Files
percona-toolkit/t/pt-summary/format-filesystems-01
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
326 B
Bash
Executable File

#!/bin/bash
#parse_filesystems samples/df-mount-001.txt Linux
cat <<EOF > $1
Filesystem Size Used Type Opts Mountpoint
/dev/mapper/vg_ginger-lv_root 454G 6% ext4 rw /
/dev/sda1 194M 31% ext4 rw /boot
tmpfs 2.0G 1% tmpfs rw /dev/shm
EOF