monitor-db2-with-nagios
monitor-db2-with-nagios copied to clipboard
Monitor the quantity of EDUs
db2pd -edus | sed 's/[()]/ /g' | awk '/db2/ {print $3,$4}' | grep db2 | sort | uniq -c