Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    PC Engines apu2 experiences

    Scheduled Pinned Locked Moved Hardware
    711 Posts 73 Posters 771.0k Views
    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.
    • DaddyGoD
      DaddyGo @kinch
      last edited by

      @kinch
      pls. don't get me wrong, I want to help

      do you want to get first hand results, why is speed the most important thing?
      (what kind of speed ISP connection do you have at home, how big is the internal network?)
      is it a business or SOHO system you operate?

      I'm happy to help you, because I know the limits of APU stuff as well (we've been using them for 4 -5 years for "homeworker" colleagues' endpoints)

      Cats bury it so they can't see it!
      (You know what I mean if you have a cat)

      K 1 Reply Last reply Reply Quote 1
      • F
        FLOK
        last edited by

        Hi again !
        I did every trick you gave me...
        Flashed back to Bios V4.10.0.1 - Halt System - Disconnect Power for 30sec.

        Made changes is loader.conf.local
        2020-06-04 17_34_18-Window.png

        Made a few tunables (like DaddyGo)
        2020-06-04 17_35_18-Window.png

        Disabled the offloads
        2020-06-04 17_36_59-Window.png

        Reboot

        Speedtest
        2020-06-04 17_38_24-Window.png

        Shit ☹

        V 1 Reply Last reply Reply Quote 0
        • DaddyGoD
          DaddyGo
          last edited by DaddyGo

          Never give up ☺

          it’s time to review your entire configuration
          can we get a drawing of your system and more information

          (F.E. ISP, WAN interface type, installed packages, LAN enviroment)
          believe me the APU knows a lot in the SOHO category

          the place of the joke:
          "the error is in your device"
          does not matter anyway, this is a European slang

          edit: it was missed

          dbf52341-6047-4731-a8d3-23ddcb98d84a-image.png

          Cats bury it so they can't see it!
          (You know what I mean if you have a cat)

          1 Reply Last reply Reply Quote 0
          • DaddyGoD
            DaddyGo
            last edited by DaddyGo

            watch this, this is an APU 4d4 performance (I apologize for the Hungarian language)
            yes, I live in lisbon now because ☺

            cf3cbb49-0bbd-48b7-94e6-97a955066997-image.png

            and

            deb634a5-1aee-45ce-a37b-26869792f622-image.png

            what is the lesson
            is that it is not impossible ☺

            a small dictionary:

            letöltés = download
            feltöltés = upload
            késleltetés = latency
            átlag = average
            remegés = jitter

            Cats bury it so they can't see it!
            (You know what I mean if you have a cat)

            1 Reply Last reply Reply Quote 2
            • VeldkornetV
              Veldkornet
              last edited by

              Personally, I got better performance by enabling hardware offload (clear the check boxes).

              iPerf on local LAN from pfSense (client) to my NAS (server):

              iperf3 -c SERVER_IP_HERE -P 4
              

              With Hardware Offload: ~950Mbit/s

              Without Hardware Offload: ~450Mbit/s

              V S 2 Replies Last reply Reply Quote 1
              • V
                VAMike @Veldkornet
                last edited by

                @Veldkornet congratulations, you posted an irrelevant performance number for people trying to configure a router or firewall!

                offload can potentially help a client because the client can send a large chunk of data to the NIC at once and then allow the NIC to chop the data into packets and send. offload is useless on a firewall, which must inspect and process packets rather than large chunks of data.

                1 Reply Last reply Reply Quote 0
                • V
                  VAMike @FLOK
                  last edited by

                  @FLOK 92.8Mbps looks suspiciously like you have something negotiating a 100Mbps link. even the original APU could push data faster than that, let alone the APU2, and with no faffing about with configuration settings. you are wasting your time by trying to fine tune your way out of this; put everything back to the default and then find the actual problem.

                  F 1 Reply Last reply Reply Quote 0
                  • K
                    kinch @DaddyGo
                    last edited by

                    is it:

                    hw.igb.rx_process_limit="-1"
                    hw.igb.tx_process_limit="-1"

                    or

                    hw.igb.rx_process_limit=-1
                    hw.igb.tx_process_limit=-1

                    is "" needed?

                    Sorry 🤦

                    1 Reply Last reply Reply Quote 0
                    • S
                      saltandpepper @Veldkornet
                      last edited by

                      @Veldkornet

                      If you do the same setting as mentioned above, you get 1gbit

                      The setting from this speedtest was behind my current router (double nat), and the 3 tweaks applied which were mentioned in the post from @dugeem
                      tempsnip.png

                      Sometimes my speedtests seems to lock to around 700mbit or 500mbit, but i start to belive that this is an issue of my unit.
                      I also encountert a new behaviour. If I restart my APU2E4, im not able to access anything until i pull the cable from my wan port. Once the webinterface loaded, I can reconnect the wan and it works.
                      The same happens when i change the settings for TSO or LRO. Once i hit save, the system doesnt react to anything. Once i pull the plug out of wan, the webinterface loads in one or two seconds.
                      I start to belive that my hardware has an issue, I dont find any other explonation.

                      1 Reply Last reply Reply Quote 1
                      • K
                        kinch @DaddyGo
                        last edited by

                        @DaddyGo

                        I've examined it and found the following:

                        iperf3 LAB
                        No matter if APU2/3/4 I get a throughput with single connection of 750-850Mbit/s (LAN 2 OPT)

                        With 2 or more connections I get about 945Mbit/s.

                        A Speedtest.net gives the value 934Mbit/s UP/DOWN

                        I have tested the following BIOS versions:
                        V4.9.0.2
                        V4.11.0.2
                        V4.12.0.1

                        All the same.

                        But what I noticed, tested on APU2 and APU3, that pfsense version 2.4.5 does not reach the same throughput as 2.4.4-p3.
                        With Single Connection pfsense 2.4.5 reaches "only" about 400-500Mbit/s. With pfsense 2.4.5 I can only reach 940Mbps with 8 connections.

                        VeldkornetV DaddyGoD 2 Replies Last reply Reply Quote 0
                        • F
                          FLOK @VAMike
                          last edited by

                          @VAMike
                          Your message encouraged me to do research...
                          And you were so damn right.
                          My computer's stuck on the switch of an IP phone.
                          It throttles traffic to 100Mbits.

                          I am so sorry to have wasted your time :-(

                          2020-06-05 08_43_49-Ihr Speedtest für Glasfaser + DSL Internet – Deutsche Glasfaser.png

                          stephenw10S 1 Reply Last reply Reply Quote 1
                          • VeldkornetV
                            Veldkornet @kinch
                            last edited by

                            @kinch said in PC Engines apu2 experiences:

                            @DaddyGo

                            I've examined it and found the following:

                            iperf3 LAB
                            No matter if APU2/3/4 I get a throughput with single connection of 750-850Mbit/s (LAN 2 OPT)

                            With 2 or more connections I get about 945Mbit/s.

                            A Speedtest.net gives the value 934Mbit/s UP/DOWN

                            I have tested the following BIOS versions:
                            V4.9.0.2
                            V4.11.0.2
                            V4.12.0.1

                            All the same.

                            But what I noticed, tested on APU2 and APU3, that pfsense version 2.4.5 does not reach the same throughput as 2.4.4-p3.
                            With Single Connection pfsense 2.4.5 reaches "only" about 400-500Mbit/s. With pfsense 2.4.5 I can only reach 940Mbps with 8 connections.

                            I also noted something weird with 2.4.5.

                            My iPerf speeds were also much lower than normal. What I did to fix it was:

                            • disabling hardware offload (check the check boxes)
                            • save, no reboot (iPerf results the same)
                            • re-enabling hardware offload (clear the check boxes)
                            • save, no reboot (iPerf results back up to the expected levels)

                            The only thing I did between having good iPerf results and slow ones was reboot the device. It's as if after a reboot, it forgot that hardware offload was enabled, and I just needed to set it again.

                            DaddyGoD K 3 Replies Last reply Reply Quote 1
                            • DaddyGoD
                              DaddyGo @Veldkornet
                              last edited by DaddyGo

                              @Veldkornet

                              • pity this to argue further.... (LRO / TSO / etc.)
                                the forum is full of why you need to disable "offloading"

                              if you use pfSense for routing, (*****not recommended!!! *****), but just think of IPS netmap
                              ******https://docs.netgate.com/pfsense/en/latest/config/advanced-setup.html#Networking

                              and @jimp https://forum.netgate.com/topic/42669/tso-and-lro-on-alix-boards

                              netmap it will not start properly unless they are disabled

                              all forum threads that belong here, it starts with this - disabling this features first -

                              Cats bury it so they can't see it!
                              (You know what I mean if you have a cat)

                              1 Reply Last reply Reply Quote 0
                              • DaddyGoD
                                DaddyGo @kinch
                                last edited by DaddyGo

                                @kinch

                                let's wait for this 2.4.5-p1 ☺
                                but indeed we also experienced some difference, but not significant

                                just a suggestion instead of speedtest_net, I prefer to use this nperf.com
                                it uses a much more serious algorithm to saturate, ergo the measurement more accurate

                                Cats bury it so they can't see it!
                                (You know what I mean if you have a cat)

                                1 Reply Last reply Reply Quote 1
                                • DaddyGoD
                                  DaddyGo @Veldkornet
                                  last edited by DaddyGo

                                  @Veldkornet

                                  "The only thing I did between having good iPerf results and slow ones was reboot the device. It's as if after a reboot, it forgot that hardware offload was enabled, and I just needed to set it again."

                                  so, ☺

                                  enabling / disabling these functions will in any case require a restart!
                                  without it it makes no sense, thus, the test is not relevant either

                                  if the function is still active after a restart, this must be disabled with this way

                                  /boot/loader.conf.local

                                  hw.bce.tso_enable=0 or 1
                                  hw.bce.lro_enable=0 or 1 ......... etc.

                                  edit: bce / igb / etc.

                                  test method after reboot:

                                  ifconfig igbX | grep CSUM

                                  X= 1 ,2, 3, 4, or........

                                  f4f2790c-3cd5-4045-b319-595bb24a721b-image.png

                                  Cats bury it so they can't see it!
                                  (You know what I mean if you have a cat)

                                  1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator @FLOK
                                    last edited by

                                    @FLOK said in PC Engines apu2 experiences:

                                    My computer's stuck on the switch of an IP phone.
                                    It throttles traffic to 100Mbits.

                                    Ha, I have done exactly that before. 😉

                                    F 1 Reply Last reply Reply Quote 0
                                    • F
                                      FLOK @stephenw10
                                      last edited by

                                      @stephenw10
                                      the joke is, that the pc still shows gigabit, although the performance is not reached ☹

                                      1 Reply Last reply Reply Quote 0
                                      • stephenw10S
                                        stephenw10 Netgate Administrator
                                        last edited by

                                        Ooo ouch. Yeah I didn't have that excuse. 🙄

                                        1 Reply Last reply Reply Quote 0
                                        • L
                                          logan5247
                                          last edited by

                                          Anyone running 2.4.5-p1 yet? Already on 2.4.5, so I don't think there would be much of a chance for something to go wrong...
                                          https://www.netgate.com/blog/pfsense-2-4-5-release-p1-now-available.html

                                          fireodoF 1 Reply Last reply Reply Quote 0
                                          • fireodoF
                                            fireodo @logan5247
                                            last edited by

                                            @logan5247 said in PC Engines apu2 experiences:

                                            Anyone running 2.4.5-p1 yet? Already on 2.4.5, so I don't think there would be much of a chance for something to go wrong...
                                            https://www.netgate.com/blog/pfsense-2-4-5-release-p1-now-available.html

                                            Here running on 2.4.5_p1 - since yesterday and I cannot see any issue ...☺

                                            Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
                                            SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
                                            pfsense 2.7.2 CE
                                            Packages: Apcupsd Cron Iftop Iperf LCDproc Nmap pfBlockerNG RRD_Summary Shellcmd Snort Speedtest System_Patches.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.