monitor-db2-with-nagios icon indicating copy to clipboard operation
monitor-db2-with-nagios copied to clipboard

Monitor the quantity of EDUs

Open angoca opened this issue 12 years ago • 0 comments

db2pd -edus | sed 's/[()]/ /g' | awk '/db2/ {print $3,$4}' | grep db2 | sort | uniq -c

angoca avatar Sep 04 '13 14:09 angoca