Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages