ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » No. of Connections from Application and Memory consumed ?

Post new topic  Reply to topic Goto page Previous  1, 2
 No. of Connections from Application and Memory consumed ? « View previous topic :: View next topic » 
Author Message
bruce2359
PostPosted: Thu Nov 11, 2010 6:24 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9475
Location: US: west coast, almost. Otherwise, enroute.

Quote:
AFAIK functions do not occupy space/memory but the variables/arguments do (depending on the nature of that variable, is static/global/local).

It seems that you have misunderstood the doc (URL) you cited. And, you cited the z/TPF WMQ InfoCenter.

The entire application resides in (virtual) storage, including the MQCONN (and other) function calls, and including the parameters that the calls pass to/from the qmgr.

The message data that the program puts/gets resides in storage as well, along with the qmgr code and the o/s.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Fri Nov 12, 2010 11:09 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

kman wrote:
This works?


This can't be done on the old production server on which client has had issues...and because of that they are proposing the new prod server.

anyways.. its logical. And I tried on newly built server.

When Qmgr is not Running
Code:

$ vmstat

System Configuration: lcpu=64 mem=256512MB

kthr    memory              page              faults        cpu
----- ----------- ------------------------ ------------ -----------
 r  b   avm   fre          re  pi  po  fr   sr  cy  in   sy  cs us sy id wa
 1  1 3347648 62286264   0   0   0   0    0   0   0  195 219  0  0 99  0




When Qmgr is Running
Code:

$ vmstat

System Configuration: lcpu=64 mem=256512MB

kthr    memory              page              faults        cpu
----- ----------- ------------------------ ------------ -----------
 r  b   avm   fre          re  pi  po  fr   sr  cy  in   sy  cs us sy id wa
 1  1 3357773 62273249   0   0   0   0    0   0   1  196 219  0  0 99  0
$


I can see a small difference in avm and fre.
And this snap of memory taken when NO APPLICATION is connected the the qmgr because its a newly built server and no appl. is connected to it yet.

where :
avm
Active virtual pages applicable to the specified page size.
fre
Size of the free list for the specified page size.
Page
Indicates the relevant page faults and paging activity for the specified page size. The page related columns re, pi, po, fr, sr, cy, fi, and fo are also applicable to this report.
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » General IBM MQ Support » No. of Connections from Application and Memory consumed ?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.