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

    speedtest CLI dying out

    pfSense Packages
    8
    28
    9.2k
    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.
    • S
      sschueller @KevinRice
      last edited by

      In case anyone is still having issues with the python version (and is running x86 hw). Speedtest net (speedtest dot net/apps/cli) has released their own version which is written in C and also supports settings which interface you want to use for the test.

      gnitingG 1 Reply Last reply Reply Quote 0
      • gnitingG
        gniting @sschueller
        last edited by

        @sschueller they have a pfsense specific package? if not, then won't it get wiped with every upgrade?

        S 1 Reply Last reply Reply Quote 0
        • S
          sschueller @gniting
          last edited by

          @ibbetsion not at the moment (on reddit there was an exchange between netgate and speedtest so their may be one in the future), you need to install it via cli and it will be gone after update. However during my last update the python version was also gone.

          E 1 Reply Last reply Reply Quote 0
          • E
            egeekial @sschueller
            last edited by

            The new Ookla FreeBSD version works fine.

            # REMOVE OLD VERSION
            : pkg remove py37-speedtest-cli
            
            # INSTALL NEW OOKLA VERSION
            : pkg add "https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-freebsd.pkg"
            
            fireodoF 1 Reply Last reply Reply Quote 0
            • S
              SpecimenB
              last edited by

              @egeekial said in speedtest CLI dying out:

              pkg add "https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-freebsd.pkg"

              Certificate verification failed for /C=BE/O=GlobalSign nv-sa/CN=GlobalSign Atlas R3 DV TLS CA 2020
              1078788096:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/build/plus-crossbuild-2102_2-aarch64/sources/FreeBSD-src/crypto/openssl/ssl/statem/statem_clnt.c:1915:
              Certificate verification failed for /C=BE/O=GlobalSign nv-sa/CN=GlobalSign Atlas R3 DV TLS CA 2020
              1078788096:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/build/plus-crossbuild-2102_2-aarch64/sources/FreeBSD-src/crypto/openssl/ssl/statem/statem_clnt.c:1915:
              Certificate verification failed for /C=BE/O=GlobalSign nv-sa/CN=GlobalSign Atlas R3 DV TLS CA 2020
              1078788096:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/build/plus-crossbuild-2102_2-aarch64/sources/FreeBSD-src/crypto/openssl/ssl/statem/statem_clnt.c:1915:
              pkg: https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-freebsd.pkg: Authentication error

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

                @egeekial said in speedtest CLI dying out:

                The new Ookla FreeBSD version works fine.

                Hi,
                Is this Version also working with the Speedtest Widget?
                Thanks
                fireodo

                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 1
                • SebMS
                  SebM
                  last edited by

                  This method is pretty bulletproof for me:

                  As per this page How To Install Speedtest-cli On a FreeBSD To Check Internet Speed, I simply ran these two commands in the GUI at Diagnostics / Command Prompt / Execute Shell Command:

                  pkg search speedtest
                  

                  This returned the following:
                  py38-speedtest-cli-2.1.3
                  Command line interface for testing internet bandwidth

                  so I ran this command:

                  pkg install -y py38-speedtest-cli-2.1.3
                  

                  Then from there I simply run speedtest

                  K 1 Reply Last reply Reply Quote 0
                  • K
                    KevinRice @SebM
                    last edited by

                    @sebm That method works because the issue has been fixed. Previously, it was broken.

                    SebMS 1 Reply Last reply Reply Quote 0
                    • SebMS
                      SebM @KevinRice
                      last edited by

                      @kevinrice Great, so now that it's been fixed and I wrote down a simple step-by-step, anybody who comes here in the future knows what to do... I love it when a plan comes together!

                      K 1 Reply Last reply Reply Quote 0
                      • K
                        KevinRice @SebM
                        last edited by

                        @sebm Until it breaks next revision! ;)

                        SebMS 1 Reply Last reply Reply Quote 0
                        • SebMS
                          SebM @KevinRice
                          last edited by

                          @kevinrice Then one can browse to Ookla's Speedtest, run:

                          sudo pkg add "https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-freebsd.pkg"
                          

                          Then when this is fixed, they can run:

                          pkg remove --y speedtest
                          

                          And rinse and repeat steps from there:
                          @sebm said in speedtest CLI dying out:

                          Simple. Unintrusive. I likes 😊

                          K 1 Reply Last reply Reply Quote 0
                          • K
                            KevinRice @SebM
                            last edited by

                            @sebm Until Ookla revises... Never ending battle.

                            SebMS 1 Reply Last reply Reply Quote 0
                            • SebMS
                              SebM @KevinRice
                              last edited by

                              @kevinrice I'd like to thank you for having published a workaround (option #3).

                              K 2 Replies Last reply Reply Quote 0
                              • K
                                KevinRice @SebM
                                last edited by

                                @sebm And, thank you for providing the current solution! I'm actually going to use it right now.

                                1 Reply Last reply Reply Quote 1
                                • K
                                  KevinRice @SebM
                                  last edited by

                                  @sebm Yup. Works great! Thx.

                                  Testing download speed................................................................................
                                  Download: 875.58 Mbit/s
                                  Testing upload speed......................................................................................................
                                  Upload: 776.59 Mbit/s
                                  
                                  SebMS 1 Reply Last reply Reply Quote 1
                                  • SebMS
                                    SebM @KevinRice
                                    last edited by

                                    @kevinrice wowza, that upload speed 😵

                                    K 1 Reply Last reply Reply Quote 0
                                    • K
                                      KevinRice @SebM
                                      last edited by

                                      @sebm GPON fiber. Race Communications home service. $60/mo. 👍

                                      SebMS 1 Reply Last reply Reply Quote 0
                                      • SebMS
                                        SebM @KevinRice
                                        last edited by

                                        @kevinrice I was paying $45 for 100/5 and just upgraded to 400/10 for $70... Something to keep in mind if I relocate.

                                        K 1 Reply Last reply Reply Quote 0
                                        • K
                                          KevinRice @SebM
                                          last edited by

                                          @sebm Yeah, coax doesn't give much upload. At least the ISPs don't.

                                          SebMS 1 Reply Last reply Reply Quote 0
                                          • SebMS
                                            SebM @KevinRice
                                            last edited by

                                            @kevinrice Do you have a Netgate appliance? If yes which one?

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