plots.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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\nto 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-squished",
  14. "legendLoc": "lower right",
  15. "legendBBoxAnchor": [1,0],
  16. "aspect": 0.14
  17. }, {
  18. "data": "server",
  19. "dataParts": ["", "2", "", "0"],
  20. "lineVariable": "workload",
  21. "xVariable": "numClients",
  22. "whichGraph": "overall_epoch_cpu",
  23. "xLabel": "Number of clients",
  24. "yLabel": "CPU time per server\nto calculate an epoch (s)",
  25. "yLim": [0.2, 5000],
  26. "loglog": true,
  27. "title": "Comparing CPU time for HbC security\nepoch calculations across workloads (in log-log)",
  28. "fileNameStr": "hbc-epoch-workloads-cpu-2-0-loglog-squished",
  29. "legendLoc": "upper left",
  30. "aspect": 0.14
  31. }, {
  32. "data": "server",
  33. "dataParts": ["half", "", "", "50"],
  34. "lineVariable": "numServers",
  35. "xVariable": "numClients",
  36. "ignoreWorkload": true,
  37. "whichGraph": "overall_epoch_cpu",
  38. "xLabel": "Number of clients",
  39. "yLabel": "CPU time per servers\nto calculate an epoch (s)",
  40. "yLim": [0.2, 5000],
  41. "loglog": true,
  42. "title": "Comparing CPU time for covert security\nepoch calculations across numbers of servers (in log-log)",
  43. "fileNameStr": "epoch-servers-cpu-any-50-loglog-squished",
  44. "legendLoc": "lower right",
  45. "legendBBoxAnchor": [1,0],
  46. "aspect": 0.14
  47. }, {
  48. "data": "server",
  49. "dataParts": ["half", "", "", "50"],
  50. "lineVariable": "numServers",
  51. "xVariable": "numClients",
  52. "ignoreWorkload": true,
  53. "whichGraph": "overall_epoch_total",
  54. "xLabel": "Number of clients",
  55. "yLabel": "Server-to-server bandwidth per server\nused to calculate an epoch (MB)",
  56. "yLim": [0.02, 1500],
  57. "yUnit": "MB",
  58. "loglog": true,
  59. "title": "Comparing bandwidth for covert security\nepoch calculations across numbers of servers (in log-log)",
  60. "fileNameStr": "epoch-servers-bandwidth-any-50-loglog-squished",
  61. "legendLoc": "lower right",
  62. "legendBBoxAnchor": [1,0],
  63. "aspect": 0.13
  64. }
  65. ]