ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    LAN speed

    IT Discussion
    7
    67
    10.6k
    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.
    • scottalanmillerS
      scottalanmiller @travisdh1
      last edited by

      @travisdh1 said:

      @scottalanmiller said:

      @Dashrender said:

      Scott - what tool would you use to create a 120 GB file to keep a 1 Gb link saturated for 20 mins (assuming 800 Mb/s transfer)?

      dd will do that, if you are on the NAS CLI.

      dd in=/dev/zero of=zero.txt bs=4k count=400000

      Pay attention to the output when it finished. It will also give you some information on how fast it wrote zeros to the drives. You can then use zero.txt to transfer to different points on the network.

      Don't forget to delete that file when you're finished, it's literally 1GB of zeros.

      For testing, try it with /dev/random instead of /dev/zero. Using all zeros can be misleading as things can compress it like crazy and show super high transfer rates when nothing is being transferred.

      1 Reply Last reply Reply Quote 1
      • scottalanmillerS
        scottalanmiller @marcinozga
        last edited by

        @marcinozga said:

        Set up ftp server on that NAS and try to transfer a few big files. Hardly anything comes close to ftp in terms of raw speed.

        Still needs those "few big items" though.

        M 1 Reply Last reply Reply Quote 1
        • M
          marcinozga @scottalanmiller
          last edited by

          @scottalanmiller said:

          @marcinozga said:

          Set up ftp server on that NAS and try to transfer a few big files. Hardly anything comes close to ftp in terms of raw speed.

          Still needs those "few big items" though.

          Linux distro iso for example.

          DashrenderD 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            That should do.

            1 Reply Last reply Reply Quote 0
            • DashrenderD
              Dashrender @marcinozga
              last edited by

              @marcinozga said:

              @scottalanmiller said:

              @marcinozga said:

              Set up ftp server on that NAS and try to transfer a few big files. Hardly anything comes close to ftp in terms of raw speed.

              Still needs those "few big items" though.

              Linux distro iso for example.

              yeah - I was asking earlier for a way to do this (Scott said use dd) so the OP doesn't have to download something first.

              1 Reply Last reply Reply Quote 0
              • IT-ADMINI
                IT-ADMIN
                last edited by

                ok thank you guys, i think 200Mbs is ok now, better than 44Mbs 😉

                1 Reply Last reply Reply Quote 1
                • IT-ADMINI
                  IT-ADMIN
                  last edited by

                  but still very less that what it's supposed to be

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @IT-ADMIN
                    last edited by

                    @IT-ADMIN said:

                    but still very less that what it's supposed to be

                    Define "what it is supposed to be?" What makes you feel that it should be faster?

                    DashrenderD 1 Reply Last reply Reply Quote 1
                    • travisdh1T
                      travisdh1
                      last edited by

                      Just for a quick reference, this is my latest iperf run between my workstation and the server. Network is 1GB with 2x1GB LAGs between each switch.


                      Server listening on TCP port 5001
                      TCP window size: 85.3 KByte (default)

                      [ 4] local 192.168.0.20 port 5001 connected with 192.168.0.45 port 60691
                      [ ID] Interval Transfer Bandwidth
                      [ 4] 0.0-10.0 sec 683 MBytes 572 Mbits/sec
                      [ 5] local 192.168.0.20 port 5001 connected with 192.168.0.45 port 60715
                      [ 5] 0.0-10.0 sec 680 MBytes 569 Mbits/sec

                      It's a little slower than I'd like to see, but that's really not terrible for an in-use network. When everybody else is gone it does go up to the 800Mbits/sec transfer. This of course is not going to give any sort of real bearing on drive speed, just how fast the network can go.

                      1 Reply Last reply Reply Quote 0
                      • DashrenderD
                        Dashrender @scottalanmiller
                        last edited by

                        @scottalanmiller said:

                        @IT-ADMIN said:

                        but still very less that what it's supposed to be

                        Define "what it is supposed to be?" What makes you feel that it should be faster?

                        Exactly - Until you test transfering a 4+ GB file so you have at least 1 min of sustained transfer on a single file you won't really know what you're getting.

                        As Scott mentioned, small files are the killer of SMB protocol.

                        1 Reply Last reply Reply Quote 3
                        • 1
                        • 2
                        • 3
                        • 4
                        • 4 / 4
                        • First post
                          Last post