I connecting over iSCSI and taking a backup like this:
Code: Select all
mt-st -f /dev/st0l setblk 65536
dd bs=16M -if /dev/sda | mbuffer -s 65536 -t -m 50% -P 80 -o /dev/st0l
The WIndows Resource Monitor tool is showing network usage at about 27%. I'd hope to see this saturating the LAN.
I thought of using jumbo frames but the network card doesn't support them

Is there anything I can do at either the Linux end or the Windows Starwind server end to improve throughput?
Strangely reading the output tape after completing the backup at the Windows end using HP LTT seems to limit to a read rate of 32MB/s which doesn't seem "right" given that the drive can do a good 120MB/s (and I've seen that when backing up that Windows system. (There's probably a clue in there somewhere).
Another clue may be that backing up another Windows system over iSCSI using a Windows backup package does manage higher throughput.
Thanks
Dave