breezykermo / oak

1 stars 0 forks source link

Generate latency/throughput graph #28

Open csirianni opened 2 weeks ago

csirianni commented 2 weeks ago

Write latency and throughput data to a .csv file and generate graphs via a library such as matplotlib and Jupyter Notebook.

TODO: Come up with a file format, create some fake data, and write the Python code in Jupyter Notebook to generate a graph.

csirianni commented 2 weeks ago

Write random data to a .csv file, load it into a numpy array, then plot.