Browse Source

Added 2 missing graphs back to plots.json

Stan Gurtler 2 years ago
parent
commit
358be7af44
1 changed files with 31 additions and 0 deletions
  1. 31 0
      prsona/plt/plots.json

+ 31 - 0
prsona/plt/plots.json

@@ -55,6 +55,37 @@
         "title": "Comparing bandwidth for HbC security\nepoch calculations across workloads (in log-log)",
         "fileNameStr": "hbc-epoch-workloads-bandwidth-2-0-loglog",
         "legendLoc": "upper left"
+    }, {
+        "data": "server",
+        "dataParts": ["half", "", "", "50"],
+        "lineVariable": "numServers",
+        "xVariable": "numClients",
+        "ignoreWorkload": true,
+        "whichGraph": "overall_epoch_cpu",
+        "xLabel": "Number of clients",
+        "yLabel": "CPU time per server to calculate an epoch (s)",
+        "yLim": [0.2, 5000],
+        "loglog": true,
+        "title": "Comparing CPU time for covert security\nepoch calculations across numbers of servers (in log-log)",
+        "fileNameStr": "epoch-servers-cpu-any-50-loglog",
+        "legendLoc": "lower right",
+        "legendBBoxAnchor": [1,0]
+    }, {
+        "data": "server",
+        "dataParts": ["half", "", "", "50"],
+        "lineVariable": "numServers",
+        "xVariable": "numClients",
+        "ignoreWorkload": true,
+        "whichGraph": "overall_epoch_total",
+        "xLabel": "Number of clients",
+        "yLabel": "Server-to-server bandwidth per server\nused to calculate an epoch (MB)",
+        "yLim": [0.02, 1500],
+        "yUnit": "MB",
+        "loglog": true,
+        "title": "Comparing bandwidth for covert security\nepoch calculations across numbers of servers (in log-log)",
+        "fileNameStr": "epoch-servers-bandwidth-any-50-loglog",
+        "legendLoc": "lower right",
+        "legendBBoxAnchor": [1,0]
     }, {
         "data": "server",
         "dataParts": ["all", "2", "", ""],