JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for GRIDPP-STORAGE Archives


GRIDPP-STORAGE Archives

GRIDPP-STORAGE Archives


GRIDPP-STORAGE@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

GRIDPP-STORAGE Home

GRIDPP-STORAGE Home

GRIDPP-STORAGE  February 2013

GRIDPP-STORAGE February 2013

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: sonar tests to BNL

From:

"Christopher J. Walker" <[log in to unmask]>

Reply-To:

Christopher J. Walker

Date:

Mon, 18 Feb 2013 14:25:39 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (144 lines)

On 18/02/13 12:25, Alessandra Forti wrote:
> Hi Ewan,
> 
> we have those sysctl parameters as well. 

Can you (and Ewan) confirm that you have the same for:

sysctl net.ipv4.tcp_congestion_control
sysctl net.ipv4.tcp_sack
sysctl net.ipv4.tcp_dsack


BNL has lots of bandwidth and is a large distance away. Which other
distant site that has decent networking did you try? If you don't have
one, then AGLT2 or MWT2 might be appropriate - I know that Shawn McKee
<[log in to unmask]> takes a big interest in networking issues and
umich.edu is in one of those Tier-2s.



> I've played a bit with them and
> if I reduce them to the settings DPM used to set the 9stream transfers
> don't change and 1-2 streams get degraded and transfers take twice as
> long and if I instead double the values the results are in line as if I
> hadn't change them. Only one 9stream transfer went as fast as the
> 1-2stream and I don't think it was due to the sysctl parameters because
> the other 14 went as slow as usual.
> 
> This is a snapshot of a test I did this morning. I'm using all 5 files
> used by the sonar tests which are distributed on 5 different machines 2
> of these machines - they corresponding to the first two lines of each
> bunch - have double values (i.e. 33MB) settings.
> 
> repeating tests every few minutes doesn't help because I believe the
> files get eventually all in memory and 1-2 streams go eventually faster
> but not 9 stream ones.
> 
> 9 streams:
> 
>      47054848 bytes    511.15 KB/sec avg    522.27 KB/sec inst
>      30539776 bytes    498.73 KB/sec avg    513.71 KB/sec inst
>      23461888 bytes    383.14 KB/sec avg    386.98 KB/sec inst
>      30277632 bytes    495.28 KB/sec avg    498.26 KB/sec inst
>      29491200 bytes    480.80 KB/sec avg    507.73 KB/sec inst
> 
> 2 streams:
> 
>    1777729536 bytes  28934.40 KB/sec avg  31978.57 KB/sec inst
>    1776025600 bytes  28858.57 KB/sec avg  25437.87 KB/sec inst
>    1261230486 bytes  41055.68 KB/sec avg  41055.68 KB/sec inst
>    1354288154 bytes  44084.90 KB/sec avg  44084.90 KB/sec inst
>    2000000000 bytes  32071.02 KB/sec avg  23708.53 KB/sec inst
> 
> 1 stream:
> 
>     977272832 bytes  31812.27 KB/sec avg  31812.27 KB/sec inst
>     515768320 bytes  16789.33 KB/sec avg  16789.33 KB/sec inst
>     741832146 bytes  24148.18 KB/sec avg  24148.18 KB/sec inst
>     348258304 bytes  11336.53 KB/sec avg  11336.53 KB/sec inst
>     612237312 bytes  19996.25 KB/sec avg  19996.25 KB/sec inst
> 
> 
> Yes, we can ask to reduce the number of streams however some sites like
> QMUL do benefit from the 9 streams and sites like Lancaster, Glasgow and
> Liverpool although with some up and downs don't seem to suffer from this
> problem we should try to understand why it doesn't work at all sites for
> DPM.

That's great data. Can you let us know the command you used so we can
replicate it.

Have you tried with values between 2 and 9 streams (8 specifically). If
8 was somehow much better for you, and didn't make much difference for
QMUL and other sites, then it might tell us something.

Network analysis with wireshark does seem another way forward.

Chris
> 
> cheers
> alessandra
> 
> 
> 
> 
> 
> On 17/02/2013 16:09, Ewan MacMahon wrote:
>>> -----Original Message-----
>>> From: GRIDPP2: Deployment and support of SRM and local storage
>>> management
>>> [mailto:[log in to unmask]] On Behalf Of Alessandra Forti
>>>
>>> Since Manc degraded with the upgrade we should look at the OS/DPM
>>> configuration.
>> Oxford is now EMI2 DPM on SL5 across the whole system, but we've
>> seen the problem in the past when we still had gLite 3.2 pool nodes
>> with an EMI1 head node. I think the only time we weren't aware of
>> the problem (which could equally well be because it didn't exist,
>> or that I did and we just didn't know) was when we had SL4 gLite 3.1
>> pool nodes.
>>
>> We also have the 'fasterdata' TCP tweaks (I've copied the relevant bit
>> of our sysctl.conf below).
>>
>> If we think this is related to the 'extra' streams, can we tweak the
>> BNL FTS transfers to just use one stream? I know that ought to be
>> less efficient under normal circumstances, but it might be interesting
>> to see what it does here.
>>
>> Ewan
>>
>>
>>
>>
>> # Fromhttp://fasterdata.es.net/host-tuning/linux/
>> # increase TCP max buffer size setable using setsockopt()
>> # 16 MB with a few parallel streams is recommended for most 10G paths
>> # 32 MB might be needed for some very long end-to-end 10G or 40G paths
>>
>> # Commented values are OS defaults, uncommented ones are fasterdata ones,
>> # Defaults tested between 20121018 and 20121105 to no obvious effect -
>> Ewan
>>
>> net.core.rmem_max = 16777216
>> #net.core.rmem_max = 131071
>> net.core.wmem_max = 16777216
>> #net.core.wmem_max = 131071
>>
>> # increase Linux autotuning TCP buffer limits
>> # min, default, and max number of bytes to use
>> # (only change the 3rd value, and make it 16 MB or more)
>>
>> net.ipv4.tcp_rmem = 4096 87380 16777216
>> #net.ipv4.tcp_rmem = 4096 87380 4194304
>> net.ipv4.tcp_wmem = 4096 65536 16777216
>> #net.ipv4.tcp_wmem = 4096 16384 4194304
>>
>> # recommended to increase this for 10G NICS
>>
>> net.core.netdev_max_backlog = 30000
>> #net.core.netdev_max_backlog = 1000
> 
> 

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

May 2024
April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager