If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > db2 growth monitor

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-21-09, 01:29
manikandank_1984 manikandank_1984 is offline
Registered User
 
Join Date: Oct 2008
Posts: 65
db2 growth monitor

Dear All,

What is the db2 command to see the database growth last 5 month.

I want it to see db growth each month.

Regards,
K.manikandan.
Reply With Quote
  #2 (permalink)  
Old 01-21-09, 05:40
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
A very rough and simple approch:
Monitory the size of your backup images thru time. They give a nice impression.
Reply With Quote
  #3 (permalink)  
Old 01-21-09, 11:00
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
Originally Posted by dr_te_z
Monitory the size of your backup images thru time. They give a nice impression.
... if they are not compressed or incremental.

There is a storage management tool in DB2 Control Center. Alternatively, you can run the CAPTURE_STORAGEMGMT_INFO procedure manually on schedule and select information you need from the storage management tables. You will find more information in the manuals.
Reply With Quote
  #4 (permalink)  
Old 01-22-09, 01:00
nick.ncs nick.ncs is offline
Registered User
 
Join Date: May 2007
Location: somewhere in dbforums
Posts: 221
do db2 list tablespaces show detail then for each tablespace do
total pages X Page size.....Add up this value for all tablespaces and you'll have your db size

or you can use the get_dbsize_info procedure...
__________________
IBM Certified Database Associate, DB2 9 for LUW
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On