IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of Mirroring


Ignore:
Timestamp:
Mar 10, 2009, 9:35:03 PM (17 years ago)
Author:
jester@…
Comment:

Reformat for trac

Legend:

Unmodified
Added
Removed
Modified
  • Mirroring

    v1 v2  
    33= Questions/Notes: =
    44
    5 # Server setup?
    6 # Performance of rsync on real-life updated dvo database tables? <br />This could be done using the Stripe82 data after successively updating dvo with more and more detections. May need to do this with the full stripe82 dataset, i.e. a few hundred square degrees, rather than the current 2.5x2.5 test set.
    7 # Transfer rate needed? Gene estimates:
    8 ## ~1 Mbit/s continuous for ''detections''
    9 ## ~3 Mbit/s continuous for ''average tables'' ('''what about extended-source parameters?''')
    10 ## ~75 Mbit/s continous for ''raw images'' (but might also want weights & masks - i.e. double the raw rate)
     5 1. Server setup?
     6 1. Performance of rsync on real-life updated dvo database tables? <br />This could be done using the Stripe82 data after successively updating dvo with more and more detections. May need to do this with the full stripe82 dataset, i.e. a few hundred square degrees, rather than the current 2.5x2.5 test set.
     7 1. Transfer rate needed? Gene estimates:
     8  * ~1 Mbit/s continuous for ''detections''
     9  * ~3 Mbit/s continuous for ''average tables'' ('''what about extended-source parameters?''')
     10  * ~75 Mbit/s continous for ''raw images'' (but might also want weights & masks - i.e. double the raw rate)
    1111Johannes Koppenhöfer has managed transfer rates of 400 Mbit/s from Hawaii to Garching, via two parallel rsync transfers at 200 Mbit/s each, but so far only over timescales of 10 minutes. The best sustained rate was ~80 Mbit/s over a few hours from ipp000 or alala to Heidelberg via rsync, though this was a much earlier experiment that should be repeated soon.
    1212
     
    7676== recommended TCP/IP settings (to be set in /etc/sysctl.conf): ==
    7777
     78{{{
    7879net.core.rmem_max=62500000
    79 
    8080net.core.wmem_max=62500000
     81net.core.netdev_max_backlog = 2500
    8182
    8283net.ipv4.tcp_rmem=4096 87380 62500000
    83 
    8484net.ipv4.tcp_wmem=4096 16384 62500000
    85 
    86 net.core.netdev_max_backlog = 2500
    87 
    8885net.ipv4.tcp_moderate_rcvbuf=1
    89 
    9086net.ipv4.tcp_timestamps=1
    91 
    9287net.ipv4.tcp_window_scaling=1
    93 
    9488net.ipv4.tcp_sack=1
    95 
    9689net.ipv4.tcp_ecn=1
    97 
    9890net.ipv4.tcp_adv_win_scale=7
    99 
    10091net.ipv4.tcp_syncookies=0
    101 
    10292net.ipv4.tcp_congestion_control=cubic
    103 
     93}}}
    10494
    10595== Speed test to Munich/Garching (single job, single file): ==
    10696
    107 # Hawaii->cluster: 224.21Mbit/s
    108 # Hawaii->MPE:      30.96Mbit/s
    109 # Hawaii->USM:      53.28Mbit/s
    110 
     97{{{
     98  Hawaii->cluster: 224.21Mbit/s
     99  Hawaii->MPE:      30.96Mbit/s
     100  Hawaii->USM:      53.28Mbit/s
     101}}}
    111102
    112103== rsync command used for tests: ==
    113104
     105{{{
    114106\rsync -avP rsync://ipp0002.ifa.hawaii.edu/catdir.synth.grizy/n0000.tar.gz .
     107}}}