relab / hotstuff

MIT License
167 stars 53 forks source link

Does anyone know how to use ./plot? Or how to output throughput and latency information #69

Closed syysumuro closed 4 months ago

vvvn41 commented 7 months ago
reference format

./plot -interval 2s -latency latency_plot.png -throughput throughput_plot.png -throughputvslatency combinedplot.png path/to/measurements.json(the path of the measurements.json )_

example

sudo ./plot -throughputvslatency combined_plot.png measurements.json

this is working ,I hope it can help you

meling commented 4 months ago

Closing. We may consider improving the docs for plot in the future, meanwhile, you can run ./plot -help to get help and read the code. I don't think you should ever run sudo ./plot.