Thread: SMB2FS OS3 port
View Single Post
Old 31 December 2022, 01:06   #20
patrik
Registered User
 
patrik's Avatar
 
Join Date: Jan 2005
Location: UmeƄ
Age: 43
Posts: 927
Ran DiskSpeed on a smb2-handler share on the A3000 and I must say that the performance is really good:
Code:
Testing with a 262144 byte, MEMF_FAST, LONG-aligned buffer.
Create file:       298569 bytes/sec  |  CPU Available: 0%
Write to file:     360748 bytes/sec  |  CPU Available: 0%
Read from file:    617957 bytes/sec  |  CPU Available: 0%
The reason I say the performance is really good is that it is not far from how fast this machine can send and receive raw TCP.

Send:
Code:
8.Ram Disk:> ttcp -s -t megaburken 
ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=5001  tcp  -> megaburken
ttcp-t: socket
ttcp-t: connect
ttcp-t: 16777216 bytes in 40.38 real seconds = 405.75 KB/sec +++
ttcp-t: 2048 I/O calls, msec/call = 20.19, calls/sec = 50.72
ttcp-t: 0:40real
Receive:
Code:
8.Ram Disk:> ttcp -s -r 
ttcp-r: buflen=8192, nbuf=2048, align=16384/0, port=5001  tcp
ttcp-r: socket
ttcp-r: accept from 192.168.1.1
ttcp-r: 16777216 bytes in 24.46 real seconds = 669.83 KB/sec +++
ttcp-r: 2049 I/O calls, msec/call = 12.22, calls/sec = 83.77
ttcp-r: 0:24real
Also tested the 000 version and it performs the same, for the complete DiskSpeed results see:
A3000-X-Surf-100-smb2-handler.000.txt
A3000-X-Surf-100-smb2-handler.020.txt
patrik is offline  
 
Page generated in 0.05019 seconds with 11 queries