You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disclaimer: Rx/Tx flow control is disabled to get the maximum sending speed.
Results in a maximum throughput of 5,2 Gbit/s which is very bad for a performance measuring tool.
I would nearly expect 10Gbit/s.
Executed command:
ctsTraffic.exe -listen:* -PrePostSends:1 -PrePostRecvs:2 -protocol:udp -bitspersecond:10000000000 -framerate:870000 -bufferdepth:1 -streamlength:60 -consoleverbosity:1
Configured Settings
-----------------------
Protocol: UDP
Options: MsgWaitAll
IO function: MediaStream Server
IoPattern: MediaStream <UDP controlled stream from server to client>
PrePostRecvs: 2
PrePostSends: 1
Level of verification: Connections & Data
Port: 4444
Buffer used for each IO request: 1436 [0x59c] bytes
Total transfer per connection: 74959200000 bytes
UDP Stream BitsPerSecond: 10000000000 bits per second
UDP Stream FrameRate: 870000 frames per second
UDP Stream BufferDepth: 1 seconds
UDP Stream StreamLength: 60 seconds (52200000 frames)
UDP Stream FrameSize: 1436 bytes
Accepting connections on addresses:
0.0.0.0:4444
[::]:4444
Server-accepted connections before exit : 0xffffffffffffffff
Legend:
* TimeSlice - (seconds) cumulative runtime
* Streams - count of current number of UDP streams
* Bits/Sec - bits streamed within the TimeSlice period
* Completed Frames - count of frames successfully processed within the TimeSlice
* Dropped Frames - count of frames that were never seen within the TimeSlice
* Repeated Frames - count of frames received multiple times within the TimeSlice
* Stream Errors - count of invalid frames or buffers within the TimeSlice
TimeSlice Bits/Sec Streams Completed Dropped Repeated Errors
0.009 0 0 0 0 0 0
5.012 1531552697 10 0 0 0 0
10.020 5197182210 10 0 0 0
I also tested this with
-PrePostSends:[4,3,2,1]
-PrePostRecvs:[16,8,4,2]
The text was updated successfully, but these errors were encountered:
Having the CPU:
And the NIC:
Disclaimer: Rx/Tx flow control is disabled to get the maximum sending speed.
Results in a maximum throughput of 5,2 Gbit/s which is very bad for a performance measuring tool.
I would nearly expect 10Gbit/s.
Executed command:
I also tested this with
-PrePostSends:[4,3,2,1]
-PrePostRecvs:[16,8,4,2]
The text was updated successfully, but these errors were encountered: