LFTP tests: Difference between revisions

From Lsdf
Jump to navigationJump to search
No edit summary
mNo edit summary
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Tests=
{| class="wikitable"
{| class="wikitable"
|+ style="text-align: left;" | TransferMatrix to HPSS FUSE MOUNT
|+ style="text-align: left;" | TransferMatrix to HPSS FUSE MOUNT
|-
|-
! scope="col" | Client OS !! scope="col" | Direction !! scope="col" | #of proc/streams !! scope="col" | #of files !! scope="col" | lsftp(MB/s) !! scope="col" | sftp(MB/s) !! scope="col" | scp(MB/s) !! scope="col" | rsync(MB/s)
! scope="col" | Client OS !! scope="col" | Direction !! scope="col" | #of proc/streams !! scope="col" | #of files !! scope="col" | lftp(MB/s) !! scope="col" | sftp(MB/s) !! scope="col" | scp(MB/s) !! scope="col" | rsync(MB/s)
|-
|-
! scope="row" | LINUX || Upload
! scope="row" | LINUX || Upload
Line 28: Line 29:
| 15 || 1 || 301 || || ||
| 15 || 1 || 301 || || ||
|}
|}


===LFTP usefull commands:===

1. '''Upload a local file(lfile) to a remote file(rfile):'''

*lftp>put lfile -o rfile

2. '''Upload (mirror reverse) a local directory using nn processes:'''

*lftp>mirror -c -R -Pnn ldir rdir

3. '''Download a remote directory using pget(nn streams) for every single file:'''
*lftp>mirror -c --use-pget-n=nn rdir ldir

Latest revision as of 20:09, 14 August 2016

Tests

TransferMatrix to HPSS FUSE MOUNT
Client OS Direction #of proc/streams #of files lftp(MB/s) sftp(MB/s) scp(MB/s) rsync(MB/s)
LINUX Upload 1 1 76.38 79 77 85
5 5 268
12 15 317
15 15 330
LINUX Download 1 1 68 67 94 95
5 1 213
12 1 176
15 1 301