Author |
Message
|
srikanthc60 |
Posted: Wed Jul 29, 2015 5:03 am Post subject: How to check the maxJVMheapsize for httplistener agent |
|
|
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 |
|
 |
srikanthc60 |
Posted: Wed Jul 29, 2015 5:05 am Post subject: |
|
|
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 |
|
 |
Vitor |
Posted: Wed Jul 29, 2015 5:16 am Post subject: Re: How to check the maxJVMheapsize for httplistener agent |
|
|
 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 |
|
 |
srikanthc60 |
Posted: Wed Jul 29, 2015 5:52 am Post subject: |
|
|
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 |
|
 |
Vitor |
Posted: Wed Jul 29, 2015 6:04 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jul 29, 2015 6:14 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Look in your output:
Quote: |
UsedBySOAPNNodes='FALSE'
UsedByHTTPNNodes='TRUE' |
_________________ MQ & Broker admin |
|
Back to top |
|
 |
|