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 » WebSphere Message Broker (ACE) Support » How to check the maxJVMheapsize for httplistener agent

Post new topic  Reply to topic
 How to check the maxJVMheapsize for httplistener agent « View previous topic :: View next topic » 
Author Message
srikanthc60
PostPosted: Wed Jul 29, 2015 5:03 am    Post subject: How to check the maxJVMheapsize for httplistener agent Reply with quote

Voyager

Joined: 21 Jul 2013
Posts: 79

Hi all,

How to check the jvmMaxHeapSize for httplistener agent process(biphttplistener) in message broker.Is there a way to find out particularly for httplistener?

I tried with below command , it was showing -1(defualt value). It is showing for EG only. Is it same for the entire broker or exists individually for each execution group?

mqsireportproperties BROKER -e EG -o ComIbmJVMManager -a


ComIbmJVMManager
uuid='ComIbmJVMManager'
userTraceLevel='none'
traceLevel='none'
userTraceFilter='none'
traceFilter='none'
vrmfIntroducedAt='7.0.0.0'
resourceStatsReportingOn='inactive'
resourceStatsMeasurements='<ResourceStatsSwitches ResourceType="JVM" version='1'> <Measurement name="InitialMemoryInMB" collect="on" /> <Measurement name="UsedMemoryInMB" collect="on" /> <Measurement name="CommittedMemoryInMB" collect="on" /> <Measurement name="MaxMemoryInMB" collect="on" /> <Measurement name="CumulativeGCTimeInSeconds" collect="on" /> <Measurement name="CumulativeNumberOfGCCollections" collect="on" /> </ResourceStatsSwitches>'
activityLogSupported='no'
jvmVerboseOption='none'
jvmDisableClassGC='false'
jvmShareClasses='false'
jvmNativeStackSize='-1'
jvmJavaOSStackSize='-1'
jvmMinHeapSize='-1'
jvmMaxHeapSize='-1'

jvmDebugPort='0'
jvmSystemProperty=''
keystoreType=''
keystoreFile=''
keystorePass='********'
truststoreType=''
truststoreFile=''
truststorePass='********'


I want to increase the jvmMaxHeapSize. can any one suggest me the way how to increase it.

Thanks all in advance!!!
Back to top
View user's profile Send private message
srikanthc60
PostPosted: Wed Jul 29, 2015 5:05 am    Post subject: Reply with quote

Voyager

Joined: 21 Jul 2013
Posts: 79

It is on AIX 7.1.0.0

Broker is version8 .

BIPmsgs en_US.POSIX
Console CCSID=819, ICU CCSID=819
Default codepage=ISO-8859-1, in ascii=ISO-8859-1
JAVA console codepage name=ISO-8859-1

BIP8996I: Version: 8002
BIP8997I: Product: WebSphere Message Broker
BIP8998I: CMVC Level: S800-FP02
BIP8999I: Build Type: Production, 64 bit, rios_aix_4
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jul 29, 2015 5:16 am    Post subject: Re: How to check the maxJVMheapsize for httplistener agent Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

srikanthc60 wrote:
Is it same for the entire broker or exists individually for each execution group?


It depends. Have you configured the broker to use the broker listener or to use one listener for each execution group?

srikanthc60 wrote:
I want to increase the jvmMaxHeapSize. can any one suggest me the way how to increase it.


You could start with this, which is the first hit if you type jvmMaxHeapSixe into the v8 InfoCenter
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
srikanthc60
PostPosted: Wed Jul 29, 2015 5:52 am    Post subject: Reply with quote

Voyager

Joined: 21 Jul 2013
Posts: 79

Thanks for your reply Vitor!!!

Quote:
srikanthc60 wrote:
Is it same for the entire broker or exists individually for each execution group?


It depends. Have you configured the broker to use the broker listener or to use one listener for each execution group?



I am not aware how to verify this. can you please let me know which of the following commands will be used to verify broker to use the broker listener.

mqsireportproperties BROKER -e EG -o HTTPSConnector -r

HTTPSConnector
uuid='HTTPSConnector'
userTraceLevel='none'
traceLevel='none'
userTraceFilter='none'
traceFilter='none'
port='52514'
address=''
allowTrace=''
maxPostSize=''
acceptCount=''
bufferSize=''
compressableMimeTypes=''
compression=''
connectionLinger=''
connectionTimeout=''
maxHttpHeaderSize=''
maxKeepAliveRequests=''
maxSpareThreads=''
maxThreads=''
minSpareThreads=''
noCompressionUserAgents=''
restrictedUserAgents=''
socketBuffer=''
tcpNoDelay=''
explicitlySetPortNumber=''
enableLookups=''
enableMQListener=''
shutdownDelay=''
allowCrossConnectorPolling=''
autoRespondHTTPHEADRequests=''
algorithm=''
clientAuth=''
keystoreFile=''
keystorePass='********'
keystoreType=''
truststoreFile=''
truststorePass='********'
truststoreType=''
sslProtocol=''
ciphers=''
keypass='********'
keyAlias=''
sslSessionTimeout=''
Connector
port='52514'
type='Broker'
URLRegistration
url='/Realtime/*'
UsedBySOAPNNodes='FALSE'
UsedByHTTPNNodes='TRUE'
nodeLabel='HTTP_Input'

mqsireportproperties BROKER -e EG -o HTTPConnector -r


HTTPConnector
uuid='HTTPConnector'
userTraceLevel='none'
traceLevel='none'
userTraceFilter='none'
traceFilter='none'
port='0'
address=''
allowTrace=''
maxPostSize=''
acceptCount=''
bufferSize=''
compressableMimeTypes=''
compression=''
connectionLinger=''
connectionTimeout=''
maxHttpHeaderSize=''
maxKeepAliveRequests=''
maxSpareThreads=''
maxThreads=''
minSpareThreads=''
noCompressionUserAgents=''
restrictedUserAgents=''
socketBuffer=''
tcpNoDelay=''
explicitlySetPortNumber=''
enableLookups=''
enableMQListener=''
shutdownDelay=''
allowCrossConnectorPolling=''
autoRespondHTTPHEADRequests=''

mqsireportproperties BROKER -b httplistener -o HTTPConnector -r


HTTPConnector
uuid='HTTPConnector'
address=''
port='52014'
allowTrace=''
maxPostSize=''
acceptCount=''
bufferSize=''
compressableMimeTypes=''
compression=''
connectionLinger=''
connectionTimeout=''
maxHttpHeaderSize=''
maxKeepAliveRequests=''
maxSpareThreads=''
maxThreads=''
minSpareThreads=''
noCompressionUserAgents=''
restrictedUserAgents=''
socketBuffer=''
tcpNoDelay=''
enableLookups='false'

mqsireportproperties BROKER -b httplistener -o HTTPSConnector -r


HTTPSConnector
uuid='HTTPSConnector'
algorithm='Platform Default'
clientAuth='true'
keystoreFile='Platform Default'
keystorePass='********'
keystoreType='Platform Default'
truststoreFile='Platform Default'
truststorePass='********'
truststoreType='Platform Default'
sslProtocol='Platform Default'
ciphers='Platform Default'
keyAlias=''
keypass='********'
address=''
port='52514'
allowTrace=''
maxPostSize=''
acceptCount=''
bufferSize=''
compressableMimeTypes=''
compression=''
connectionLinger=''
connectionTimeout=''
maxHttpHeaderSize=''
maxKeepAliveRequests=''
maxSpareThreads=''
maxThreads=''
minSpareThreads=''
noCompressionUserAgents=''
restrictedUserAgents=''
socketBuffer=''
tcpNoDelay=''
enableLookups='false'

I think the first two are to check whether there is one listener for each execution group. If , yes, which property we need to verify to confirm that.

Please help me to understand.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jul 29, 2015 6:04 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

srikanthc60 wrote:
Please help me to understand.


http://www-01.ibm.com/support/knowledgecenter/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc43700_.htm?cp=SSMKHH_9.0.0%2F11-1-5-1-3-0-0&lang=en
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Jul 29, 2015 6:14 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

Look in your output:
Quote:
UsedBySOAPNNodes='FALSE'
UsedByHTTPNNodes='TRUE'

_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to check the maxJVMheapsize for httplistener agent
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.