plots.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. [
  2. {
  3. "data": "server",
  4. "dataParts": ["", "2", "", "50"],
  5. "lineVariable": "workload",
  6. "xVariable": "numClients",
  7. "whichGraph": "overall_epoch_cpu",
  8. "xLabel": "Number of clients",
  9. "yLabel": "CPU time per server to calculate an epoch (s)",
  10. "yLim": [0.2, 5000],
  11. "loglog": true,
  12. "title": "Comparing CPU time for covert security\nepoch calculations across workloads (in log-log)",
  13. "fileNameStr": "epoch-workloads-cpu-2-50-loglog",
  14. "legendLoc": "lower right",
  15. "legendBBoxAnchor": [1,0]
  16. }, {
  17. "data": "server",
  18. "dataParts": ["", "2", "", "0"],
  19. "lineVariable": "workload",
  20. "xVariable": "numClients",
  21. "whichGraph": "overall_epoch_cpu",
  22. "xLabel": "Number of clients",
  23. "yLabel": "CPU time per server to calculate an epoch (s)",
  24. "yLim": [0.2, 5000],
  25. "loglog": true,
  26. "title": "Comparing CPU time for HbC security\nepoch calculations across workloads (in log-log)",
  27. "fileNameStr": "hbc-epoch-workloads-cpu-2-0-loglog",
  28. "legendLoc": "upper left"
  29. }, {
  30. "data": "server",
  31. "dataParts": ["", "2", "", "50"],
  32. "lineVariable": "workload",
  33. "xVariable": "numClients",
  34. "whichGraph": "overall_epoch_total",
  35. "xLabel": "Number of clients",
  36. "yLabel": "Server-to-server outgoing bandwidth per\nserver used to calculate an epoch (MB)",
  37. "yLim": [0.02, 1500],
  38. "yUnit": "MB",
  39. "loglog": true,
  40. "title": "Comparing bandwidth for covert security\nepoch calculations across workloads (in log-log)",
  41. "fileNameStr": "epoch-workloads-bandwidth-2-50-loglog",
  42. "legendLoc": "lower right",
  43. "legendBBoxAnchor": [1,0]
  44. }, {
  45. "data": "server",
  46. "dataParts": ["", "2", "", "0"],
  47. "lineVariable": "workload",
  48. "xVariable": "numClients",
  49. "whichGraph": "overall_epoch_total",
  50. "xLabel": "Number of clients",
  51. "yLabel": "Server-to-server bandwidth per server\nused to calculate an epoch (MB)",
  52. "yLim": [0.02, 1500],
  53. "yUnit": "MB",
  54. "loglog": true,
  55. "title": "Comparing bandwidth for HbC security\nepoch calculations across workloads (in log-log)",
  56. "fileNameStr": "hbc-epoch-workloads-bandwidth-2-0-loglog",
  57. "legendLoc": "upper left"
  58. }, {
  59. "data": "server",
  60. "dataParts": ["all", "2", "", ""],
  61. "lineVariable": "lambda",
  62. "xVariable": "numClients",
  63. "ignoreWorkload": true,
  64. "whichGraph": "overall_epoch_cpu",
  65. "xLabel": "Number of clients",
  66. "yLabel": "CPU time per server to calculate an epoch (s)",
  67. "yLim": [0.2, 5000],
  68. "loglog": true,
  69. "title": "Comparing CPU time for covert security\nepoch calculations across different values of lambda\n(in log-log)",
  70. "fileNameStr": "epoch-lambda-cpu-all-2-loglog",
  71. "legendLoc": "lower right",
  72. "legendBBoxAnchor": [1,0]
  73. }, {
  74. "data": "server",
  75. "dataParts": ["all", "2", "", ""],
  76. "lineVariable": "lambda",
  77. "xVariable": "numClients",
  78. "ignoreWorkload": true,
  79. "whichGraph": "overall_epoch_total",
  80. "xLabel": "Number of clients",
  81. "yLabel": "Server-to-server bandwidth per server\nused to calculate an epoch (MB)",
  82. "yLim": [0.02, 1500],
  83. "yUnit": "MB",
  84. "loglog": true,
  85. "title": "Comparing bandwidth for covert security\nepoch calculations across different values of lambda\n(in log-log)",
  86. "fileNameStr": "epoch-lambda-bandwidth-all-2-loglog",
  87. "legendLoc": "lower right",
  88. "legendBBoxAnchor": [1,0]
  89. }, {
  90. "data": "client",
  91. "dataParts": ["vote", "2", "", "50"],
  92. "lineVariable": "lambda",
  93. "xVariable": "numClients",
  94. "whichGraph": "vote_cpu",
  95. "xLabel": "Number of clients",
  96. "yLabel": "Client CPU time to make a new vote row (s)",
  97. "title": "Measuring CPU time for making vote rows\n(in linear scale)",
  98. "fileNameStr": "vote-lambda-cpu-2",
  99. "legendLoc": "upper left"
  100. }, {
  101. "data": "client",
  102. "dataParts": ["vote", "2", "", "50"],
  103. "lineVariable": "lambda",
  104. "xVariable": "numClients",
  105. "whichGraph": "vote_sent",
  106. "xLabel": "Number of clients",
  107. "yLabel": "Size of proof used when\nmaking a new vote row (KB)",
  108. "yUnit": "KB",
  109. "title": "Measuring proof size for making vote rows\n(in linear scale)",
  110. "fileNameStr": "vote-lambda-bandwidth-2",
  111. "legendLoc": "upper left"
  112. }, {
  113. "data": "client",
  114. "dataParts": ["rep", "2", "", "50"],
  115. "lineVariable": "lambda",
  116. "xVariable": "numClients",
  117. "whichGraph": "rep_prove_cpu",
  118. "xLabel": "Number of clients",
  119. "yLabel": "CPU time to make a new reputation proof (s)",
  120. "title": "Measuring CPU time for making reputation proofs\n(in linear scale)",
  121. "fileNameStr": "rep_prove-lambda-cpu-2",
  122. "legendLoc": "lower right",
  123. "legendBBoxAnchor": [1, 0]
  124. }, {
  125. "data": "client",
  126. "dataParts": ["rep", "2", "", "50"],
  127. "lineVariable": "lambda",
  128. "xVariable": "numClients",
  129. "whichGraph": "rep_prove_sent",
  130. "xLabel": "Number of clients",
  131. "yLabel": "Size of proof used when\nmaking a new reputation proof (KB)",
  132. "yUnit": "KB",
  133. "title": "Measuring proof size for making reputation proofs\n(in linear scale)",
  134. "fileNameStr": "rep_prove-lambda-bandwidth-2",
  135. "legendLoc": "lower right",
  136. "legendBBoxAnchor": [1, 0]
  137. }, {
  138. "data": "client",
  139. "dataParts": ["rep", "2", "", "50"],
  140. "lineVariable": "lambda",
  141. "xVariable": "numClients",
  142. "whichGraph": "rep_verify_cpu",
  143. "xLabel": "Number of clients",
  144. "yLabel": "CPU time to verify a new reputation proof (s)",
  145. "title": "Comparing CPU time for verifying reputation proofs\n(in linear scale)",
  146. "fileNameStr": "rep_verify-lambda-cpu-2",
  147. "legendLoc": "lower right",
  148. "legendBBoxAnchor": [1, 0]
  149. }
  150. ]