|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
No. of Connections from Application and Memory consumed ? |
« View previous topic :: View next topic » |
Author |
Message
|
bruce2359 |
Posted: Thu Nov 11, 2010 6:24 am Post subject: |
|
|
 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 |
|
 |
shashivarungupta |
Posted: Fri Nov 12, 2010 11:09 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
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 |
|
 |
|
|
|
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
|
|
|
|