|
@@ -11,6 +11,19 @@
|
|
"fileNameStr": "epoch-workloads-cpu-2-50",
|
|
"fileNameStr": "epoch-workloads-cpu-2-50",
|
|
"legendLoc": "upper left"
|
|
"legendLoc": "upper left"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "data": "server",
|
|
|
|
+ "dataParts": ["", "2", "", "50"],
|
|
|
|
+ "lineVariable": "workload",
|
|
|
|
+ "xVariable": "numClients",
|
|
|
|
+ "whichGraph": "overall_epoch_cpu",
|
|
|
|
+ "xLabel": "Number of clients",
|
|
|
|
+ "yLabel": "CPU time to calculate an epoch (s)",
|
|
|
|
+ "loglog": true,
|
|
|
|
+ "title": "Comparing CPU time for epochs across workloads",
|
|
|
|
+ "fileNameStr": "loglog-epoch-workloads-cpu-2-50",
|
|
|
|
+ "legendLoc": "upper left"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"data": "server",
|
|
"data": "server",
|
|
"dataParts": ["", "2", "", "50"],
|
|
"dataParts": ["", "2", "", "50"],
|
|
@@ -19,6 +32,32 @@
|
|
"whichGraph": "overall_epoch_total",
|
|
"whichGraph": "overall_epoch_total",
|
|
"xLabel": "Number of clients",
|
|
"xLabel": "Number of clients",
|
|
"yLabel": "Data sent/received to calculate an epoch (B)",
|
|
"yLabel": "Data sent/received to calculate an epoch (B)",
|
|
|
|
+ "loglog": true,
|
|
|
|
+ "title": "Comparing bandwidth for epochs across workloads",
|
|
|
|
+ "fileNameStr": "loglog-epoch-workloads-bandwidth-2-50",
|
|
|
|
+ "legendLoc": "upper left"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "data": "server",
|
|
|
|
+ "dataParts": ["", "", "25", "50"],
|
|
|
|
+ "lineVariable": "workload",
|
|
|
|
+ "xVariable": "numServers",
|
|
|
|
+ "whichGraph": "overall_epoch_total",
|
|
|
|
+ "xLabel": "Number of servers",
|
|
|
|
+ "yLabel": "Data sent/received to calculate an epoch (B)",
|
|
|
|
+ "title": "Comparing bandwidth for epochs across workloads",
|
|
|
|
+ "fileNameStr": "epoch-workloads-bandwidth-25-50",
|
|
|
|
+ "legendLoc": "upper left"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "data": "server",
|
|
|
|
+ "dataParts": ["", "2", "", "50"],
|
|
|
|
+ "lineVariable": "workload",
|
|
|
|
+ "xVariable": "numClients",
|
|
|
|
+ "whichGraph": "overall_epoch_total",
|
|
|
|
+ "xLabel": "Number of clients",
|
|
|
|
+ "yLabel": "Data sent/received to calculate an epoch (MB)",
|
|
|
|
+ "yUnit": "MB",
|
|
"title": "Comparing bandwidth for epochs across workloads",
|
|
"title": "Comparing bandwidth for epochs across workloads",
|
|
"fileNameStr": "epoch-workloads-bandwidth-2-50",
|
|
"fileNameStr": "epoch-workloads-bandwidth-2-50",
|
|
"legendLoc": "upper left"
|
|
"legendLoc": "upper left"
|
|
@@ -42,7 +81,8 @@
|
|
"xVariable": "numClients",
|
|
"xVariable": "numClients",
|
|
"whichGraph": "overall_epoch_total",
|
|
"whichGraph": "overall_epoch_total",
|
|
"xLabel": "Number of clients",
|
|
"xLabel": "Number of clients",
|
|
- "yLabel": "Data sent/received to calculate an epoch (B)",
|
|
|
|
|
|
+ "yLabel": "Data sent/received to calculate an epoch (MB)",
|
|
|
|
+ "yUnit": "MB",
|
|
"title": "Comparing bandwidth for epochs across numbers of servers",
|
|
"title": "Comparing bandwidth for epochs across numbers of servers",
|
|
"fileNameStr": "epoch-servers-bandwidth-half-50",
|
|
"fileNameStr": "epoch-servers-bandwidth-half-50",
|
|
"legendLoc": "upper left"
|
|
"legendLoc": "upper left"
|
|
@@ -67,7 +107,8 @@
|
|
"xVariable": "numClients",
|
|
"xVariable": "numClients",
|
|
"whichGraph": "overall_epoch_total",
|
|
"whichGraph": "overall_epoch_total",
|
|
"xLabel": "Number of clients",
|
|
"xLabel": "Number of clients",
|
|
- "yLabel": "Data sent/received to calculate an epoch (B)",
|
|
|
|
|
|
+ "yLabel": "Data sent/received to calculate an epoch (MB)",
|
|
|
|
+ "yUnit": "MB",
|
|
"title": "Comparing bandwidth for epochs\nacross different values of lambda",
|
|
"title": "Comparing bandwidth for epochs\nacross different values of lambda",
|
|
"fileNameStr": "epoch-lambda-bandwidth-all-2",
|
|
"fileNameStr": "epoch-lambda-bandwidth-all-2",
|
|
"legendLoc": "upper left"
|
|
"legendLoc": "upper left"
|
|
@@ -92,7 +133,8 @@
|
|
"xVariable": "numClients",
|
|
"xVariable": "numClients",
|
|
"whichGraph": "vote_total",
|
|
"whichGraph": "vote_total",
|
|
"xLabel": "Number of clients",
|
|
"xLabel": "Number of clients",
|
|
- "yLabel": "Data sent/received to make a new vote row (B)",
|
|
|
|
|
|
+ "yLabel": "Data sent/received to make a new vote row (KB)",
|
|
|
|
+ "yUnit": "KB",
|
|
"title": "Comparing bandwidth for making vote rows\nacross different values of lambda",
|
|
"title": "Comparing bandwidth for making vote rows\nacross different values of lambda",
|
|
"fileNameStr": "vote-lambda-bandwidth-2",
|
|
"fileNameStr": "vote-lambda-bandwidth-2",
|
|
"legendLoc": "upper left"
|
|
"legendLoc": "upper left"
|
|
@@ -118,7 +160,8 @@
|
|
"xVariable": "numClients",
|
|
"xVariable": "numClients",
|
|
"whichGraph": "rep_prove_total",
|
|
"whichGraph": "rep_prove_total",
|
|
"xLabel": "Number of clients",
|
|
"xLabel": "Number of clients",
|
|
- "yLabel": "Data sent/received to make a new reputation proof (B)",
|
|
|
|
|
|
+ "yLabel": "Data sent/received to make a new reputation proof (KB)",
|
|
|
|
+ "yUnit": "KB",
|
|
"title": "Comparing bandwidth for making reputation proofs\nacross different values of lambda",
|
|
"title": "Comparing bandwidth for making reputation proofs\nacross different values of lambda",
|
|
"fileNameStr": "rep_prove-lambda-bandwidth-2",
|
|
"fileNameStr": "rep_prove-lambda-bandwidth-2",
|
|
"legendLoc": "lower right",
|
|
"legendLoc": "lower right",
|
|
@@ -145,10 +188,24 @@
|
|
"xVariable": "numClients",
|
|
"xVariable": "numClients",
|
|
"whichGraph": "rep_verify_total",
|
|
"whichGraph": "rep_verify_total",
|
|
"xLabel": "Number of clients",
|
|
"xLabel": "Number of clients",
|
|
- "yLabel": "Data sent/received to verify a new reputation proof (B)",
|
|
|
|
|
|
+ "yLabel": "Data sent/received to verify a new reputation proof (KB)",
|
|
|
|
+ "yUnit": "KB",
|
|
"title": "Comparing bandwidth for verifying reputation proofs\nacross different values of lambda",
|
|
"title": "Comparing bandwidth for verifying reputation proofs\nacross different values of lambda",
|
|
"fileNameStr": "rep_verify-lambda-bandwidth-2",
|
|
"fileNameStr": "rep_verify-lambda-bandwidth-2",
|
|
"legendLoc": "lower right",
|
|
"legendLoc": "lower right",
|
|
"legendBBoxAnchor": [1, 0]
|
|
"legendBBoxAnchor": [1, 0]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "data": "server",
|
|
|
|
+ "dataParts": ["all", "", "", "50"],
|
|
|
|
+ "lineVariable": "numServers",
|
|
|
|
+ "xVariable": "numClients",
|
|
|
|
+ "whichGraph": "vote_update_cpu",
|
|
|
|
+ "xLabel": "Number of clients",
|
|
|
|
+ "yLabel": "CPU time to verify a new vote row proof (s)",
|
|
|
|
+ "title": "Comparing CPU time for verifying vote row proofs\nacross different numbers of servers",
|
|
|
|
+ "fileNameStr": "vote_update_cpu-numServers-numClients-50",
|
|
|
|
+ "legendLoc": "lower right",
|
|
|
|
+ "legendBBoxAnchor": [1, 0]
|
|
}
|
|
}
|
|
]
|
|
]
|