Changes between Version 1 and Version 2 of Mirroring
- Timestamp:
- Mar 10, 2009, 9:35:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mirroring
v1 v2 3 3 = Questions/Notes: = 4 4 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) 11 11 Johannes 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. 12 12 … … 76 76 == recommended TCP/IP settings (to be set in /etc/sysctl.conf): == 77 77 78 {{{ 78 79 net.core.rmem_max=62500000 79 80 80 net.core.wmem_max=62500000 81 net.core.netdev_max_backlog = 2500 81 82 82 83 net.ipv4.tcp_rmem=4096 87380 62500000 83 84 84 net.ipv4.tcp_wmem=4096 16384 62500000 85 86 net.core.netdev_max_backlog = 250087 88 85 net.ipv4.tcp_moderate_rcvbuf=1 89 90 86 net.ipv4.tcp_timestamps=1 91 92 87 net.ipv4.tcp_window_scaling=1 93 94 88 net.ipv4.tcp_sack=1 95 96 89 net.ipv4.tcp_ecn=1 97 98 90 net.ipv4.tcp_adv_win_scale=7 99 100 91 net.ipv4.tcp_syncookies=0 101 102 92 net.ipv4.tcp_congestion_control=cubic 103 93 }}} 104 94 105 95 == Speed test to Munich/Garching (single job, single file): == 106 96 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 }}} 111 102 112 103 == rsync command used for tests: == 113 104 105 {{{ 114 106 \rsync -avP rsync://ipp0002.ifa.hawaii.edu/catdir.synth.grizy/n0000.tar.gz . 107 }}}
