[rabbitmq-discuss] MTU

Martin Sustrik sustrik at 250bpm.com
Sun May 9 23:08:30 BST 2010


Gustavo Aquino wrote:
> Martin,
> 
> 
> On Sun, May 9, 2010 at 6:02 PM, Martin Sustrik <sustrik at 250bpm.com 
> <mailto:sustrik at 250bpm.com>> wrote:
> 
>     Gustavo,
> 
> 
>         Thanks but today we are trying to get this information by this
>         hard way. I'm trying to get a help here, someone may have done
>         it before or RabbitMQ owners can have this number and will help
>         me to get back time loosed hacking packages network.
> 
> 
>     Per-message overhead for AMQP/0-8 is 50+ bytes.
> 
> Thanks, do you know if RabbitMQ cover this pattern ?

Sure. It's minimal size of envelope for AMQP/0-8. Actual envelope may be 
larger depending on what you put into it (exchange name, topic etc.)

> 
> 
>         This number is very important, and have significant differences
>         between AMQP implementations. Just for example the Qpid package
>         have a oversize in message larger than RabbitMQ until you can
>         send 32k messages per second using 100mbps you can do only 16k
>         messages per second with Qpid with the same 100mbps. (Messages
>         with 213bytes).
> 
>         Resuming If you will have a high throughput and need high
>         performance make sure that you will not want to use jumbo frame.
> 
> 
>     It's very unlikely that MTU size setting will have any impact on
>     performance in your scenario.
> 
> 
> If you use jumbo frame you have a significant impact in your round trip, 
> and make sure we are working to save microseconds/nanoseconds and a 
> simple overhead in round trip message impact us so much. 
> 
> Again the MTU question is to do some calc to refine our network 
> configurations, not a simple configuration in Ethernet interface, a 
> network admin use this calc to project your network to a specific 
> requirement, and when you are talking in microseconds/nanoseconds this 
> configuration made a big difference. For example we are getting bad 
> performance in one of our nodes, and we discovered that router was 
> configured for 576 MTU the result is an overhead of 0.500 us each 
> message with one specific throughput. 

0.5 us is presumably less than 1% of overall latency. In fact, it's 
pretty hard even to measure that kind of latency difference. Just the 
latency jitter is going to be many times higher than that.

What exactly are you trying to achieve? And what are you measuring?

Martin



More information about the rabbitmq-discuss mailing list