service-capacity-modeling 0.3.70__tar.gz → 0.3.72__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of service-capacity-modeling might be problematic. Click here for more details.

Files changed (100) hide show
  1. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/PKG-INFO +1 -1
  2. service_capacity_modeling-0.3.72/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c8i.json +114 -0
  3. service_capacity_modeling-0.3.72/service_capacity_modeling/hardware/profiles/shapes/aws/auto_i7i.json +220 -0
  4. service_capacity_modeling-0.3.72/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m8i.json +114 -0
  5. service_capacity_modeling-0.3.72/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r8i.json +114 -0
  6. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/tools/auto_shape.py +10 -0
  7. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/tools/instance_families.py +66 -29
  8. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling.egg-info/PKG-INFO +1 -1
  9. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling.egg-info/SOURCES.txt +4 -0
  10. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/LICENSE +0 -0
  11. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/README.md +0 -0
  12. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/__init__.py +0 -0
  13. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/capacity_planner.py +0 -0
  14. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/__init__.py +0 -0
  15. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/__init__.py +0 -0
  16. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/pricing/aws/3yr-reserved_ec2.json +0 -0
  17. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/pricing/aws/3yr-reserved_zz-overrides.json +0 -0
  18. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/profiles.txt +0 -0
  19. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5.json +0 -0
  20. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5a.json +0 -0
  21. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5d.json +0 -0
  22. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5n.json +0 -0
  23. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6a.json +0 -0
  24. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6i.json +0 -0
  25. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6id.json +0 -0
  26. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c7a.json +0 -0
  27. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_c7i.json +0 -0
  28. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m4.json +0 -0
  29. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m5.json +0 -0
  30. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m5n.json +0 -0
  31. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6a.json +0 -0
  32. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6i.json +0 -0
  33. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6id.json +0 -0
  34. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6idn.json +0 -0
  35. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6in.json +0 -0
  36. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m7a.json +0 -0
  37. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_m7i.json +0 -0
  38. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r4.json +0 -0
  39. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r5.json +0 -0
  40. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r5n.json +0 -0
  41. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6a.json +0 -0
  42. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6i.json +0 -0
  43. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6id.json +0 -0
  44. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6idn.json +0 -0
  45. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6in.json +0 -0
  46. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r7a.json +0 -0
  47. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/auto_r7i.json +0 -0
  48. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/manual_drives.json +0 -0
  49. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/manual_instances.json +0 -0
  50. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/hardware/profiles/shapes/aws/manual_services.json +0 -0
  51. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/interface.py +0 -0
  52. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/__init__.py +0 -0
  53. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/common.py +0 -0
  54. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/headroom_strategy.py +0 -0
  55. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/__init__.py +0 -0
  56. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/__init__.py +0 -0
  57. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/aurora.py +0 -0
  58. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/cassandra.py +0 -0
  59. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/counter.py +0 -0
  60. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/crdb.py +0 -0
  61. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/ddb.py +0 -0
  62. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/elasticsearch.py +0 -0
  63. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/entity.py +0 -0
  64. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/evcache.py +0 -0
  65. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/graphkv.py +0 -0
  66. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/iso_date_math.py +0 -0
  67. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/kafka.py +0 -0
  68. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/key_value.py +0 -0
  69. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/postgres.py +0 -0
  70. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/rds.py +0 -0
  71. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/stateless_java.py +0 -0
  72. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/time_series.py +0 -0
  73. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/time_series_config.py +0 -0
  74. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/wal.py +0 -0
  75. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/org/netflix/zookeeper.py +0 -0
  76. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/models/utils.py +0 -0
  77. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/stats.py +0 -0
  78. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/tools/__init__.py +0 -0
  79. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/tools/fetch_pricing.py +0 -0
  80. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling/tools/generate_missing.py +0 -0
  81. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling.egg-info/dependency_links.txt +0 -0
  82. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling.egg-info/entry_points.txt +0 -0
  83. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling.egg-info/requires.txt +0 -0
  84. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/service_capacity_modeling.egg-info/top_level.txt +0 -0
  85. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/setup.cfg +0 -0
  86. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/setup.py +0 -0
  87. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_arguments.py +0 -0
  88. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_buffers.py +0 -0
  89. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_common.py +0 -0
  90. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_desire_merge.py +0 -0
  91. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_generate_scenarios.py +0 -0
  92. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_hardware.py +0 -0
  93. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_hardware_shapes.py +0 -0
  94. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_headroom_strategy.py +0 -0
  95. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_io2.py +0 -0
  96. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_model_dump.py +0 -0
  97. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_reproducible.py +0 -0
  98. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_simulation.py +0 -0
  99. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_utils.py +0 -0
  100. {service_capacity_modeling-0.3.70 → service_capacity_modeling-0.3.72}/tests/test_working_set.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: service-capacity-modeling
3
- Version: 0.3.70
3
+ Version: 0.3.72
4
4
  Summary: Contains utilities for modeling capacity for pluggable workloads
5
5
  Author: Joseph Lynch
6
6
  Author-email: josephl@netflix.com
@@ -0,0 +1,114 @@
1
+ {
2
+ "instances": {
3
+ "c8i.large": {
4
+ "name": "c8i.large",
5
+ "cpu": 2,
6
+ "cpu_cores": 1,
7
+ "cpu_ghz": 3.9,
8
+ "cpu_ipc_scale": 1.42,
9
+ "ram_gib": 3.81,
10
+ "net_mbps": 937.0,
11
+ "drive": null
12
+ },
13
+ "c8i.xlarge": {
14
+ "name": "c8i.xlarge",
15
+ "cpu": 4,
16
+ "cpu_cores": 2,
17
+ "cpu_ghz": 3.9,
18
+ "cpu_ipc_scale": 1.42,
19
+ "ram_gib": 7.63,
20
+ "net_mbps": 1875.0,
21
+ "drive": null
22
+ },
23
+ "c8i.2xlarge": {
24
+ "name": "c8i.2xlarge",
25
+ "cpu": 8,
26
+ "cpu_cores": 4,
27
+ "cpu_ghz": 3.9,
28
+ "cpu_ipc_scale": 1.42,
29
+ "ram_gib": 15.26,
30
+ "net_mbps": 3750.0,
31
+ "drive": null
32
+ },
33
+ "c8i.4xlarge": {
34
+ "name": "c8i.4xlarge",
35
+ "cpu": 16,
36
+ "cpu_cores": 8,
37
+ "cpu_ghz": 3.9,
38
+ "cpu_ipc_scale": 1.42,
39
+ "ram_gib": 30.52,
40
+ "net_mbps": 7500.0,
41
+ "drive": null
42
+ },
43
+ "c8i.8xlarge": {
44
+ "name": "c8i.8xlarge",
45
+ "cpu": 32,
46
+ "cpu_cores": 16,
47
+ "cpu_ghz": 3.9,
48
+ "cpu_ipc_scale": 1.42,
49
+ "ram_gib": 61.04,
50
+ "net_mbps": 15000.0,
51
+ "drive": null
52
+ },
53
+ "c8i.12xlarge": {
54
+ "name": "c8i.12xlarge",
55
+ "cpu": 48,
56
+ "cpu_cores": 24,
57
+ "cpu_ghz": 3.9,
58
+ "cpu_ipc_scale": 1.42,
59
+ "ram_gib": 91.55,
60
+ "net_mbps": 22500.0,
61
+ "drive": null
62
+ },
63
+ "c8i.16xlarge": {
64
+ "name": "c8i.16xlarge",
65
+ "cpu": 64,
66
+ "cpu_cores": 32,
67
+ "cpu_ghz": 3.9,
68
+ "cpu_ipc_scale": 1.42,
69
+ "ram_gib": 122.07,
70
+ "net_mbps": 30000.0,
71
+ "drive": null
72
+ },
73
+ "c8i.24xlarge": {
74
+ "name": "c8i.24xlarge",
75
+ "cpu": 96,
76
+ "cpu_cores": 48,
77
+ "cpu_ghz": 3.9,
78
+ "cpu_ipc_scale": 1.42,
79
+ "ram_gib": 183.11,
80
+ "net_mbps": 40000.0,
81
+ "drive": null
82
+ },
83
+ "c8i.32xlarge": {
84
+ "name": "c8i.32xlarge",
85
+ "cpu": 128,
86
+ "cpu_cores": 64,
87
+ "cpu_ghz": 3.9,
88
+ "cpu_ipc_scale": 1.42,
89
+ "ram_gib": 244.14,
90
+ "net_mbps": 50000.0,
91
+ "drive": null
92
+ },
93
+ "c8i.48xlarge": {
94
+ "name": "c8i.48xlarge",
95
+ "cpu": 192,
96
+ "cpu_cores": 96,
97
+ "cpu_ghz": 3.9,
98
+ "cpu_ipc_scale": 1.42,
99
+ "ram_gib": 366.21,
100
+ "net_mbps": 75000.0,
101
+ "drive": null
102
+ },
103
+ "c8i.96xlarge": {
104
+ "name": "c8i.96xlarge",
105
+ "cpu": 384,
106
+ "cpu_cores": 192,
107
+ "cpu_ghz": 3.9,
108
+ "cpu_ipc_scale": 1.42,
109
+ "ram_gib": 732.42,
110
+ "net_mbps": 100000.0,
111
+ "drive": null
112
+ }
113
+ }
114
+ }
@@ -0,0 +1,220 @@
1
+ {
2
+ "instances": {
3
+ "i7i.large": {
4
+ "name": "i7i.large",
5
+ "cpu": 2,
6
+ "cpu_cores": 1,
7
+ "cpu_ghz": 2.4,
8
+ "cpu_ipc_scale": 1.33,
9
+ "ram_gib": 15.26,
10
+ "net_mbps": 1171.0,
11
+ "drive": {
12
+ "name": "ephem",
13
+ "size_gib": 436,
14
+ "read_io_per_s": 75000,
15
+ "write_io_per_s": 41250,
16
+ "single_tenant": false,
17
+ "read_io_latency_ms": {
18
+ "low": 0.071,
19
+ "mid": 0.079,
20
+ "high": 0.258,
21
+ "confidence": 0.9,
22
+ "minimum_value": 0.026,
23
+ "maximum_value": 2.153
24
+ }
25
+ }
26
+ },
27
+ "i7i.xlarge": {
28
+ "name": "i7i.xlarge",
29
+ "cpu": 4,
30
+ "cpu_cores": 2,
31
+ "cpu_ghz": 2.4,
32
+ "cpu_ipc_scale": 1.33,
33
+ "ram_gib": 30.52,
34
+ "net_mbps": 2343.0,
35
+ "drive": {
36
+ "name": "ephem",
37
+ "size_gib": 873,
38
+ "read_io_per_s": 150000,
39
+ "write_io_per_s": 82500,
40
+ "single_tenant": false,
41
+ "read_io_latency_ms": {
42
+ "low": 0.071,
43
+ "mid": 0.079,
44
+ "high": 0.258,
45
+ "confidence": 0.9,
46
+ "minimum_value": 0.026,
47
+ "maximum_value": 2.153
48
+ }
49
+ }
50
+ },
51
+ "i7i.2xlarge": {
52
+ "name": "i7i.2xlarge",
53
+ "cpu": 8,
54
+ "cpu_cores": 4,
55
+ "cpu_ghz": 2.4,
56
+ "cpu_ipc_scale": 1.33,
57
+ "ram_gib": 61.04,
58
+ "net_mbps": 4687.0,
59
+ "drive": {
60
+ "name": "ephem",
61
+ "size_gib": 1746,
62
+ "read_io_per_s": 300000,
63
+ "write_io_per_s": 165000,
64
+ "single_tenant": false,
65
+ "read_io_latency_ms": {
66
+ "low": 0.071,
67
+ "mid": 0.079,
68
+ "high": 0.258,
69
+ "confidence": 0.9,
70
+ "minimum_value": 0.026,
71
+ "maximum_value": 2.153
72
+ }
73
+ }
74
+ },
75
+ "i7i.4xlarge": {
76
+ "name": "i7i.4xlarge",
77
+ "cpu": 16,
78
+ "cpu_cores": 8,
79
+ "cpu_ghz": 2.4,
80
+ "cpu_ipc_scale": 1.33,
81
+ "ram_gib": 122.07,
82
+ "net_mbps": 9375.0,
83
+ "drive": {
84
+ "name": "ephem",
85
+ "size_gib": 3492,
86
+ "read_io_per_s": 600000,
87
+ "write_io_per_s": 330000,
88
+ "single_tenant": true,
89
+ "read_io_latency_ms": {
90
+ "low": 0.071,
91
+ "mid": 0.079,
92
+ "high": 0.258,
93
+ "confidence": 0.9,
94
+ "minimum_value": 0.026,
95
+ "maximum_value": 2.153
96
+ }
97
+ }
98
+ },
99
+ "i7i.8xlarge": {
100
+ "name": "i7i.8xlarge",
101
+ "cpu": 32,
102
+ "cpu_cores": 16,
103
+ "cpu_ghz": 2.4,
104
+ "cpu_ipc_scale": 1.33,
105
+ "ram_gib": 244.14,
106
+ "net_mbps": 15000.0,
107
+ "drive": {
108
+ "name": "ephem",
109
+ "size_gib": 6985,
110
+ "read_io_per_s": 1200000,
111
+ "write_io_per_s": 660000,
112
+ "single_tenant": true,
113
+ "read_io_latency_ms": {
114
+ "low": 0.071,
115
+ "mid": 0.079,
116
+ "high": 0.258,
117
+ "confidence": 0.9,
118
+ "minimum_value": 0.026,
119
+ "maximum_value": 2.153
120
+ }
121
+ }
122
+ },
123
+ "i7i.12xlarge": {
124
+ "name": "i7i.12xlarge",
125
+ "cpu": 48,
126
+ "cpu_cores": 24,
127
+ "cpu_ghz": 2.4,
128
+ "cpu_ipc_scale": 1.33,
129
+ "ram_gib": 366.21,
130
+ "net_mbps": 22500.0,
131
+ "drive": {
132
+ "name": "ephem",
133
+ "size_gib": 10477,
134
+ "read_io_per_s": 1800000,
135
+ "write_io_per_s": 990000,
136
+ "single_tenant": true,
137
+ "read_io_latency_ms": {
138
+ "low": 0.071,
139
+ "mid": 0.079,
140
+ "high": 0.258,
141
+ "confidence": 0.9,
142
+ "minimum_value": 0.026,
143
+ "maximum_value": 2.153
144
+ }
145
+ }
146
+ },
147
+ "i7i.16xlarge": {
148
+ "name": "i7i.16xlarge",
149
+ "cpu": 64,
150
+ "cpu_cores": 32,
151
+ "cpu_ghz": 2.4,
152
+ "cpu_ipc_scale": 1.33,
153
+ "ram_gib": 488.28,
154
+ "net_mbps": 30000.0,
155
+ "drive": {
156
+ "name": "ephem",
157
+ "size_gib": 13970,
158
+ "read_io_per_s": 2400000,
159
+ "write_io_per_s": 1320000,
160
+ "single_tenant": true,
161
+ "read_io_latency_ms": {
162
+ "low": 0.071,
163
+ "mid": 0.079,
164
+ "high": 0.258,
165
+ "confidence": 0.9,
166
+ "minimum_value": 0.026,
167
+ "maximum_value": 2.153
168
+ }
169
+ }
170
+ },
171
+ "i7i.24xlarge": {
172
+ "name": "i7i.24xlarge",
173
+ "cpu": 96,
174
+ "cpu_cores": 48,
175
+ "cpu_ghz": 2.4,
176
+ "cpu_ipc_scale": 1.33,
177
+ "ram_gib": 732.42,
178
+ "net_mbps": 45000.0,
179
+ "drive": {
180
+ "name": "ephem",
181
+ "size_gib": 20955,
182
+ "read_io_per_s": 3600000,
183
+ "write_io_per_s": 1980000,
184
+ "single_tenant": true,
185
+ "read_io_latency_ms": {
186
+ "low": 0.071,
187
+ "mid": 0.079,
188
+ "high": 0.258,
189
+ "confidence": 0.9,
190
+ "minimum_value": 0.026,
191
+ "maximum_value": 2.153
192
+ }
193
+ }
194
+ },
195
+ "i7i.48xlarge": {
196
+ "name": "i7i.48xlarge",
197
+ "cpu": 192,
198
+ "cpu_cores": 96,
199
+ "cpu_ghz": 2.4,
200
+ "cpu_ipc_scale": 1.33,
201
+ "ram_gib": 1464.84,
202
+ "net_mbps": 90000.0,
203
+ "drive": {
204
+ "name": "ephem",
205
+ "size_gib": 41910,
206
+ "read_io_per_s": 7200000,
207
+ "write_io_per_s": 3960000,
208
+ "single_tenant": true,
209
+ "read_io_latency_ms": {
210
+ "low": 0.071,
211
+ "mid": 0.079,
212
+ "high": 0.258,
213
+ "confidence": 0.9,
214
+ "minimum_value": 0.026,
215
+ "maximum_value": 2.153
216
+ }
217
+ }
218
+ }
219
+ }
220
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "instances": {
3
+ "m8i.large": {
4
+ "name": "m8i.large",
5
+ "cpu": 2,
6
+ "cpu_cores": 1,
7
+ "cpu_ghz": 3.9,
8
+ "cpu_ipc_scale": 1.42,
9
+ "ram_gib": 7.63,
10
+ "net_mbps": 937.0,
11
+ "drive": null
12
+ },
13
+ "m8i.xlarge": {
14
+ "name": "m8i.xlarge",
15
+ "cpu": 4,
16
+ "cpu_cores": 2,
17
+ "cpu_ghz": 3.9,
18
+ "cpu_ipc_scale": 1.42,
19
+ "ram_gib": 15.26,
20
+ "net_mbps": 1875.0,
21
+ "drive": null
22
+ },
23
+ "m8i.2xlarge": {
24
+ "name": "m8i.2xlarge",
25
+ "cpu": 8,
26
+ "cpu_cores": 4,
27
+ "cpu_ghz": 3.9,
28
+ "cpu_ipc_scale": 1.42,
29
+ "ram_gib": 30.52,
30
+ "net_mbps": 3750.0,
31
+ "drive": null
32
+ },
33
+ "m8i.4xlarge": {
34
+ "name": "m8i.4xlarge",
35
+ "cpu": 16,
36
+ "cpu_cores": 8,
37
+ "cpu_ghz": 3.9,
38
+ "cpu_ipc_scale": 1.42,
39
+ "ram_gib": 61.04,
40
+ "net_mbps": 7500.0,
41
+ "drive": null
42
+ },
43
+ "m8i.8xlarge": {
44
+ "name": "m8i.8xlarge",
45
+ "cpu": 32,
46
+ "cpu_cores": 16,
47
+ "cpu_ghz": 3.9,
48
+ "cpu_ipc_scale": 1.42,
49
+ "ram_gib": 122.07,
50
+ "net_mbps": 15000.0,
51
+ "drive": null
52
+ },
53
+ "m8i.12xlarge": {
54
+ "name": "m8i.12xlarge",
55
+ "cpu": 48,
56
+ "cpu_cores": 24,
57
+ "cpu_ghz": 3.9,
58
+ "cpu_ipc_scale": 1.42,
59
+ "ram_gib": 183.11,
60
+ "net_mbps": 22500.0,
61
+ "drive": null
62
+ },
63
+ "m8i.16xlarge": {
64
+ "name": "m8i.16xlarge",
65
+ "cpu": 64,
66
+ "cpu_cores": 32,
67
+ "cpu_ghz": 3.9,
68
+ "cpu_ipc_scale": 1.42,
69
+ "ram_gib": 244.14,
70
+ "net_mbps": 30000.0,
71
+ "drive": null
72
+ },
73
+ "m8i.24xlarge": {
74
+ "name": "m8i.24xlarge",
75
+ "cpu": 96,
76
+ "cpu_cores": 48,
77
+ "cpu_ghz": 3.9,
78
+ "cpu_ipc_scale": 1.42,
79
+ "ram_gib": 366.21,
80
+ "net_mbps": 40000.0,
81
+ "drive": null
82
+ },
83
+ "m8i.32xlarge": {
84
+ "name": "m8i.32xlarge",
85
+ "cpu": 128,
86
+ "cpu_cores": 64,
87
+ "cpu_ghz": 3.9,
88
+ "cpu_ipc_scale": 1.42,
89
+ "ram_gib": 488.28,
90
+ "net_mbps": 50000.0,
91
+ "drive": null
92
+ },
93
+ "m8i.48xlarge": {
94
+ "name": "m8i.48xlarge",
95
+ "cpu": 192,
96
+ "cpu_cores": 96,
97
+ "cpu_ghz": 3.9,
98
+ "cpu_ipc_scale": 1.42,
99
+ "ram_gib": 732.42,
100
+ "net_mbps": 75000.0,
101
+ "drive": null
102
+ },
103
+ "m8i.96xlarge": {
104
+ "name": "m8i.96xlarge",
105
+ "cpu": 384,
106
+ "cpu_cores": 192,
107
+ "cpu_ghz": 3.9,
108
+ "cpu_ipc_scale": 1.42,
109
+ "ram_gib": 1464.84,
110
+ "net_mbps": 100000.0,
111
+ "drive": null
112
+ }
113
+ }
114
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "instances": {
3
+ "r8i.large": {
4
+ "name": "r8i.large",
5
+ "cpu": 2,
6
+ "cpu_cores": 1,
7
+ "cpu_ghz": 3.9,
8
+ "cpu_ipc_scale": 1.42,
9
+ "ram_gib": 15.26,
10
+ "net_mbps": 937.0,
11
+ "drive": null
12
+ },
13
+ "r8i.xlarge": {
14
+ "name": "r8i.xlarge",
15
+ "cpu": 4,
16
+ "cpu_cores": 2,
17
+ "cpu_ghz": 3.9,
18
+ "cpu_ipc_scale": 1.42,
19
+ "ram_gib": 30.52,
20
+ "net_mbps": 1875.0,
21
+ "drive": null
22
+ },
23
+ "r8i.2xlarge": {
24
+ "name": "r8i.2xlarge",
25
+ "cpu": 8,
26
+ "cpu_cores": 4,
27
+ "cpu_ghz": 3.9,
28
+ "cpu_ipc_scale": 1.42,
29
+ "ram_gib": 61.04,
30
+ "net_mbps": 3750.0,
31
+ "drive": null
32
+ },
33
+ "r8i.4xlarge": {
34
+ "name": "r8i.4xlarge",
35
+ "cpu": 16,
36
+ "cpu_cores": 8,
37
+ "cpu_ghz": 3.9,
38
+ "cpu_ipc_scale": 1.42,
39
+ "ram_gib": 122.07,
40
+ "net_mbps": 7500.0,
41
+ "drive": null
42
+ },
43
+ "r8i.8xlarge": {
44
+ "name": "r8i.8xlarge",
45
+ "cpu": 32,
46
+ "cpu_cores": 16,
47
+ "cpu_ghz": 3.9,
48
+ "cpu_ipc_scale": 1.42,
49
+ "ram_gib": 244.14,
50
+ "net_mbps": 15000.0,
51
+ "drive": null
52
+ },
53
+ "r8i.12xlarge": {
54
+ "name": "r8i.12xlarge",
55
+ "cpu": 48,
56
+ "cpu_cores": 24,
57
+ "cpu_ghz": 3.9,
58
+ "cpu_ipc_scale": 1.42,
59
+ "ram_gib": 366.21,
60
+ "net_mbps": 22500.0,
61
+ "drive": null
62
+ },
63
+ "r8i.16xlarge": {
64
+ "name": "r8i.16xlarge",
65
+ "cpu": 64,
66
+ "cpu_cores": 32,
67
+ "cpu_ghz": 3.9,
68
+ "cpu_ipc_scale": 1.42,
69
+ "ram_gib": 488.28,
70
+ "net_mbps": 30000.0,
71
+ "drive": null
72
+ },
73
+ "r8i.24xlarge": {
74
+ "name": "r8i.24xlarge",
75
+ "cpu": 96,
76
+ "cpu_cores": 48,
77
+ "cpu_ghz": 3.9,
78
+ "cpu_ipc_scale": 1.42,
79
+ "ram_gib": 732.42,
80
+ "net_mbps": 40000.0,
81
+ "drive": null
82
+ },
83
+ "r8i.32xlarge": {
84
+ "name": "r8i.32xlarge",
85
+ "cpu": 128,
86
+ "cpu_cores": 64,
87
+ "cpu_ghz": 3.9,
88
+ "cpu_ipc_scale": 1.42,
89
+ "ram_gib": 976.56,
90
+ "net_mbps": 50000.0,
91
+ "drive": null
92
+ },
93
+ "r8i.48xlarge": {
94
+ "name": "r8i.48xlarge",
95
+ "cpu": 192,
96
+ "cpu_cores": 96,
97
+ "cpu_ghz": 3.9,
98
+ "cpu_ipc_scale": 1.42,
99
+ "ram_gib": 1464.84,
100
+ "net_mbps": 75000.0,
101
+ "drive": null
102
+ },
103
+ "r8i.96xlarge": {
104
+ "name": "r8i.96xlarge",
105
+ "cpu": 384,
106
+ "cpu_cores": 192,
107
+ "cpu_ghz": 3.9,
108
+ "cpu_ipc_scale": 1.42,
109
+ "ram_gib": 2929.69,
110
+ "net_mbps": 100000.0,
111
+ "drive": null
112
+ }
113
+ }
114
+ }
@@ -23,6 +23,14 @@ from service_capacity_modeling.interface import normalized_aws_size
23
23
 
24
24
  # Default latency curves from FIO testing per generation
25
25
  latency_curve_ms: Dict[str, FixedInterval] = {
26
+ "7th-gen-ephemeral": FixedInterval(
27
+ low=0.071,
28
+ mid=0.079,
29
+ high=0.258,
30
+ confidence=0.9,
31
+ minimum_value=0.026,
32
+ maximum_value=2.153,
33
+ ),
26
34
  "6th-gen-ssd": FixedInterval(
27
35
  low=0.1,
28
36
  mid=0.125,
@@ -60,10 +68,12 @@ aws_xlarge_iops = {
60
68
  "c6id": (67_083, 33_542),
61
69
  "c7gd": (67_083, 33_542),
62
70
  # Storage has more
71
+ # https://docs.aws.amazon.com/ec2/latest/instancetypes/so.html#so_instance-store
63
72
  "i3": (206_250, 70_000),
64
73
  "i3en": (85_000, 65_000),
65
74
  "i4g": (62_500, 50_000),
66
75
  "i4i": (100_000, 55_000),
76
+ "i7i": (150_000, 82_500),
67
77
  "i7ie": (108_333, 86_666),
68
78
  "i8g": (150_000, 82_500),
69
79
  }
@@ -1,18 +1,27 @@
1
- """Contains definitions for AWS instance families."""
1
+ # Contains definitions for AWS instance families.
2
+ # These are _relative_ IPC values with Skylake as a baseline.
3
+ # They are not targeted to a specific workload, but instead an average
4
+ # typical value across a broad range of tests such as those used
5
+ # in common online benchmarks.
6
+ #
7
+ # Intel
8
+ HASWELL_IPC = 0.85
9
+ SKYLAKE_IPC = 1.0
10
+ ICELAKE_IPC = SKYLAKE_IPC * 1.15
11
+ SAPPHIRE_RAPIDS_IPC = ICELAKE_IPC * 1.12
12
+ EMERALD_RAPIDS_IPC = SAPPHIRE_RAPIDS_IPC * 1.03
13
+ GRANITE_RAPIDS_IPC = SAPPHIRE_RAPIDS_IPC * 1.10
2
14
 
3
- HSW_IPC = 0.85
4
- SKX_IPC = 1.0
5
- ICX_IPC = SKX_IPC * 1.15 # harshad says 1.15, chatgpt says 1.18
6
- SPR_IPC = ICX_IPC * 1.12 # harshad says 1.12, chatgpt says 1.19
15
+ # AMD
7
16
  ROME_IPC = 1.03
8
- MILAN_IPC = SKX_IPC * 1.15
17
+ MILAN_IPC = SKYLAKE_IPC * 1.15
9
18
  GENOA_IPC = MILAN_IPC * 1.13
10
19
 
11
20
  INSTANCE_TYPES = {
12
21
  "c5": {
13
22
  "xl_iops": None,
14
23
  "io_latency_curve": None,
15
- "cpu_ipc_scale": SKX_IPC,
24
+ "cpu_ipc_scale": SKYLAKE_IPC,
16
25
  "cpu_turbo_single_ghz": 3.9,
17
26
  "cpu_turbo_all_ghz": 3.6,
18
27
  },
@@ -24,12 +33,12 @@ INSTANCE_TYPES = {
24
33
  "c5d": {
25
34
  "xl_iops": None,
26
35
  "io_latency_curve": "5th-gen-ssd",
27
- "cpu_ipc_scale": SKX_IPC,
36
+ "cpu_ipc_scale": SKYLAKE_IPC,
28
37
  }, # no spinnaker
29
38
  "c5n": {
30
39
  "xl_iops": None,
31
40
  "io_latency_curve": None,
32
- "cpu_ipc_scale": SKX_IPC,
41
+ "cpu_ipc_scale": SKYLAKE_IPC,
33
42
  "cpu_turbo_single_ghz": 3.5,
34
43
  "cpu_turbo_all_ghz": 3.4,
35
44
  }, # no spinnaker
@@ -41,14 +50,14 @@ INSTANCE_TYPES = {
41
50
  "c6i": {
42
51
  "xl_iops": None,
43
52
  "io_latency_curve": None,
44
- "cpu_ipc_scale": ICX_IPC,
53
+ "cpu_ipc_scale": ICELAKE_IPC,
45
54
  "cpu_turbo_single_ghz": 3.5,
46
55
  "cpu_turbo_all_ghz": 3.5,
47
56
  },
48
57
  "c6id": {
49
58
  "xl_iops": None,
50
59
  "io_latency_curve": "6th-gen-ssd",
51
- "cpu_ipc_scale": ICX_IPC,
60
+ "cpu_ipc_scale": ICELAKE_IPC,
52
61
  }, # no spinnaker
53
62
  "c7a": {
54
63
  "xl_iops": None,
@@ -60,10 +69,17 @@ INSTANCE_TYPES = {
60
69
  "c7i": {
61
70
  "xl_iops": None,
62
71
  "io_latency_curve": None,
63
- "cpu_ipc_scale": SPR_IPC,
72
+ "cpu_ipc_scale": SAPPHIRE_RAPIDS_IPC,
64
73
  "cpu_turbo_single_ghz": 3.8,
65
74
  "cpu_turbo_all_ghz": 3.2,
66
75
  },
76
+ "c8i": {
77
+ "xl_iops": None,
78
+ "io_latency_curve": None,
79
+ "cpu_ipc_scale": GRANITE_RAPIDS_IPC,
80
+ "cpu_turbo_single_ghz": 3.9,
81
+ "cpu_turbo_all_ghz": 3.9,
82
+ },
67
83
  # "g4ad": {'xl_iops': None, 'io_latency_curve': 'ssd', 'cpu_ipc_scale': None},
68
84
  # "g4dn": {'xl_iops': None, 'io_latency_curve': 'ssd', 'cpu_ipc_scale': None},
69
85
  # "g5": {'xl_iops': None, 'io_latency_curve': '5th-gen-ssd', 'cpu_ipc_scale': None},
@@ -85,17 +101,24 @@ INSTANCE_TYPES = {
85
101
  # 'io_latency_curve': '5th-gen-ssd',
86
102
  # 'cpu_ipc_scale': None
87
103
  # },
104
+ "i7i": {
105
+ "xl_iops": "150,000/82,500",
106
+ "io_latency_curve": "7th-gen-ephemeral",
107
+ "cpu_ipc_scale": EMERALD_RAPIDS_IPC,
108
+ "cpu_turbo_single_ghz": 4.0,
109
+ "cpu_turbo_all_ghz": 3.2,
110
+ },
88
111
  "m4": {
89
112
  "xl_iops": None,
90
113
  "io_latency_curve": None,
91
- "cpu_ipc_scale": HSW_IPC,
114
+ "cpu_ipc_scale": HASWELL_IPC,
92
115
  "cpu_turbo_single_ghz": 3.0,
93
116
  "cpu_turbo_all_ghz": 2.6,
94
117
  }, # all-core is a guess
95
118
  "m5": {
96
119
  "xl_iops": None,
97
120
  "io_latency_curve": None,
98
- "cpu_ipc_scale": SKX_IPC,
121
+ "cpu_ipc_scale": SKYLAKE_IPC,
99
122
  "cpu_turbo_single_ghz": 3.5,
100
123
  "cpu_turbo_all_ghz": 3.1,
101
124
  },
@@ -103,21 +126,21 @@ INSTANCE_TYPES = {
103
126
  # "m5d": {
104
127
  # 'xl_iops': None,
105
128
  # 'io_latency_curve': '5th-gen-ssd',
106
- # 'cpu_ipc_scale': SKX_IPC,
129
+ # 'cpu_ipc_scale': SKYLAKE_IPC,
107
130
  # 'cpu_turbo_single_ghz': 3.5,
108
131
  # 'cpu_turbo_all_ghz': 3.1
109
132
  # },
110
133
  # "m5dn": {
111
134
  # 'xl_iops': None,
112
135
  # 'io_latency_curve': '5th-gen-ssd',
113
- # 'cpu_ipc_scale': SKX_IPC,
136
+ # 'cpu_ipc_scale': SKYLAKE_IPC,
114
137
  # 'cpu_turbo_single_ghz': 3.5,
115
138
  # 'cpu_turbo_all_ghz': 3.1
116
139
  # },
117
140
  "m5n": {
118
141
  "xl_iops": None,
119
142
  "io_latency_curve": None,
120
- "cpu_ipc_scale": SKX_IPC,
143
+ "cpu_ipc_scale": SKYLAKE_IPC,
121
144
  "cpu_turbo_single_ghz": 3.5,
122
145
  "cpu_turbo_all_ghz": 3.1,
123
146
  },
@@ -136,21 +159,21 @@ INSTANCE_TYPES = {
136
159
  "m6i": {
137
160
  "xl_iops": None,
138
161
  "io_latency_curve": None,
139
- "cpu_ipc_scale": ICX_IPC,
162
+ "cpu_ipc_scale": ICELAKE_IPC,
140
163
  "cpu_turbo_single_ghz": 3.5,
141
164
  "cpu_turbo_all_ghz": 3.5,
142
165
  },
143
166
  "m6id": {
144
167
  "xl_iops": None,
145
168
  "io_latency_curve": "6th-gen-ssd",
146
- "cpu_ipc_scale": ICX_IPC,
169
+ "cpu_ipc_scale": ICELAKE_IPC,
147
170
  "cpu_turbo_single_ghz": 3.5,
148
171
  "cpu_turbo_all_ghz": 3.5,
149
172
  },
150
173
  "m6idn": {
151
174
  "xl_iops": None,
152
175
  "io_latency_curve": "6th-gen-ssd",
153
- "cpu_ipc_scale": ICX_IPC,
176
+ "cpu_ipc_scale": ICELAKE_IPC,
154
177
  "cpu_turbo_single_ghz": 3.5,
155
178
  "cpu_turbo_all_ghz": 3.5,
156
179
  },
@@ -164,10 +187,17 @@ INSTANCE_TYPES = {
164
187
  "m7i": {
165
188
  "xl_iops": None,
166
189
  "io_latency_curve": None,
167
- "cpu_ipc_scale": SPR_IPC,
190
+ "cpu_ipc_scale": SAPPHIRE_RAPIDS_IPC,
168
191
  "cpu_turbo_single_ghz": 3.8,
169
192
  "cpu_turbo_all_ghz": 3.2,
170
193
  },
194
+ "m8i": {
195
+ "xl_iops": None,
196
+ "io_latency_curve": None,
197
+ "cpu_ipc_scale": GRANITE_RAPIDS_IPC,
198
+ "cpu_turbo_single_ghz": 3.9,
199
+ "cpu_turbo_all_ghz": 3.9,
200
+ },
171
201
  # "mac2-m2pro": {'xl_iops': None, 'io_latency_curve': 'ssd', 'cpu_ipc_scale': None},
172
202
  # "p4d": {
173
203
  # 'xl_iops': None,
@@ -192,14 +222,14 @@ INSTANCE_TYPES = {
192
222
  "r4": {
193
223
  "xl_iops": None,
194
224
  "io_latency_curve": None,
195
- "cpu_ipc_scale": HSW_IPC,
225
+ "cpu_ipc_scale": HASWELL_IPC,
196
226
  "cpu_turbo_single_ghz": 3.0,
197
227
  "cpu_turbo_all_ghz": 2.6,
198
228
  }, # all-core is a guess
199
229
  "r5": {
200
230
  "xl_iops": None,
201
231
  "io_latency_curve": None,
202
- "cpu_ipc_scale": SKX_IPC,
232
+ "cpu_ipc_scale": SKYLAKE_IPC,
203
233
  "cpu_turbo_single_ghz": 3.5,
204
234
  "cpu_turbo_all_ghz": 3.1,
205
235
  },
@@ -207,21 +237,21 @@ INSTANCE_TYPES = {
207
237
  # "r5d": {
208
238
  # "xl_iops": None,
209
239
  # "io_latency_curve": "5th-gen-ssd",
210
- # "cpu_ipc_scale": SKX_IPC,
240
+ # "cpu_ipc_scale": SKYLAKE_IPC,
211
241
  # "cpu_turbo_single_ghz": 3.5,
212
242
  # "cpu_turbo_all_ghz": 3.1,
213
243
  # },
214
244
  # "r5dn": {
215
245
  # "xl_iops": None,
216
246
  # "io_latency_curve": "5th-gen-ssd",
217
- # "cpu_ipc_scale": SKX_IPC,
247
+ # "cpu_ipc_scale": SKYLAKE_IPC,
218
248
  # "cpu_turbo_single_ghz": 3.5,
219
249
  # "cpu_turbo_all_ghz": 3.1,
220
250
  # },
221
251
  "r5n": {
222
252
  "xl_iops": None,
223
253
  "io_latency_curve": None,
224
- "cpu_ipc_scale": SKX_IPC,
254
+ "cpu_ipc_scale": SKYLAKE_IPC,
225
255
  "cpu_turbo_single_ghz": 3.5,
226
256
  "cpu_turbo_all_ghz": 3.1,
227
257
  },
@@ -235,14 +265,14 @@ INSTANCE_TYPES = {
235
265
  "r6i": {
236
266
  "xl_iops": None,
237
267
  "io_latency_curve": None,
238
- "cpu_ipc_scale": ICX_IPC,
268
+ "cpu_ipc_scale": ICELAKE_IPC,
239
269
  "cpu_turbo_single_ghz": 3.5,
240
270
  "cpu_turbo_all_ghz": 3.5,
241
271
  },
242
272
  "r6id": {
243
273
  "xl_iops": None,
244
274
  "io_latency_curve": "6th-gen-ssd",
245
- "cpu_ipc_scale": ICX_IPC,
275
+ "cpu_ipc_scale": ICELAKE_IPC,
246
276
  "cpu_turbo_single_ghz": 3.5,
247
277
  "cpu_turbo_all_ghz": 3.5,
248
278
  },
@@ -256,10 +286,17 @@ INSTANCE_TYPES = {
256
286
  "r7i": {
257
287
  "xl_iops": None,
258
288
  "io_latency_curve": None,
259
- "cpu_ipc_scale": SPR_IPC,
289
+ "cpu_ipc_scale": SAPPHIRE_RAPIDS_IPC,
260
290
  "cpu_turbo_single_ghz": 3.8,
261
291
  "cpu_turbo_all_ghz": 3.2,
262
292
  },
293
+ "r8i": {
294
+ "xl_iops": None,
295
+ "io_latency_curve": None,
296
+ "cpu_ipc_scale": GRANITE_RAPIDS_IPC,
297
+ "cpu_turbo_single_ghz": 3.9,
298
+ "cpu_turbo_all_ghz": 3.9,
299
+ },
263
300
  # "t3": {'xl_iops': None, 'io_latency_curve': 'ssd', 'cpu_ipc_scale': None},
264
301
  # "z1d": {'xl_iops': None, 'io_latency_curve': 'ssd', 'cpu_ipc_scale': None}
265
302
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: service-capacity-modeling
3
- Version: 0.3.70
3
+ Version: 0.3.72
4
4
  Summary: Contains utilities for modeling capacity for pluggable workloads
5
5
  Author: Joseph Lynch
6
6
  Author-email: josephl@netflix.com
@@ -25,6 +25,8 @@ service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6i.json
25
25
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6id.json
26
26
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_c7a.json
27
27
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_c7i.json
28
+ service_capacity_modeling/hardware/profiles/shapes/aws/auto_c8i.json
29
+ service_capacity_modeling/hardware/profiles/shapes/aws/auto_i7i.json
28
30
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_m4.json
29
31
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_m5.json
30
32
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_m5n.json
@@ -35,6 +37,7 @@ service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6idn.json
35
37
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6in.json
36
38
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_m7a.json
37
39
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_m7i.json
40
+ service_capacity_modeling/hardware/profiles/shapes/aws/auto_m8i.json
38
41
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_r4.json
39
42
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_r5.json
40
43
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_r5n.json
@@ -45,6 +48,7 @@ service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6idn.json
45
48
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6in.json
46
49
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_r7a.json
47
50
  service_capacity_modeling/hardware/profiles/shapes/aws/auto_r7i.json
51
+ service_capacity_modeling/hardware/profiles/shapes/aws/auto_r8i.json
48
52
  service_capacity_modeling/hardware/profiles/shapes/aws/manual_drives.json
49
53
  service_capacity_modeling/hardware/profiles/shapes/aws/manual_instances.json
50
54
  service_capacity_modeling/hardware/profiles/shapes/aws/manual_services.json