how to find the right value of MTU Jumbo frame [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite
1












We've made the decision to set jumbo frames on all our Linux machines. We have a hadoop cluster with master machines, workers machines and Kafka machines.



Our switches (Cisco) are suitable to Jumbo frame and that's fine, but jumbo frames can set as 8000 or 9000 or between them or less than 8000.



Questions



  • What is the formula to calculate what is the best MTU value?

  • How can I set the MTU value to get Linux kernel performance better?






share|improve this question














closed as off-topic by slm♦ Mar 6 at 14:01


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question has been posted on multiple sites. Cross-posting is strongly discouraged; see the help center and community FAQ for more information." – slm












  • I'd recommend serverfault.com or networkengineering.stackexchange.com for this.
    – Vlastimil
    Mar 6 at 6:01










  • thx I will .....
    – yael
    Mar 6 at 9:26










  • I see you have already posted on network.. crossposting is discouraged, you should have deleted your question here first.
    – Vlastimil
    Mar 6 at 10:02














up vote
0
down vote

favorite
1












We've made the decision to set jumbo frames on all our Linux machines. We have a hadoop cluster with master machines, workers machines and Kafka machines.



Our switches (Cisco) are suitable to Jumbo frame and that's fine, but jumbo frames can set as 8000 or 9000 or between them or less than 8000.



Questions



  • What is the formula to calculate what is the best MTU value?

  • How can I set the MTU value to get Linux kernel performance better?






share|improve this question














closed as off-topic by slm♦ Mar 6 at 14:01


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question has been posted on multiple sites. Cross-posting is strongly discouraged; see the help center and community FAQ for more information." – slm












  • I'd recommend serverfault.com or networkengineering.stackexchange.com for this.
    – Vlastimil
    Mar 6 at 6:01










  • thx I will .....
    – yael
    Mar 6 at 9:26










  • I see you have already posted on network.. crossposting is discouraged, you should have deleted your question here first.
    – Vlastimil
    Mar 6 at 10:02












up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





We've made the decision to set jumbo frames on all our Linux machines. We have a hadoop cluster with master machines, workers machines and Kafka machines.



Our switches (Cisco) are suitable to Jumbo frame and that's fine, but jumbo frames can set as 8000 or 9000 or between them or less than 8000.



Questions



  • What is the formula to calculate what is the best MTU value?

  • How can I set the MTU value to get Linux kernel performance better?






share|improve this question














We've made the decision to set jumbo frames on all our Linux machines. We have a hadoop cluster with master machines, workers machines and Kafka machines.



Our switches (Cisco) are suitable to Jumbo frame and that's fine, but jumbo frames can set as 8000 or 9000 or between them or less than 8000.



Questions



  • What is the formula to calculate what is the best MTU value?

  • How can I set the MTU value to get Linux kernel performance better?








share|improve this question













share|improve this question




share|improve this question








edited Mar 6 at 14:03









slm♦

235k65482654




235k65482654










asked Mar 6 at 4:26









yael

1,9501145




1,9501145




closed as off-topic by slm♦ Mar 6 at 14:01


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question has been posted on multiple sites. Cross-posting is strongly discouraged; see the help center and community FAQ for more information." – slm




closed as off-topic by slm♦ Mar 6 at 14:01


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question has been posted on multiple sites. Cross-posting is strongly discouraged; see the help center and community FAQ for more information." – slm











  • I'd recommend serverfault.com or networkengineering.stackexchange.com for this.
    – Vlastimil
    Mar 6 at 6:01










  • thx I will .....
    – yael
    Mar 6 at 9:26










  • I see you have already posted on network.. crossposting is discouraged, you should have deleted your question here first.
    – Vlastimil
    Mar 6 at 10:02
















  • I'd recommend serverfault.com or networkengineering.stackexchange.com for this.
    – Vlastimil
    Mar 6 at 6:01










  • thx I will .....
    – yael
    Mar 6 at 9:26










  • I see you have already posted on network.. crossposting is discouraged, you should have deleted your question here first.
    – Vlastimil
    Mar 6 at 10:02















I'd recommend serverfault.com or networkengineering.stackexchange.com for this.
– Vlastimil
Mar 6 at 6:01




I'd recommend serverfault.com or networkengineering.stackexchange.com for this.
– Vlastimil
Mar 6 at 6:01












thx I will .....
– yael
Mar 6 at 9:26




thx I will .....
– yael
Mar 6 at 9:26












I see you have already posted on network.. crossposting is discouraged, you should have deleted your question here first.
– Vlastimil
Mar 6 at 10:02




I see you have already posted on network.. crossposting is discouraged, you should have deleted your question here first.
– Vlastimil
Mar 6 at 10:02










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










The best value of Jumbo Frames is the maximum MTU value which is supported by network device. But you should ensure that all route path support that MTU value to prevent fragmentation on some network node.



So, you should walk through the packets route path and define max MTU value. Then, set this value on all network nodes.



In Linux Jumbo Frames can be enabled by this way:



sudo ip link set <interface> mtu <mtu_value> 


To ensure try this:



ip link show <interface>





share|improve this answer



























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote



    accepted










    The best value of Jumbo Frames is the maximum MTU value which is supported by network device. But you should ensure that all route path support that MTU value to prevent fragmentation on some network node.



    So, you should walk through the packets route path and define max MTU value. Then, set this value on all network nodes.



    In Linux Jumbo Frames can be enabled by this way:



    sudo ip link set <interface> mtu <mtu_value> 


    To ensure try this:



    ip link show <interface>





    share|improve this answer
























      up vote
      0
      down vote



      accepted










      The best value of Jumbo Frames is the maximum MTU value which is supported by network device. But you should ensure that all route path support that MTU value to prevent fragmentation on some network node.



      So, you should walk through the packets route path and define max MTU value. Then, set this value on all network nodes.



      In Linux Jumbo Frames can be enabled by this way:



      sudo ip link set <interface> mtu <mtu_value> 


      To ensure try this:



      ip link show <interface>





      share|improve this answer






















        up vote
        0
        down vote



        accepted







        up vote
        0
        down vote



        accepted






        The best value of Jumbo Frames is the maximum MTU value which is supported by network device. But you should ensure that all route path support that MTU value to prevent fragmentation on some network node.



        So, you should walk through the packets route path and define max MTU value. Then, set this value on all network nodes.



        In Linux Jumbo Frames can be enabled by this way:



        sudo ip link set <interface> mtu <mtu_value> 


        To ensure try this:



        ip link show <interface>





        share|improve this answer












        The best value of Jumbo Frames is the maximum MTU value which is supported by network device. But you should ensure that all route path support that MTU value to prevent fragmentation on some network node.



        So, you should walk through the packets route path and define max MTU value. Then, set this value on all network nodes.



        In Linux Jumbo Frames can be enabled by this way:



        sudo ip link set <interface> mtu <mtu_value> 


        To ensure try this:



        ip link show <interface>






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 6 at 9:31









        Yurij Goncharuk

        2,2582521




        2,2582521












            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay