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 > How to calculate total memory assigned to instance?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-16-07, 13:48
winnersparadise winnersparadise is offline
Registered User
 
Join Date: Jan 2005
Posts: 40
How to calculate total memory assigned to instance?

Hello Everybody,

We are on db2 8.1.4 on solaris 9. Can anybody tell me how to calculate total memory assigned to a particular instance.

thanks in advance and appreciate ur precious responses.
Reply With Quote
  #2 (permalink)  
Old 04-17-07, 01:01
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
you can look for db2mtrk tool to get memory status
__________________
Rahul Singh
Certified DB2 9 DBA / Application Developer
Reply With Quote
  #3 (permalink)  
Old 04-17-07, 13:24
winnersparadise winnersparadise is offline
Registered User
 
Join Date: Jan 2005
Posts: 40
thanks for the response..

i did the following

db2mtrk -i -p -w -d -v

but is there any other way to find out.
Reply With Quote
  #4 (permalink)  
Old 04-18-07, 01:24
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
Instance_memory is sum of
mon_heap_sz + Audit_buffer_sz +FCM_NUM_BUFFERS+ Approx. 10% overhead

you can see all the values set from
get dbm cfg show detail
__________________
Rahul Singh
Certified DB2 9 DBA / Application Developer
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