zpoolstatus.shon commit add some scripts (17f9da0)
   1#! /bin/bash
   2
   3iostat=`zpool iostat`
   4status=`zpool status`
   5echo "$iostat\n$status" > /var/log/zpool.log