Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Networking > Slow file-upload to share, 2003 server.

Reply
Thread Tools Display Modes

Slow file-upload to share, 2003 server.

 
 
Anteaus
Guest
Posts: n/a

 
      10-05-2009

Investigating a problem of slow upload of files to a server share.

When downloading files to a client, or when using the server console to copy
files to or from another server, the LAN throughput is ~7MB/s which seems
about typical for a 100Mb/s link.

However, when uploading a file from a client to a server share, the
throughput is half that at best, and seems to suffer a further drop in speed
after perhaps 30sec or so of copying, to as low as 1-2MB/s. From then on the
speed fluctuates from 0.5MB/s to 3MB/s, and the total copy takes about 4-6
times as long as it should.

The client copies the same files to another (Debian) server at full speed,
so I think we can rule-out a client problem.

There are no processor-intensive tasks running, and during the copy the
utilization of both CPU and LAN are moderate. A disk-to-disk copy on the
server is >10x the LAN speed, which suggests it's not a disk throughput
problem.

I've tried:
Updating LAN driver.
A different LAN card, RTL8139.
Changing various LAN card parameters, including forcing 100 Duplex.
Changed the relative priority of services/applications.
No joy.

Seems to me it cannot be a LAN interface or IP problem anyway, as the server
can download AND upload files from/to its own console at full speed. It looks
more like a problem with the server process itself.

Any suggestions?

 
Reply With Quote
 
 
 
 
Anteaus
Guest
Posts: n/a

 
      10-05-2009
Seem to have solved it. There is evidently a problem with the onboard NIC or
its driver, and the problem only goes away if this is fully deactivated.
Using a second NIC with the onboard still active -as I first tried- the
problem still manifests, hence confusing result.

"Anteaus" wrote:

> Investigating a problem of slow upload of files to a server share.
>
> When downloading files to a client, or when using the server console to copy
> files to or from another server, the LAN throughput is ~7MB/s which seems
> about typical for a 100Mb/s link.
>
> However, when uploading a file from a client to a server share, the
> throughput is half that at best, and seems to suffer a further drop in speed
> after perhaps 30sec or so of copying, to as low as 1-2MB/s. From then on the
> speed fluctuates from 0.5MB/s to 3MB/s, and the total copy takes about 4-6
> times as long as it should.
>
> The client copies the same files to another (Debian) server at full speed,
> so I think we can rule-out a client problem.
>
> There are no processor-intensive tasks running, and during the copy the
> utilization of both CPU and LAN are moderate. A disk-to-disk copy on the
> server is >10x the LAN speed, which suggests it's not a disk throughput
> problem.
>
> I've tried:
> Updating LAN driver.
> A different LAN card, RTL8139.
> Changing various LAN card parameters, including forcing 100 Duplex.
> Changed the relative priority of services/applications.
> No joy.
>
> Seems to me it cannot be a LAN interface or IP problem anyway, as the server
> can download AND upload files from/to its own console at full speed. It looks
> more like a problem with the server process itself.
>
> Any suggestions?
>

 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      10-05-2009

"Anteaus" <> wrote in message
news:78AE0745-C902-4EC4-AA79-...
> Seem to have solved it. There is evidently a problem with the onboard NIC
> or
> its driver, and the problem only goes away if this is fully deactivated.
> Using a second NIC with the onboard still active -as I first tried- the
> problem still manifests, hence confusing result.
>
> "Anteaus" wrote:
>
>> Investigating a problem of slow upload of files to a server share.
>>
>> When downloading files to a client, or when using the server console to
>> copy
>> files to or from another server, the LAN throughput is ~7MB/s which seems
>> about typical for a 100Mb/s link.
>>
>> However, when uploading a file from a client to a server share, the
>> throughput is half that at best, and seems to suffer a further drop in
>> speed
>> after perhaps 30sec or so of copying, to as low as 1-2MB/s. From then on
>> the
>> speed fluctuates from 0.5MB/s to 3MB/s, and the total copy takes about
>> 4-6
>> times as long as it should.
>>
>> The client copies the same files to another (Debian) server at full
>> speed,
>> so I think we can rule-out a client problem.
>>
>> There are no processor-intensive tasks running, and during the copy the
>> utilization of both CPU and LAN are moderate. A disk-to-disk copy on the
>> server is >10x the LAN speed, which suggests it's not a disk throughput
>> problem.
>>
>> I've tried:
>> Updating LAN driver.
>> A different LAN card, RTL8139.
>> Changing various LAN card parameters, including forcing 100 Duplex.
>> Changed the relative priority of services/applications.
>> No joy.
>>
>> Seems to me it cannot be a LAN interface or IP problem anyway, as the
>> server
>> can download AND upload files from/to its own console at full speed. It
>> looks
>> more like a problem with the server process itself.
>>
>> Any suggestions?
>>



This may possibly be due to the TCP Chimney feature that is enabled by
default on 2003 SP2 and 2008. It relies on offloading TCP functions to the
NIC, however if the NIC doesn't support it, you will see various issues, one
of which you've described. Read the following for more info and see if it
applies.

TCP Chimney and RSS Features May Cause Slow File Transfers or Cause
Connectivity Problems
http://msmvps.com/blogs/acefekay/arc...-problems.aspx

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCTS 2008, MCTS Exchange, MCSE, MCSA 2003 & 2000, MCSA
Messaging
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.


 
Reply With Quote
 
Anteaus
Guest
Posts: n/a

 
      10-05-2009

I tried "Netsh int ip set chimney DISABLED" but it didn't seem to have any
effect on the problem. In any case the firewall is on so the chimney function
shouldn't be active.

Nevertheless this sounds very much like the sort of area where the trouble
might be.

Thanks.

"Ace Fekay [MCT]" wrote:

> "Anteaus" <> wrote in message
> news:78AE0745-C902-4EC4-AA79-...
> > Seem to have solved it. There is evidently a problem with the onboard NIC
> > or
> > its driver, and the problem only goes away if this is fully deactivated.
> > Using a second NIC with the onboard still active -as I first tried- the
> > problem still manifests, hence confusing result.
> >
> > "Anteaus" wrote:
> >
> >> Investigating a problem of slow upload of files to a server share.
> >>
> >> When downloading files to a client, or when using the server console to
> >> copy
> >> files to or from another server, the LAN throughput is ~7MB/s which seems
> >> about typical for a 100Mb/s link.
> >>
> >> However, when uploading a file from a client to a server share, the
> >> throughput is half that at best, and seems to suffer a further drop in
> >> speed
> >> after perhaps 30sec or so of copying, to as low as 1-2MB/s. From then on
> >> the
> >> speed fluctuates from 0.5MB/s to 3MB/s, and the total copy takes about
> >> 4-6
> >> times as long as it should.
> >>
> >> The client copies the same files to another (Debian) server at full
> >> speed,
> >> so I think we can rule-out a client problem.
> >>
> >> There are no processor-intensive tasks running, and during the copy the
> >> utilization of both CPU and LAN are moderate. A disk-to-disk copy on the
> >> server is >10x the LAN speed, which suggests it's not a disk throughput
> >> problem.
> >>
> >> I've tried:
> >> Updating LAN driver.
> >> A different LAN card, RTL8139.
> >> Changing various LAN card parameters, including forcing 100 Duplex.
> >> Changed the relative priority of services/applications.
> >> No joy.
> >>
> >> Seems to me it cannot be a LAN interface or IP problem anyway, as the
> >> server
> >> can download AND upload files from/to its own console at full speed. It
> >> looks
> >> more like a problem with the server process itself.
> >>
> >> Any suggestions?
> >>

>
>
> This may possibly be due to the TCP Chimney feature that is enabled by
> default on 2003 SP2 and 2008. It relies on offloading TCP functions to the
> NIC, however if the NIC doesn't support it, you will see various issues, one
> of which you've described. Read the following for more info and see if it
> applies.
>
> TCP Chimney and RSS Features May Cause Slow File Transfers or Cause
> Connectivity Problems
> http://msmvps.com/blogs/acefekay/arc...-problems.aspx
>
> --
> Ace
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Please reply back to the newsgroup or forum for collaboration benefit among
> responding engineers, and to help others benefit from your resolution.
>
> Ace Fekay, MCT, MCTS 2008, MCTS Exchange, MCSE, MCSA 2003 & 2000, MCSA
> Messaging
> Microsoft Certified Trainer
>
> For urgent issues, please contact Microsoft PSS directly. Please check
> http://support.microsoft.com for regional support phone numbers.
>
>
>

 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      10-05-2009
"Anteaus" <> wrote in message
news:FD701B8B-FC89-4F9E-B0CB-...
>
> I tried "Netsh int ip set chimney DISABLED" but it didn't seem to have any
> effect on the problem. In any case the firewall is on so the chimney
> function
> shouldn't be active.
>
> Nevertheless this sounds very much like the sort of area where the trouble
> might be.
>
> Thanks.



I wouldn't think the firewall wouldn't have anything to do with a
'slowdown.' Check the reg entries compared to the ones in the blog.

Ace


 
Reply With Quote
 
Anteaus
Guest
Posts: n/a

 
      10-06-2009
According to the blog, the chimney feature isn't used if the firewall is on,
which it is. Hence in principle it shouldn't cause trouble in this
configuration.

Anyway, after the various changes it's now much faster, though for some
reason not quite as fast as the Debian server. Think I'll accept that it's
now OK to deploy.

Thanks for help.

"Ace Fekay [MCT]" wrote:

> I wouldn't think the firewall wouldn't have anything to do with a
> 'slowdown.' Check the reg entries compared to the ones in the blog.


 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      10-06-2009
"Anteaus" <> wrote in message
news:0F765179-9596-4DC0-A785-...
> According to the blog, the chimney feature isn't used if the firewall is
> on,
> which it is. Hence in principle it shouldn't cause trouble in this
> configuration.
>
> Anyway, after the various changes it's now much faster, though for some
> reason not quite as fast as the Debian server. Think I'll accept that it's
> now OK to deploy.
>
> Thanks for help.
>
> "Ace Fekay [MCT]" wrote:
>
>> I wouldn't think the firewall wouldn't have anything to do with a
>> 'slowdown.' Check the reg entries compared to the ones in the blog.

>



True about the firewall and Chimney. I misquoted my own blog! :-)

I'm not sure how fast a Debian machine is, since I've never used one, but
good to hear the changes have beneficial effect.

Ace


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow file acces on Server 200 share Luke Chalmers Windows Server 2 03-25-2009 05:24 PM
Slow upload speed FROM server 2003 Bob O. Server Networking 2 02-07-2009 06:49 PM
2003 server File Share Slow Brad Fox Windows Server 1 08-08-2005 04:09 PM
2003 File Share Server Slow Brad Fox Windows Server 0 08-08-2005 03:44 PM
deleting file on network share slow on 2003 jim Server Networking 0 01-15-2004 05:13 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59