Author |
Message
|
mqjeff |
Posted: Fri Jun 15, 2012 10:19 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Regardless of all of the potential hypothetical situations, the thing that needs to be debugged first is the channel. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jun 15, 2012 10:32 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
Regardless of all of the potential hypothetical situations, the thing that needs to be debugged first is the channel. |
I'm sticking with
Because the channel is:
- the cause
- a symptom
- an innocent bystander (or Millicent Bystander) _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
visasimbu |
Posted: Mon Jun 18, 2012 5:28 am Post subject: |
|
|
 Disciple
Joined: 06 Nov 2009 Posts: 171
|
Quote: |
Post details of your maxdepth, average message size and a df -k of the file system in question to back up that proud boast.
|
maxdepth : 10000000
average message size : < 1 MB
df - k -> Receiving system is have enough space. Since only one folder occupied with 15 % of the space.
All,
Could you please tell me which parameter I have to concentrate on the perfomance improvment for the channels.
I have one query against this thead.
1) Will we have concept of thread for the sender or receiver channels ? Since I could not find exact answer in the Infocenter. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jun 18, 2012 5:36 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
What is the status of the channel?
If you stop the channel, and display qstatus on the xmitq, does it show uncommitted messages? |
|
Back to top |
|
 |
ramires |
Posted: Mon Jun 18, 2012 5:56 am Post subject: Re: Performance of the message transfering between queue man |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
visasimbu wrote: |
when we put billions of messages from the remote queue(Q1 and Q2). Messages are piled up in the transmission queue and slowly send it to the local queue |
What do you mean by slow? You say you are sending 150 mps from Q1 an Q2 to G1 (G1 is receiving 300 mps)
How do you measure the time to transmit messages takes? 1.000.000 messages , one hour? _________________ Obrigado / Thanks you |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Jun 18, 2012 5:57 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9475 Location: US: west coast, almost. Otherwise, enroute.
|
Does the rcvr channel go into paused or retry state? Even briefly? _________________ 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 |
|
 |
visasimbu |
Posted: Tue Jun 19, 2012 6:31 am Post subject: |
|
|
 Disciple
Joined: 06 Nov 2009 Posts: 171
|
Quote: |
Does the rcvr channel go into paused or retry state? Even briefly? |
No.. Both the sender and Receiver channels are running. Once I load 50000 messages and start the sender channels.
Quote: |
What do you mean by slow? You say you are sending 150 mps from Q1 an Q2 to G1 (G1 is receiving 300 mps)
|
It is sending 150 mps rate. Average Message size is 15 KB.
Any option for the performance tunning ??
Or
Is there any concept of thread for the sender/Receiver channels ? |
|
Back to top |
|
 |
visasimbu |
Posted: Tue Jun 19, 2012 6:38 am Post subject: |
|
|
 Disciple
Joined: 06 Nov 2009 Posts: 171
|
Quote: |
What is the status of the channel? |
The channel status is running when messages are flow between transmission to local queue of other QM.
Quote: |
If you stop the channel, and display qstatus on the xmitq, does it show uncommitted messages? |
For the above scenorio, the uncommitted message count is zero. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Jun 19, 2012 8:11 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9475 Location: US: west coast, almost. Otherwise, enroute.
|
What are batchsize and batchinterval values at both sender and receiver channels?
Are both boxes similarly provisioned? CPUs? Ram? Disk space? _________________ 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 |
|
 |
fjb_saper |
Posted: Tue Jun 19, 2012 1:28 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
What do the logs say? Is there an out of sequence condition?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
visasimbu |
Posted: Wed Jun 20, 2012 3:25 am Post subject: |
|
|
 Disciple
Joined: 06 Nov 2009 Posts: 171
|
Quote: |
What are batchsize and batchinterval values at both sender and receiver channels?
|
Batch size is 50 and Batch interval is 0.
Both the systems are configured for the performance test. CPU utilization is below 10 percentage when we do the perfoamance test.
Quote: |
What do the logs say? |
I could not find any log information for the message transferring between the remote and local queue of other QM.
If any log file will be there for message transfering , Could you please tell me the default log file location. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Jun 20, 2012 4:53 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9475 Location: US: west coast, almost. Otherwise, enroute.
|
The InfoCenter will contain a complete description of the file system for your o/s. look for AMQERR01.LOG. _________________ 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 |
|
 |
mqjeff |
Posted: Wed Jun 20, 2012 5:00 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
visasimbu wrote: |
Quote: |
What are batchsize and batchinterval values at both sender and receiver channels?
|
Batch size is 50 and Batch interval is 0.
Both the systems are configured for the performance test. CPU utilization is below 10 percentage when we do the perfoamance test.
Quote: |
What do the logs say? |
I could not find any log information for the message transferring between the remote and local queue of other QM.
If any log file will be there for message transfering , Could you please tell me the default log file location. |
There is only the MQ error logs. They would make mention of issues occurring with the channels. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Jun 20, 2012 12:32 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7723
|
Vitor wrote: |
visasimbu wrote: |
But my local queue in G1 has enough space to accomadate billions of messages. |
Post details of your maxdepth, average message size and a df -k of the file system in question to back up that proud boast.
|
visasimbu wrote: |
maxdepth : 10000000
average message size : < 1 MB
df - k -> Receiving system is have enough space. Since only one folder occupied with 15 % of the space.
|
Picking up where Vitor left off....
You can't store "billions of messages" with this queue, or any MQ queue. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jun 20, 2012 2:05 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
PeterPotkay wrote: |
Vitor wrote: |
visasimbu wrote: |
But my local queue in G1 has enough space to accomadate billions of messages. |
Post details of your maxdepth, average message size and a df -k of the file system in question to back up that proud boast.
|
visasimbu wrote: |
maxdepth : 10000000
average message size : < 1 MB
df - k -> Receiving system is have enough space. Since only one folder occupied with 15 % of the space.
|
Picking up where Vitor left off....
You can't store "billions of messages" with this queue, or any MQ queue. |
And depending on message persistency, your logging type and logging space you might run out of logging space before you run out of queue space...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|