...
- The client application connects to the FIXEdge Java instance and sends 1000000 FIX 4.2 messages at a rate of 50000 messages per second.
- FIXEdge Java receives the messages and matches them to the same session using business layer logic.
- FIXEdge Java responds to the client application with the same message via the same TCP/IP connection (the same session).
- The client application collects the response time histogram.
- The process is repeated 5 times for each FIXEdge Java release version.
The response time measured by the client application is the difference between timestamps:
...
Drawio | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Results
FEJ 1.9.0, usec | |
50% | 9.383 |
75% | 9.487 |
90% | 9.719 |
95% | 9.823 |
99% | 11.031 |
99.9% | 123.967 |
99.99% | 198.143 |
Average | 9.65565 |
Max | 206.719 |
Median | 9.383 |
Min | 8.744 |