FIXEdge Java 1.9.0 Results
Approach
Benchmarks were run against one version of FIXEdge Java (1.9.0) in order to detect possible regressions.
Hardware
FIXEdge Machine
- Intel(R) Xeon(R) CPU E5-2643 v3 @ 3.40GHz (2 CPU Hyper-Trading Enabled, 24 Cores)
- RAM 128 GB, 2133 MHz
- NIC Solarflare Communications SFC9120 (Firmware-version: 4.2.2.1003 rx1 tx1)
- Linux (CentOS 7.0.1406 kernel 3.10.0-123.el7.x86_64)
- SolarFlare driver version: 4.1.0.6734a
Client Machine
- Intel(R) Xeon(R) CPU E5-2687W v3 @ 3.10GHz (2 CPU Hyper-Trading Enabled, 20 Cores)
- RAM 128 GB, 2133 MHz
- NIC Solarflare Communications SFC9120 (Firmware-version: 4.2.2.1003 rx1 tx1)
- Linux (CentOS 7.0.1406 kernel 3.10.0-123.el7.x86_64)
- SolarFlare driver version: 4.1.0.6734a
Benchmarks
Single Session Echo Scenario
- One acceptor session is configured on the FIXEdge Java side.
- One initiator session is configured on the client application side.
The process:
- 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.
The response time measured by the client application is the difference between timestamps:
- t1 - timestamp is taken right before sending a message to the socket
- t2 - timestamp is taken right after receiving the same message from the socket (from FIXEdge)
So the round-trip time formula is: RTT = t2 - t1 and the measurement unit is microseconds.
The test scenario diagram:
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 |