Re: Queue Size from status page

2010-08-18 Thread brett skinner
38:25 [4912] [6] DEBUG: replace_if_present_flag: 0 = > 0x > 2010-08-17 17:38:25 [4912] [6] DEBUG: data_coding: 0 = 0x0000 > 2010-08-17 17:38:25 [4912] [6] DEBUG: sm_default_msg_id: 0 = 0x > 2010-08-17 17:38:25 [4912] [6] DEBUG: sm_length: 6 = 0x0006 >

Re: Queue Size from status page

2010-08-18 Thread brett skinner
e been able to send 5 messages in 5 seconds which 1 msg/sec and I set it to 0.05. I could be missing the obvious. Regards, 2010/8/18 Nikos Balkanas > Don't worry, > > bearerbox does smsc load balance, and everything else been equal it will > send through SMSc with mallest

Re: Queue Size from status page

2010-08-17 Thread Nikos Balkanas
Don't worry, bearerbox does smsc load balance, and everything else been equal it will send through SMSc with mallest queue. BR, Nikos - Original Message - From: brett skinner To: Rene Kluwen Cc: Users Sent: Tuesday, August 17, 2010 8:04 PM Subject: Re: Queue Size from status

Re: Queue Size from status page

2010-08-17 Thread Nikos Balkanas
Hi, There are many queues used in kannel. There is the global store, backed up in the filesystem, and there is a queue in every smsc driver. Top entry is the global store. Lower entry is the per smsc queue. FAKE smsc is a special case smsc, which may not totally follow regular flow. It won't

Re: Queue Size from status page

2010-08-17 Thread Alvaro Cornejo
Hi Brett Then you should look at a per SMSC queue. Not all SMSCs have the same thoughput. I do have AT and SMPP smsc's so the later is by far faster so the same queue size behaves different for each smsc. I do parse the admin page for getting each smsc's queue using the same xml parser that uses

RE: Queue Size from status page

2010-08-17 Thread Rene Kluwen
Well. that is exactly why the xml status page was created. So no hard feelings :=). == Rene From: brett skinner [mailto:tatty.dishcl...@gmail.com] Sent: Tuesday, 17 August, 2010 19:27 To: Rene Kluwen Cc: Users Subject: Re: Queue Size from status page Hi Thanks Rene. Yes I have

Re: Queue Size from status page

2010-08-17 Thread brett skinner
t; > > You will end up with the figure you probably want to. > > > > == Rene > > > > > > *From:* brett skinner [mailto:tatty.dishcl...@gmail.com] > *Sent:* Tuesday, 17 August, 2010 19:05 > *To:* Rene Kluwen > *Cc:* Users > *Subject:* Re: Queue Size fro

RE: Queue Size from status page

2010-08-17 Thread Rene Kluwen
. and add all the queue sizes together. You will end up with the figure you probably want to. == Rene From: brett skinner [mailto:tatty.dishcl...@gmail.com] Sent: Tuesday, 17 August, 2010 19:05 To: Rene Kluwen Cc: Users Subject: Re: Queue Size from status page What does the queue

Re: Queue Size from status page

2010-08-17 Thread brett skinner
What does the queue size for the bearerbox represent? I thought this was the total in the system and would be the summation of the individual SMSCs? Maybe I should start off with the goal. What we are trying to do is to make sure that we don't give Kannel too much work to do. So we want to be able

RE: Queue Size from status page

2010-08-17 Thread Rene Kluwen
I think you guessed the answer yourself already. You have to add the queue sizes. Queue size in bearerbox is one. Then you have a queue size in smsbox. and one in the smsc driver as well. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of brett ski