Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 670 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 670 Bytes

fix-mdg-latency

Jupyter Notebook that computes latency statistics for Ember FIX Market Data Gateway.

How to use

Capture FIX gateway output using TCPDUMP:

sudo tcpdump -i eth0 -w fix-traffic-on-port-10001.pcap "tcp port 10001"

Load resulting PCAP file into the notebook. It uses SCRAPY Python library for loading PCAP files which may be slow for large capture files, so please be patient.

The notebook captures and prints HDR histogram of two metrics:

  • L1: Data Connector to FIX Engine output
  • L2: Data Connector to TCP packet timestamp

image