How Fast is TCP/IP on M2S under uClinux? |
As a very rough estimate for the TCP performance of M2S running uClinux, here is the output of the ftpget and the ftpput commands transferring a file between M2S and a host in a local network: ~ # time ftpput 172.17.0.155 pub/test.dat /test.dat Processing the above results, we get the following TCP performance figures: As an estimate of the UDP performance, here is the output of thecp command transferring the same file from an NFS-host to the M2S: ~ # mount -o nolock 172.17.0.155:/work/psl/tmp /mnt Processing the above results, we get the following UDP performance figure: The test was run on Microsemi SF2-DEV-KIT connected to a 1Gb Ethernet hub. |