howartp Posted March 2, 2017 Posted March 2, 2017 I'm just moving some photos around between two servers to sort out disk space. I'm getting about 8mb/s transfer speeds which seems slow but is about normal for data moving processes here - reading a couple of random articles on the web folk are getting say 80mb/s when tweaking various settings. What sort of speeds do you get between two servers with Gig ports on them? Peter
sted Posted March 2, 2017 Posted March 2, 2017 I'm just moving some photos around between two servers to sort out disk space. I'm getting about 8mb/s transfer speeds which seems slow but is about normal for data moving processes here - reading a couple of random articles on the web folk are getting say 80mb/s when tweaking various settings. What sort of speeds do you get between two servers with Gig ports on them? Peter probably depends hoow much the servers nics are loaded. Just a thought are they broadcom nics if so disable virtual command queues that can make them much faster
howartp Posted March 2, 2017 Author Posted March 2, 2017 Just a thought are they broadcom nics if so disable virtual command queues that can make them much faster They are! Where do I find this option? Peter
howartp Posted March 2, 2017 Author Posted March 2, 2017 Just a thought are they broadcom nics if so disable virtual command queues that can make them much faster They are! Where do I find this option? Peter
sted Posted March 2, 2017 Posted March 2, 2017 They are! Where do I find this option? Peter in device manager find you nic(s) and it on the advanced page (its not always an issue the one im on now seems fine with enabled but in the past ive had it be so slow its unusable)
sted Posted March 2, 2017 Posted March 2, 2017 They are! Where do I find this option? Peter in device manager find you nic(s) and it on the advanced page (its not always an issue the one im on now seems fine with enabled but in the past ive had it be so slow its unusable)
howartp Posted March 2, 2017 Author Posted March 2, 2017 in device manager find you nic(s) and it on the advanced page (its not always an issue the one im on now seems fine with enabled but in the past ive had it be so slow its unusable) Unfortunately these don't have that option. They have IPv4 Large Send Offload which reportedly speeds things up when you disable it, but often needs a reboot before it kicks in which I can't do yet. Peter
howartp Posted March 2, 2017 Author Posted March 2, 2017 in device manager find you nic(s) and it on the advanced page (its not always an issue the one im on now seems fine with enabled but in the past ive had it be so slow its unusable) Unfortunately these don't have that option. They have IPv4 Large Send Offload which reportedly speeds things up when you disable it, but often needs a reboot before it kicks in which I can't do yet. Peter
PotNoodleTech Posted March 2, 2017 Posted March 2, 2017 [ATTACH=CONFIG]41904[/ATTACH] And people still say "hey the networks a bit slow today" I think to myself, no it's not its the crappy website your using that looks like it was made buy a guy in his shed! 1
PotNoodleTech Posted March 2, 2017 Posted March 2, 2017 And people still say "hey the networks a bit slow today" I think to myself, no it's not its the crappy website your using that looks like it was made buy a guy in his shed! 1
Oaktech Posted March 2, 2017 Posted March 2, 2017 Nuff said... This is between a backup server the the other side of the site and one of our cluster hosts. (the 1.4gbps is the 10GbSAN connection) 1
cpjitservices Posted March 2, 2017 Posted March 2, 2017 Varies on the size of the files and how taxed the servers / nics are at the time but usually pretty quick, especially when everything is going via Juniper Switches.
SHimmer45 Posted March 2, 2017 Posted March 2, 2017 (edited) Task Manager shots look more impressive for mere mortals on mostly 1GB/100mb to the desktop and 1GB back to core switch we can but dream of such figures Edited March 2, 2017 by SHimmer45
mjk Posted March 2, 2017 Posted March 2, 2017 Please specify mega BITS or mega BYTES!! My 1Gig connection is measuring 936Mb/s which is 117MB/s dd if=/dev/zero bs=1024K count=512 | nc -v 172.16.100.15 8000Connection to 172.16.100.15 8000 port [tcp/irdmi] succeeded!512+0 records in512+0 records out536870912 bytes (537 MB) copied, 4.58305 s, 117 MB/s
SHimmer45 Posted March 2, 2017 Posted March 2, 2017 copying a large iso from a 1GB connected server to a 1GB connected workstation. (U320 SCSI --> 1x SSD) looks about right to me
localzuk Posted March 2, 2017 Posted March 2, 2017 Don't understand the poll, as all of them indicate less than 100mbps. Desktop to server: Server to Server: The limiting factor on our servers right now is the network switch (old, barely supports 10Gbit). New switch going to be ordered soon so should improve that significantly, plus our new servers are all SSD in RAID 6. 1
howartp Posted March 2, 2017 Author Posted March 2, 2017 Don't understand the poll, as all of them indicate less than 100mbps. I never remember whether Server 2008 is in MB/s or Mb/s but whichever it is is what the poll is in. We're getting 8 of them per second whichever it's written in!
mjk Posted March 2, 2017 Posted March 2, 2017 I never remember whether Server 2008 is in MB/s or Mb/s but whichever it is is what the poll is in. We're getting 8 of them per second whichever it's written in! Something is broken if you only get 8 thingmes per second. My advice is to do what I did and use a network diagnostic tool to get the number. The reason I say this is because you shouldn't rely on file copying. File copying has the overhead of the file copy protocols, the disk speed, the file system and other things that you don't want to get in the way. First measure the network speed and then determine whether you have a network problem. If the network looks ok, then start looking at the protocols, disks etc. At the moment you are measuring everything and you need to pin it down a bit better.
kearton Posted March 3, 2017 Posted March 3, 2017 I remember many years ago doing a massive robocopy (from my PC) between 2 servers. It was taking aaaaaaages. So I stopped it and ran it again from one of the servers. It went like lightening. The first job was sending all the copying *via* my PC.
Sagima Posted March 3, 2017 Posted March 3, 2017 I remember many years ago doing a massive robocopy (from my PC) between 2 servers. It was taking aaaaaaages. So I stopped it and ran it again from one of the servers. It went like lightening. The first job was sending all the copying *via* my PC. I've accidentally done that in that past as well. Most of our network is 1gig - so roughly 112-15meg/sec copying speed. That which isn't is 10gig but all of the 10gig machines are on the part that is still 1 gig and all of the 10gig network only serves 1gig machines.
localzuk Posted March 3, 2017 Posted March 3, 2017 Something is broken if you only get 8 thingmes per second. My advice is to do what I did and use a network diagnostic tool to get the number. The reason I say this is because you shouldn't rely on file copying. File copying has the overhead of the file copy protocols, the disk speed, the file system and other things that you don't want to get in the way. First measure the network speed and then determine whether you have a network problem. If the network looks ok, then start looking at the protocols, disks etc. At the moment you are measuring everything and you need to pin it down a bit better. Nah, 8MBps would be 64Mbps, which if the transfer is to a 100Mbit connected device, would be a reasonable speed.
SHimmer45 Posted March 3, 2017 Posted March 3, 2017 be nice if MS added an option to change the unit types on the task manager window
PotNoodleTech Posted March 3, 2017 Posted March 3, 2017 Yeh task manager measures in Megabits so for MegaBytes divide by 8. PS: OP is getting sub 100Mb/s figures there, surely his servers cant be 100meg? If they're 1Gbit then I suggest there is a problem somewhere that we can work through.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now