FIXEdge Java 1.10.3 Results

FIXEdge Java 1.10.3 Results

Approach

Benchmarks were run against two different versions of FIXEdge Java (1.10.3 and 1.9.0), and the results were compared 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:

  1. The client application connects to the FIXEdge Java instance and sends 1000000 FIX 4.2 messages at a rate of 50000 messages per second.

  2. FIXEdge Java receives the messages and matches them to the same session using business layer logic.

  3. FIXEdge Java responds to the client application with the same message via the same TCP/IP connection (the same session).

  4. The client application collects the response time histogram.

  5. 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:

  • 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

The performance of the FIXEdge Java 1.10.3 version is almost the same as the performance of the FIXEdge 1.9.0 version. There is no performance degradation.

 

FEJ 1.9.0, usec

FEJ 1.10.3, usec

 

FEJ 1.9.0, usec

FEJ 1.10.3, usec

Min

9.688

9.28

Max

205.311

208.127

Median

10.087

9.759

Average

10.3861

10.0248

50%

10.087

9.759

75%

10.271

9.863

90%

10.439

9.975

95%

10.567

10.055

99%

11.679

11.255

99.9%

122.431

116.799

99.99%

193.279

194.175