# Test bdf(1) output of each file system for I in ${LOCALS} ; do bdf -i ${I} | grep -v “^Filesystem” | paste - - | \ read FS V W X CAP Y Z INOD MP if [[ ${CAP%*%} -gt ${THRESHOLD} ]] then #report the MP! fi # Don’t forget to check inodes… # Report to file for histogram… done
Previous slide | Next slide | Back to first slide | View graphic version |