If you're sending data stored on a SATA disk, I'm suspecting that to be your botleneck, eventho it promises 300MB/s in theory anything more then 150MB/s is imaginary, have you tried sending from /dev/random or /dev/zero ?
If you want to see if it's the disk, then try testing it like:
# hdparm -tT /dev/sdx
ie:Here you see the cached read from the disk is 232MB/s but when actualy having to fetc data from the disk, it will drop to 72MB/s.Code:# hdparm -tT /dev/sda /dev/sda: Timing cached reads: 466 MB in 2.01 seconds = 232.36 MB/sec Timing buffered disk reads: 218 MB in 3.00 seconds = 72.62 MB/sec


Reply With Quote

Bookmarks