Skip to content

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

Notifications You must be signed in to change notification settings

andymalakov/fix-mdg-latency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published