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 v9.1 aix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-15-11, 10:22
sanchez786 sanchez786 is offline
Registered User
 
Join Date: Jul 2011
Posts: 24
Db2 v9.1 aix

Are there any AIX or DB2 commands that can be used to determine how much CPU and RAM a specific Application ID is using or better yet, the top x Application ID's CPU and RAM usage?
Reply With Quote
  #2 (permalink)  
Old 07-15-11, 10:36
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Have you looked at the db2top tool?

Andy
Reply With Quote
  #3 (permalink)  
Old 07-15-11, 10:55
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
See also:
ps -o THREAD
db2pd -memblocks
Reply With Quote
  #4 (permalink)  
Old 07-15-11, 12:09
sanchez786 sanchez786 is offline
Registered User
 
Join Date: Jul 2011
Posts: 24
Yes, neither of them provide and exact breakdown of CPU usage and RAM for an application ID.
Reply With Quote
  #5 (permalink)  
Old 07-15-11, 12:30
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
See if these views provide the info you want

SNAPAGENT_MEMORY_POOL
SNAPAPPL
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #6 (permalink)  
Old 07-15-11, 16:24
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
From the OS side, you can also use "ps aux" (RSS column for private memory used by the coordinator agent / subagents associated with the appl).
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