Skip to content
Snippets Groups Projects
Commit f480744e authored by hang's avatar hang
Browse files

graph part done

parent 5cc917fb
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,9 @@ def generate_records_for_node(): ...@@ -16,9 +16,9 @@ def generate_records_for_node():
You need to plot the CDF (cumulative distribution function) of transaction processing time. You need to plot the CDF (cumulative distribution function) of transaction processing time.
A datapoint (X,Y) on the CDF indicates that the Y%ile value of the metric is X. Your y-axis must range from 1-99%ile. A datapoint (X,Y) on the CDF indicates that the Y%ile value of the metric is X. Your y-axis must range from 1-99%ile.
nodeid generated_time processed_time transaction_str
log example: log example:
nodeid generated_time processed_time transaction_str
""" """
with open('./node.log', 'r') as file: with open('./node.log', 'r') as file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment