• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

[Seeking Volunteers] Bench Testing! Our trip to the best results!

Scheduled Pinned Locked Moved
General
6
49
15.7k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M
    Mokerhamer @Junkhacker
    last edited by Mokerhamer Aug 1, 2019, 12:53 PM Aug 1, 2019, 6:46 PM

    @Junkhacker

    We’re currently around 15gb/s with unicast and 8 GB/s with multicast. Why almost 50% difference? so continuing with tweaking and figuring out some things.

    Would there be difference between a small 24gb image or one of our large 300gb+ one?

    T 1 Reply Last reply Aug 1, 2019, 7:20 PM Reply Quote 0
    • T
      Tom Elliott @Mokerhamer
      last edited by Aug 1, 2019, 7:20 PM

      @Mokerhamer

      Imaging speed is determined on Stream->Decompress->Write to disk. (Technically the speed you see in partclone is purely the speed at which it’s writing to the disk.) However, this is limited to the amount of bandwidth in use to send the data.

      As @george1421 showed, from a purely networking standpoint, the maximum would be 7.25 GB/min.

      This is likely where you’re seeing a variance in the Unicast vs. Multicast.

      I’m assuming in the Unicast instance, you’re sending the image to a single machine. So it’s got the full GB backbone available for network streaming. In the case of multicast, it floods your entire network (subnet basically) with the packets. It also has to keep a “steady” stream so the slowest machine in the group will be the entire limiting factor for all machines.

      I’ll bet if you Unicast to 5 machines and Multicast to the same 5 machines, you’ll see a semi-evening out of the speed rates.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      G 1 Reply Last reply Aug 1, 2019, 7:51 PM Reply Quote 0
      • G
        george1421 Moderator @Tom Elliott
        last edited by Aug 1, 2019, 7:51 PM

        @Tom-Elliott said in [Seeking Volunteers] Bench Testing! Our trip to the best results!:

        I’ll bet if you Unicast to 5 machines and Multicast to the same 5 machines, you’ll see a semi-evening out of the speed rates.

        Only citing for reference: During my testing 3 unicast images would saturate a 1GbE link. So 5 would surely show the difference between multicasting and unicasting.

        @Mokerhamer You also need to remember two things about multicasting.

        1. The speed of the multcast is controlled by the speed of the slowest computer in the multicast group. If you have a computer with a slow check in for “next block” that will impact the whole group.
        2. Multicasting is a different technology than unicasting. Muticasting relies on how efficient your network switches handle multicast packets and if you have igmp snooping enabled, and if you have the switches in pim mode sparse vs dense.

        Please also understand that no one here is discouraging your testing. It is and will be helpful to future FOG Admin. Its an interesting topic that is why you have so much focus on your thread. Well done!!

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

        M 1 Reply Last reply Aug 1, 2019, 8:02 PM Reply Quote 1
        • M
          Mokerhamer @george1421
          last edited by Mokerhamer Aug 1, 2019, 2:08 PM Aug 1, 2019, 8:02 PM

          @george1421

          You knocked it right on the head with the multicast details, took a few tries to get the all the details configured. We’re now thinking about setting up a 10GB network and do the exact same tests. just curious… what speed would we reach? especially with all the variables in play.

          This is a pure trial and fail, find the limits. Fail uncountable times and still keep seeking for answers. We’re using something new with a very high compression ration and i find there is a limited information pool about it. So i am extra curious about pushing limits with this.

          In my eyes these trial and fails can decide or break a future plan of our classroom hardware architecture.

          G 1 Reply Last reply Aug 1, 2019, 8:45 PM Reply Quote 1
          • G
            george1421 Moderator @Mokerhamer
            last edited by george1421 Aug 1, 2019, 2:46 PM Aug 1, 2019, 8:45 PM

            @Mokerhamer said in [Seeking Volunteers] Bench Testing! Our trip to the best results!:

            We’re now thinking about setting up a 10GB network and do the exact same tests.

            What we have here is a 3 legged stool. On the one leg we have CPU+Memory, on the next leg we have the disk subsystem and on the final leg we have networking. Its always a challenge to see which way the stool will tip.

            If you look a bit back in time at the target computers the disk subsystems were the bottleneck. They were in the range of 40-90MB/s. The CPU+memory has been fine from the speed side for many years as well as the networking had plenty of bandwidth.

            Now look today we still have primarly a 1 GbE networking infrastructure to the desk, NVMe disks that can write upwards of 700MB/s, Fast and WIDE CPUs (multiple cores). Now the bottle neck is the network. It just can’t pump the bits down the wire to keep both the CPU and disk busy.

            Moving to 10GbE will be interesting to see which leg will fail next. With 10GbE you will have a maximum throughput of 1.250 MB/s. On a clear network you “should” be able to saturate that disk subsystem again, assuming the CPU+memory can keep up with the network card and expand the data stream fast enough.

            Make sure when you get it sorted out you share your changes on what you found so others can see the improvements you’ve made.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

            M 1 Reply Last reply Aug 2, 2019, 11:05 AM Reply Quote 0
            • M
              Mokerhamer @george1421
              last edited by Aug 2, 2019, 11:05 AM

              @george1421

              We’re having difficulties with the 10GBe network card on client.

              We’ve Fully disabled onboard NIC on the system (Bios).

              System boots PXE (TFTP/http)… but when it wants to mount FOG it suddenly said no DHCP on ENP12S0 nic. Like it’s expecting to receive DHCP on onboard nic. Dident expect that…

              G 1 Reply Last reply Aug 2, 2019, 11:38 AM Reply Quote 0
              • G
                george1421 Moderator @Mokerhamer
                last edited by Aug 2, 2019, 11:38 AM

                @Mokerhamer said in [Seeking Volunteers] Bench Testing! Our trip to the best results!:

                but when it wants to mount FOG

                Lets just be sure I understand correctly.

                You can pxe boot into the fog iPXE menu. When you select something like full registration or pick imaging both bzImage and init.xz is transferred to the target computer. The target computer then starts FOS Linux, but during the boot of FOS, you get to a point where it can’t get an IP address or contact the fog server, it tries 3 times then gives up? Is that where its failing?

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                M 1 Reply Last reply Aug 2, 2019, 11:52 AM Reply Quote 0
                • M
                  Mokerhamer @george1421
                  last edited by Mokerhamer Aug 2, 2019, 5:56 AM Aug 2, 2019, 11:52 AM

                  @george1421

                  Yes!

                  0878a754-95fb-428f-9d17-ea8b0e02f8f2-image.png

                  G 1 Reply Last reply Aug 2, 2019, 12:00 PM Reply Quote 0
                  • G
                    george1421 Moderator @Mokerhamer
                    last edited by Aug 2, 2019, 12:00 PM

                    @Mokerhamer Something happened with the picture upload. You need to wait until the image appears in the right edit panel before submitting your post.

                    OK it sounds like FOS Linux doesn’t have the driver for your network adapter.

                    Lets start out by having your schedule a debug deploy/capture to this target computer. When you schedule the task tick the debug checkbox before you press the schedule task button.

                    PXE boot the target computer, after several screens of text where you have to clear by pressing the enter key you should be dropped to the FOS Linux command prompt.

                    At the FOS Linux command prompt key in the following and post a the screen shots here.

                    ip link show

                    lspci -nn|grep -i net

                    Also what model of 10G adapter are you using?

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                    M 1 Reply Last reply Aug 2, 2019, 12:14 PM Reply Quote 0
                    • M
                      Mokerhamer @george1421
                      last edited by Aug 2, 2019, 12:14 PM

                      @george1421 said in [Seeking Volunteers] Bench Testing! Our trip to the best results!:

                      When you schedule the task tick the debug checkbox before you press the schedule task button.

                      *Doing it now (debug).
                      *Nic X550T1BLK
                      https://www.kommago.nl/intel-x550-t1-10-gigabit-netwerk-adapter/pid=51799

                      G 1 Reply Last reply Aug 2, 2019, 12:17 PM Reply Quote 0
                      • G
                        george1421 Moderator @Mokerhamer
                        last edited by Aug 2, 2019, 12:17 PM

                        @Mokerhamer If you have this nic in a running windows box. Will you get the hardware ID of it? OR from the FOS Linux run the lspci command as I’ve outlined below. I’ll look it up to see if linux supports that card.

                        The 10G stuff is new and may not be enabled in FOS Linux. Having the hardware ID will help (i.e. 8086:1AF2 made up number, but that is what I’m looking for)

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                        M 1 Reply Last reply Aug 2, 2019, 12:18 PM Reply Quote 0
                        • M
                          Mokerhamer @george1421
                          last edited by Aug 2, 2019, 12:18 PM

                          @george1421

                          897bc044-552a-45d9-b92c-c688cabd3adf-image.png

                          G 1 Reply Last reply Aug 2, 2019, 12:29 PM Reply Quote 0
                          • G
                            george1421 Moderator @Mokerhamer
                            last edited by george1421 Aug 2, 2019, 6:29 AM Aug 2, 2019, 12:29 PM

                            @Mokerhamer That card driver should be included with FOS Linux it has been in the linux kernel since 4.7. I checked and its enabled in the FOS Linux build config: https://github.com/FOGProject/fos/blob/master/configs/kernelx64.config#L1447

                            From the FOS Linux command prompt key in
                            ip addr show

                            uname -a

                            and post the results

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                            M 1 Reply Last reply Aug 2, 2019, 12:37 PM Reply Quote 0
                            • M
                              Mokerhamer @george1421
                              last edited by Aug 2, 2019, 12:37 PM

                              @george1421

                              Okey.

                              37102cbd-999b-45b4-8984-1a1165acba9a-image.png

                              G 1 Reply Last reply Aug 2, 2019, 12:45 PM Reply Quote 0
                              • G
                                george1421 Moderator @Mokerhamer
                                last edited by Aug 2, 2019, 12:45 PM

                                @Mokerhamer Well this is a good one. It should be working.

                                At the fos linux command prompt key in

                                /sbin/udhcpc -i enp11s0 --now

                                then do an
                                ip addr show

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                                M 1 Reply Last reply Aug 2, 2019, 12:50 PM Reply Quote 0
                                • M
                                  Mokerhamer @george1421
                                  last edited by Aug 2, 2019, 12:50 PM

                                  @george1421
                                  Done

                                  e0b5ad2d-a15c-434a-b622-4604e25b7d79-image.png

                                  G 1 Reply Last reply Aug 2, 2019, 12:53 PM Reply Quote 0
                                  • G
                                    george1421 Moderator @Mokerhamer
                                    last edited by george1421 Aug 2, 2019, 6:55 AM Aug 2, 2019, 12:53 PM

                                    @Mokerhamer Ok at this point, time fixes your problem.

                                    So if this was a 1GbE network I would say on the switch you are connected to has standard spanning tree enabled. Again if this was a 1GbE network I would recommend that you enable one of the fast spanning tree protocols like RSTP, MSTP, fast-STP. I don’t know if that translates to a 10GbE switch or not. I know on our hybrid switch 100/1000/10000 I have MSTP enabled because we have multiple stp zones.

                                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                                    M 1 Reply Last reply Aug 2, 2019, 1:01 PM Reply Quote 0
                                    • M
                                      Mokerhamer @george1421
                                      last edited by Mokerhamer Aug 2, 2019, 7:01 AM Aug 2, 2019, 1:01 PM

                                      @george1421

                                      Reboot? or a command to start cast? Checking out our switches meanwhile

                                      G 1 Reply Last reply Aug 2, 2019, 1:09 PM Reply Quote 0
                                      • G
                                        george1421 Moderator @Mokerhamer
                                        last edited by Aug 2, 2019, 1:09 PM

                                        @Mokerhamer You are probably better to cancel the task on the fog server then reboot. If you were unicasting and wanted to single step through deployment you would enter fog at the FOS linux command prompt. You may be able to do that with a multicast, but I never tried.

                                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                                        M 1 Reply Last reply Aug 2, 2019, 1:16 PM Reply Quote 0
                                        • M
                                          Mokerhamer @george1421
                                          last edited by Aug 2, 2019, 1:16 PM

                                          @george1421

                                          Resolved. Spanning-tree was not enabled on the switch port that was directly attached to system.
                                          spanning-tree portfast on the port solved it.

                                          What for 10GBe switches are you using? i might purchase the same ones ( we’re seeking for 10GBe switch to test deployment)

                                          G 1 Reply Last reply Aug 2, 2019, 1:20 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 2 / 3
                                          2 / 3
                                          • First post
                                            22/49
                                            Last post

                                          177

                                          Online

                                          12.2k

                                          Users

                                          17.4k

                                          Topics

                                          155.5k

                                          Posts
                                          Copyright © 2012-2024 FOG Project