Browse Source

latest graphs update

Stan Gurtler 2 years ago
parent
commit
0e23d570a4

BIN
prsona/plt/epoch-lambda-bandwidth-all-2-loglog.pdf


BIN
prsona/plt/epoch-lambda-bandwidth-all-2.pdf


BIN
prsona/plt/epoch-lambda-cpu-all-2-loglog.pdf


BIN
prsona/plt/epoch-lambda-cpu-all-2.pdf


BIN
prsona/plt/epoch-servers-bandwidth-any-50-loglog.pdf


BIN
prsona/plt/epoch-servers-bandwidth-any-50.pdf


BIN
prsona/plt/epoch-servers-cpu-any-50-loglog.pdf


BIN
prsona/plt/epoch-servers-cpu-any-50.pdf


BIN
prsona/plt/epoch-workloads-bandwidth-2-50-loglog.pdf


BIN
prsona/plt/epoch-workloads-bandwidth-2-50.pdf


BIN
prsona/plt/epoch-workloads-cpu-2-50-loglog.pdf


BIN
prsona/plt/epoch-workloads-cpu-2-50.pdf


BIN
prsona/plt/hbc-epoch-workloads-bandwidth-2-0-loglog.pdf


BIN
prsona/plt/hbc-epoch-workloads-bandwidth-2-0.pdf


BIN
prsona/plt/hbc-epoch-workloads-cpu-2-0-loglog.pdf


BIN
prsona/plt/hbc-epoch-workloads-cpu-2-0.pdf


+ 45 - 18
prsona/plt/plots.json

@@ -52,7 +52,7 @@
         "xVariable": "numClients",
         "whichGraph": "overall_epoch_total",
         "xLabel": "Number of clients",
-        "yLabel": "Server-server bandwidth per server\nused to calculate an epoch (MB)",
+        "yLabel": "Server-to-server outgoing bandwidth per\nserver used to calculate an epoch (MB)",
         "yUnit": "MB",
         "title": "Comparing bandwidth for covert security\nepoch calculations across workloads",
         "fileNameStr": "epoch-workloads-bandwidth-2-50",
@@ -64,7 +64,7 @@
         "xVariable": "numClients",
         "whichGraph": "overall_epoch_total",
         "xLabel": "Number of clients",
-        "yLabel": "Server-server bandwidth per server\nused to calculate an epoch (MB)",
+        "yLabel": "Server-to-server outgoing bandwidth per\nserver used to calculate an epoch (MB)",
         "yUnit": "MB",
         "loglog": true,
         "title": "Comparing bandwidth for covert security\nepoch calculations across workloads (in log-log)",
@@ -77,7 +77,7 @@
         "xVariable": "numClients",
         "whichGraph": "overall_epoch_total",
         "xLabel": "Number of clients",
-        "yLabel": "Server-server bandwidth per server\nused to calculate an epoch (MB)",
+        "yLabel": "Server-to-server bandwidth per server\nused to calculate an epoch (MB)",
         "yUnit": "MB",
         "title": "Comparing bandwidth for HBC security\nepoch calculations across workloads",
         "fileNameStr": "hbc-epoch-workloads-bandwidth-2-0",
@@ -89,7 +89,7 @@
         "xVariable": "numClients",
         "whichGraph": "overall_epoch_total",
         "xLabel": "Number of clients",
-        "yLabel": "Server-server bandwidth per server\nused to calculate an epoch (MB)",
+        "yLabel": "Server-to-server bandwidth per server\nused to calculate an epoch (MB)",
         "yUnit": "MB",
         "loglog": true,
         "title": "Comparing bandwidth for HBC security\nepoch calculations across workloads (in log-log)",
@@ -128,7 +128,7 @@
         "ignoreWorkload": true,
         "whichGraph": "overall_epoch_total",
         "xLabel": "Number of clients",
-        "yLabel": "Server-server bandwidth per server\nused to calculate an epoch (MB)",
+        "yLabel": "Server-to-server bandwidth per server\nused to calculate an epoch (MB)",
         "yUnit": "MB",
         "title": "Comparing bandwidth for covert security\nepoch calculations across numbers of servers",
         "fileNameStr": "epoch-servers-bandwidth-any-50",
@@ -141,7 +141,7 @@
         "ignoreWorkload": true,
         "whichGraph": "overall_epoch_total",
         "xLabel": "Number of clients",
-        "yLabel": "Server-server bandwidth per server\nused to calculate an epoch (MB)",
+        "yLabel": "Server-to-server bandwidth per server\nused to calculate an epoch (MB)",
         "yUnit": "MB",
         "loglog": true,
         "title": "Comparing bandwidth for covert security\nepoch calculations across numbers of servers (in log-log)",
@@ -161,7 +161,6 @@
         "fileNameStr": "epoch-lambda-cpu-all-2",
         "legendLoc": "upper left"
     }, {
-
         "data": "server",
         "dataParts": ["all", "2", "", ""],
         "lineVariable": "lambda",
@@ -182,7 +181,7 @@
         "ignoreWorkload": true,
         "whichGraph": "overall_epoch_total",
         "xLabel": "Number of clients",
-        "yLabel": "Server-server bandwidth per server\nused to calculate an epoch (MB)",
+        "yLabel": "Server-to-server bandwidth per server\nused to calculate an epoch (MB)",
         "yUnit": "MB",
         "title": "Comparing bandwidth for covert security\nepoch calculations across different values of lambda",
         "fileNameStr": "epoch-lambda-bandwidth-all-2",
@@ -195,7 +194,7 @@
         "ignoreWorkload": true,
         "whichGraph": "overall_epoch_total",
         "xLabel": "Number of clients",
-        "yLabel": "Server-server bandwidth per server\nused to calculate an epoch (MB)",
+        "yLabel": "Server-to-server bandwidth per server\nused to calculate an epoch (MB)",
         "yUnit": "MB",
         "loglog": true,
         "title": "Comparing bandwidth for covert security\nepoch calculations across different values of lambda\n(in log-log)",
@@ -209,8 +208,8 @@
         "xVariable": "numClients",
         "whichGraph": "vote_cpu",
         "xLabel": "Number of clients",
-        "yLabel": "CPU time to make a new vote row (s)",
-        "title": "Comparing CPU time for making vote rows\nacross different values of lambda",
+        "yLabel": "Client CPU time to make a new vote row (s)",
+        "title": "Comparing CPU time for making vote rows\nacross different values of lambda (in linear scale)",
         "fileNameStr": "vote-lambda-cpu-2",
         "legendLoc": "upper left"
     }, {
@@ -220,9 +219,9 @@
         "xVariable": "numClients",
         "whichGraph": "vote_sent",
         "xLabel": "Number of clients",
-        "yLabel": "Client-server bandwidth\nused to make a new vote row (KB)",
+        "yLabel": "Client-to-server bandwidth\nused 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 (in linear scale)",
         "fileNameStr": "vote-lambda-bandwidth-2",
         "legendLoc": "upper left"
     }, {
@@ -234,18 +233,32 @@
         "whichGraph": "rep_prove_cpu",
         "xLabel": "Number of clients",
         "yLabel": "CPU time to make a new reputation proof (s)",
-        "title": "Comparing CPU time for making reputation proofs\nacross different values of lambda",
+        "title": "Comparing CPU time for making reputation proofs\nacross different values of lambda (in log-linear)",
         "fileNameStr": "rep_prove-lambda-cpu-2",
         "legendLoc": "lower right",
         "legendBBoxAnchor": [1, 0]
     }, {
+
+        "data": "client",
+        "dataParts": ["rep", "2", "", ""],
+        "lineVariable": "lambda",
+        "xVariable": "numClients",
+        "whichGraph": "rep_prove_cpu",
+        "xLabel": "Number of clients",
+        "yLabel": "CPU time to make a new reputation proof (s)",
+        "loglinear": true,
+        "title": "Comparing CPU time for making reputation proofs\nacross different values of lambda (in log-linear)",
+        "fileNameStr": "rep_prove-lambda-cpu-2-loglinear",
+        "legendLoc": "lower right",
+        "legendBBoxAnchor": [1, 0]
+    }, {
         "data": "client",
         "dataParts": ["rep", "2", "", ""],
         "lineVariable": "lambda",
         "xVariable": "numClients",
-        "whichGraph": "rep_prove_total",
+        "whichGraph": "rep_prove_sent",
         "xLabel": "Number of clients",
-        "yLabel": "Client-client bandwidth\nused to make a new reputation proof (KB)",
+        "yLabel": "Client-to-client bandwidth\nused to make a new reputation proof (KB)",
         "yUnit": "KB", 
         "title": "Comparing bandwidth for making reputation proofs\nacross different values of lambda",
         "fileNameStr": "rep_prove-lambda-bandwidth-2",
@@ -260,18 +273,32 @@
         "whichGraph": "rep_verify_cpu",
         "xLabel": "Number of clients",
         "yLabel": "CPU time to verify a new reputation proof (s)",
-        "title": "Comparing CPU time for verifying reputation proofs\nacross different values of lambda",
+        "title": "Comparing CPU time for verifying reputation proofs\nacross different values of lambda (in log-linear)",
         "fileNameStr": "rep_verify-lambda-cpu-2",
         "legendLoc": "lower right",
         "legendBBoxAnchor": [1, 0]
     }, {
+
+        "data": "client",
+        "dataParts": ["rep", "2", "", ""],
+        "lineVariable": "lambda",
+        "xVariable": "numClients",
+        "whichGraph": "rep_verify_cpu",
+        "xLabel": "Number of clients",
+        "yLabel": "CPU time to verify a new reputation proof (s)",
+        "loglinear": true,
+        "title": "Comparing CPU time for verifying reputation proofs\nacross different values of lambda (in log-linear)",
+        "fileNameStr": "rep_verify-lambda-cpu-2-loglinear",
+        "legendLoc": "lower right",
+        "legendBBoxAnchor": [1, 0]
+    }, {
         "data": "client",
         "dataParts": ["rep", "2", "", ""],
         "lineVariable": "lambda",
         "xVariable": "numClients",
         "whichGraph": "rep_verify_recv",
         "xLabel": "Number of clients",
-        "yLabel": "Client-client bandwidth\nused to verify a new reputation proof (KB)",
+        "yLabel": "Client-to-client bandwidth\nused to verify a new reputation proof (KB)",
         "yUnit": "KB", 
         "title": "Comparing bandwidth for verifying reputation proofs\nacross different values of lambda",
         "fileNameStr": "rep_verify-lambda-bandwidth-2",

BIN
prsona/plt/rep_prove-lambda-bandwidth-2.pdf


BIN
prsona/plt/rep_prove-lambda-cpu-2-loglinear.pdf


BIN
prsona/plt/rep_prove-lambda-cpu-2.pdf


BIN
prsona/plt/rep_verify-lambda-bandwidth-2.pdf


BIN
prsona/plt/rep_verify-lambda-cpu-2-loglinear.pdf


BIN
prsona/plt/rep_verify-lambda-cpu-2.pdf


BIN
prsona/plt/vote-lambda-bandwidth-2.pdf


BIN
prsona/plt/vote-lambda-cpu-2.pdf