RTCS performance

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RTCS performance

Jump to solution
5,095 Views
admin
Specialist II

I have ported NETIO TCPIP server to measure network performance of RTCS. The test sends 1k, 2k, 4k, 8k, and 16k data blocks and measures the data thought based on the time around. The test was done for MFC52259 evb. Here are the results:

 

Packet size, Bytes   RX speed, Bytes/s     TX Speed Bytes/s
1024                          114688                           6627

2048                          139264                           22071

4096                          212992                          18542

8192                          305152                          19156

16384                        424960                          240640

 

It seems the transmission speed is really low. Do you have any similar test results showing different performance or this is the actual performance we have to expect? 

 

Labels (1)
Tags (1)
0 Kudos
1 Solution
1,913 Views
admin
Specialist II

NETIO original source code and Windows binary could be found on:

http://www.ars.de/ars/ars.nsf/docs/netio

Dmitri.

View solution in original post

0 Kudos
4 Replies
1,913 Views
EAI
Contributor IV

The default build parameters for RTCS for the 52259 are set to optimize memory, not speed. There are a number of parameters that can be adjusted that will result in better throughput, at the expense of additional memory. If you want to provide your NETIO port, we may be able to suggest which parameters should change.

0 Kudos
1,913 Views
admin
Specialist II

I have been using minimal RAM configuration which is default for MFC52259 and tried to change the socket options for buffer sizes (OPT_TBSIZE, OPT_RBSIZE) improve performance. Nothing worked. I have attached the port to the message.

 

MFC52259_netio.zip

Message Edited by t.dowe on 2009-09-22 12:42 PM
0 Kudos
1,912 Views
EAI
Contributor IV
Thanks. There are other parameters that will also affect performance. Will update you after looking at the code.
0 Kudos
1,914 Views
admin
Specialist II

NETIO original source code and Windows binary could be found on:

http://www.ars.de/ars/ars.nsf/docs/netio

Dmitri.

0 Kudos