Quote:
Originally Posted by db2girl
I don't think there is an easy way to tell how full each container is. db2 only lists "Used pages" at the tablespace level, not at the container level. Since db2 accesses containers in a round-robin fashion (on extent basis), each container will generally have the same amount of used space - assuming that each of your containers is the same size (and it should be).
So, I'd go with used pages / # of containers
|
when you say
Quote:
|
assuming that each of your containers is the same size (and it should be).
|
is that a best practice or is it forced upon you?
im not much of a DB2 guy, so this is all new to me.. we have an app that is running on DB2 7.2 (we are in the process of upgrading to v9 i believe) and im monitoring parts of the app, DB usage is part of that.
we tend to grow out as needed (no real DBA, the company handles it, and they go through DBA's like water)
so im monitoring the tablespaces to make sure they dont get filled (no auto grow) and then im monitoring the drives they are on (in case the vendor does something, and for trending)
so, i assume i was right with the container used info, so the question is, is either one of my guesses in the orginal post better than the other?
Thanks for the info.
Justin