service-capacity-modeling 0.3.69__py3-none-any.whl → 0.3.71__py3-none-any.whl
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.
- service_capacity_modeling/hardware/profiles/shapes/aws/auto_c8i.json +114 -0
- service_capacity_modeling/hardware/profiles/shapes/aws/auto_m8i.json +114 -0
- service_capacity_modeling/hardware/profiles/shapes/aws/auto_r8i.json +114 -0
- service_capacity_modeling/tools/generate_missing.py +3 -1
- service_capacity_modeling/tools/instance_families.py +59 -29
- {service_capacity_modeling-0.3.69.dist-info → service_capacity_modeling-0.3.71.dist-info}/METADATA +1 -1
- {service_capacity_modeling-0.3.69.dist-info → service_capacity_modeling-0.3.71.dist-info}/RECORD +11 -8
- {service_capacity_modeling-0.3.69.dist-info → service_capacity_modeling-0.3.71.dist-info}/WHEEL +0 -0
- {service_capacity_modeling-0.3.69.dist-info → service_capacity_modeling-0.3.71.dist-info}/entry_points.txt +0 -0
- {service_capacity_modeling-0.3.69.dist-info → service_capacity_modeling-0.3.71.dist-info}/licenses/LICENSE +0 -0
- {service_capacity_modeling-0.3.69.dist-info → service_capacity_modeling-0.3.71.dist-info}/top_level.txt +0 -0
|
@@ -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,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
|
+
}
|
|
@@ -29,7 +29,9 @@ def build_command(family: str, params: Dict[str, Any], output_path: Path) -> lis
|
|
|
29
29
|
cmd.extend(["--io-latency-curve", params["io_latency_curve"]])
|
|
30
30
|
|
|
31
31
|
if params.get("cpu_ipc_scale") is not None:
|
|
32
|
-
|
|
32
|
+
cpu_ipc_scale = float(params["cpu_ipc_scale"])
|
|
33
|
+
rounded_cpu_ipc_scale = float(f"{cpu_ipc_scale:.2f}")
|
|
34
|
+
cmd.extend(["--cpu-ipc-scale", str(rounded_cpu_ipc_scale)])
|
|
33
35
|
|
|
34
36
|
# Add output path
|
|
35
37
|
cmd.extend(["--output-path", str(output_path)])
|
|
@@ -1,18 +1,27 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
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 =
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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},
|
|
@@ -88,14 +104,14 @@ INSTANCE_TYPES = {
|
|
|
88
104
|
"m4": {
|
|
89
105
|
"xl_iops": None,
|
|
90
106
|
"io_latency_curve": None,
|
|
91
|
-
"cpu_ipc_scale":
|
|
107
|
+
"cpu_ipc_scale": HASWELL_IPC,
|
|
92
108
|
"cpu_turbo_single_ghz": 3.0,
|
|
93
109
|
"cpu_turbo_all_ghz": 2.6,
|
|
94
110
|
}, # all-core is a guess
|
|
95
111
|
"m5": {
|
|
96
112
|
"xl_iops": None,
|
|
97
113
|
"io_latency_curve": None,
|
|
98
|
-
"cpu_ipc_scale":
|
|
114
|
+
"cpu_ipc_scale": SKYLAKE_IPC,
|
|
99
115
|
"cpu_turbo_single_ghz": 3.5,
|
|
100
116
|
"cpu_turbo_all_ghz": 3.1,
|
|
101
117
|
},
|
|
@@ -103,21 +119,21 @@ INSTANCE_TYPES = {
|
|
|
103
119
|
# "m5d": {
|
|
104
120
|
# 'xl_iops': None,
|
|
105
121
|
# 'io_latency_curve': '5th-gen-ssd',
|
|
106
|
-
# 'cpu_ipc_scale':
|
|
122
|
+
# 'cpu_ipc_scale': SKYLAKE_IPC,
|
|
107
123
|
# 'cpu_turbo_single_ghz': 3.5,
|
|
108
124
|
# 'cpu_turbo_all_ghz': 3.1
|
|
109
125
|
# },
|
|
110
126
|
# "m5dn": {
|
|
111
127
|
# 'xl_iops': None,
|
|
112
128
|
# 'io_latency_curve': '5th-gen-ssd',
|
|
113
|
-
# 'cpu_ipc_scale':
|
|
129
|
+
# 'cpu_ipc_scale': SKYLAKE_IPC,
|
|
114
130
|
# 'cpu_turbo_single_ghz': 3.5,
|
|
115
131
|
# 'cpu_turbo_all_ghz': 3.1
|
|
116
132
|
# },
|
|
117
133
|
"m5n": {
|
|
118
134
|
"xl_iops": None,
|
|
119
135
|
"io_latency_curve": None,
|
|
120
|
-
"cpu_ipc_scale":
|
|
136
|
+
"cpu_ipc_scale": SKYLAKE_IPC,
|
|
121
137
|
"cpu_turbo_single_ghz": 3.5,
|
|
122
138
|
"cpu_turbo_all_ghz": 3.1,
|
|
123
139
|
},
|
|
@@ -136,21 +152,21 @@ INSTANCE_TYPES = {
|
|
|
136
152
|
"m6i": {
|
|
137
153
|
"xl_iops": None,
|
|
138
154
|
"io_latency_curve": None,
|
|
139
|
-
"cpu_ipc_scale":
|
|
155
|
+
"cpu_ipc_scale": ICELAKE_IPC,
|
|
140
156
|
"cpu_turbo_single_ghz": 3.5,
|
|
141
157
|
"cpu_turbo_all_ghz": 3.5,
|
|
142
158
|
},
|
|
143
159
|
"m6id": {
|
|
144
160
|
"xl_iops": None,
|
|
145
161
|
"io_latency_curve": "6th-gen-ssd",
|
|
146
|
-
"cpu_ipc_scale":
|
|
162
|
+
"cpu_ipc_scale": ICELAKE_IPC,
|
|
147
163
|
"cpu_turbo_single_ghz": 3.5,
|
|
148
164
|
"cpu_turbo_all_ghz": 3.5,
|
|
149
165
|
},
|
|
150
166
|
"m6idn": {
|
|
151
167
|
"xl_iops": None,
|
|
152
168
|
"io_latency_curve": "6th-gen-ssd",
|
|
153
|
-
"cpu_ipc_scale":
|
|
169
|
+
"cpu_ipc_scale": ICELAKE_IPC,
|
|
154
170
|
"cpu_turbo_single_ghz": 3.5,
|
|
155
171
|
"cpu_turbo_all_ghz": 3.5,
|
|
156
172
|
},
|
|
@@ -164,10 +180,17 @@ INSTANCE_TYPES = {
|
|
|
164
180
|
"m7i": {
|
|
165
181
|
"xl_iops": None,
|
|
166
182
|
"io_latency_curve": None,
|
|
167
|
-
"cpu_ipc_scale":
|
|
183
|
+
"cpu_ipc_scale": SAPPHIRE_RAPIDS_IPC,
|
|
168
184
|
"cpu_turbo_single_ghz": 3.8,
|
|
169
185
|
"cpu_turbo_all_ghz": 3.2,
|
|
170
186
|
},
|
|
187
|
+
"m8i": {
|
|
188
|
+
"xl_iops": None,
|
|
189
|
+
"io_latency_curve": None,
|
|
190
|
+
"cpu_ipc_scale": GRANITE_RAPIDS_IPC,
|
|
191
|
+
"cpu_turbo_single_ghz": 3.9,
|
|
192
|
+
"cpu_turbo_all_ghz": 3.9,
|
|
193
|
+
},
|
|
171
194
|
# "mac2-m2pro": {'xl_iops': None, 'io_latency_curve': 'ssd', 'cpu_ipc_scale': None},
|
|
172
195
|
# "p4d": {
|
|
173
196
|
# 'xl_iops': None,
|
|
@@ -192,14 +215,14 @@ INSTANCE_TYPES = {
|
|
|
192
215
|
"r4": {
|
|
193
216
|
"xl_iops": None,
|
|
194
217
|
"io_latency_curve": None,
|
|
195
|
-
"cpu_ipc_scale":
|
|
218
|
+
"cpu_ipc_scale": HASWELL_IPC,
|
|
196
219
|
"cpu_turbo_single_ghz": 3.0,
|
|
197
220
|
"cpu_turbo_all_ghz": 2.6,
|
|
198
221
|
}, # all-core is a guess
|
|
199
222
|
"r5": {
|
|
200
223
|
"xl_iops": None,
|
|
201
224
|
"io_latency_curve": None,
|
|
202
|
-
"cpu_ipc_scale":
|
|
225
|
+
"cpu_ipc_scale": SKYLAKE_IPC,
|
|
203
226
|
"cpu_turbo_single_ghz": 3.5,
|
|
204
227
|
"cpu_turbo_all_ghz": 3.1,
|
|
205
228
|
},
|
|
@@ -207,21 +230,21 @@ INSTANCE_TYPES = {
|
|
|
207
230
|
# "r5d": {
|
|
208
231
|
# "xl_iops": None,
|
|
209
232
|
# "io_latency_curve": "5th-gen-ssd",
|
|
210
|
-
# "cpu_ipc_scale":
|
|
233
|
+
# "cpu_ipc_scale": SKYLAKE_IPC,
|
|
211
234
|
# "cpu_turbo_single_ghz": 3.5,
|
|
212
235
|
# "cpu_turbo_all_ghz": 3.1,
|
|
213
236
|
# },
|
|
214
237
|
# "r5dn": {
|
|
215
238
|
# "xl_iops": None,
|
|
216
239
|
# "io_latency_curve": "5th-gen-ssd",
|
|
217
|
-
# "cpu_ipc_scale":
|
|
240
|
+
# "cpu_ipc_scale": SKYLAKE_IPC,
|
|
218
241
|
# "cpu_turbo_single_ghz": 3.5,
|
|
219
242
|
# "cpu_turbo_all_ghz": 3.1,
|
|
220
243
|
# },
|
|
221
244
|
"r5n": {
|
|
222
245
|
"xl_iops": None,
|
|
223
246
|
"io_latency_curve": None,
|
|
224
|
-
"cpu_ipc_scale":
|
|
247
|
+
"cpu_ipc_scale": SKYLAKE_IPC,
|
|
225
248
|
"cpu_turbo_single_ghz": 3.5,
|
|
226
249
|
"cpu_turbo_all_ghz": 3.1,
|
|
227
250
|
},
|
|
@@ -235,14 +258,14 @@ INSTANCE_TYPES = {
|
|
|
235
258
|
"r6i": {
|
|
236
259
|
"xl_iops": None,
|
|
237
260
|
"io_latency_curve": None,
|
|
238
|
-
"cpu_ipc_scale":
|
|
261
|
+
"cpu_ipc_scale": ICELAKE_IPC,
|
|
239
262
|
"cpu_turbo_single_ghz": 3.5,
|
|
240
263
|
"cpu_turbo_all_ghz": 3.5,
|
|
241
264
|
},
|
|
242
265
|
"r6id": {
|
|
243
266
|
"xl_iops": None,
|
|
244
267
|
"io_latency_curve": "6th-gen-ssd",
|
|
245
|
-
"cpu_ipc_scale":
|
|
268
|
+
"cpu_ipc_scale": ICELAKE_IPC,
|
|
246
269
|
"cpu_turbo_single_ghz": 3.5,
|
|
247
270
|
"cpu_turbo_all_ghz": 3.5,
|
|
248
271
|
},
|
|
@@ -256,10 +279,17 @@ INSTANCE_TYPES = {
|
|
|
256
279
|
"r7i": {
|
|
257
280
|
"xl_iops": None,
|
|
258
281
|
"io_latency_curve": None,
|
|
259
|
-
"cpu_ipc_scale":
|
|
282
|
+
"cpu_ipc_scale": SAPPHIRE_RAPIDS_IPC,
|
|
260
283
|
"cpu_turbo_single_ghz": 3.8,
|
|
261
284
|
"cpu_turbo_all_ghz": 3.2,
|
|
262
285
|
},
|
|
286
|
+
"r8i": {
|
|
287
|
+
"xl_iops": None,
|
|
288
|
+
"io_latency_curve": None,
|
|
289
|
+
"cpu_ipc_scale": GRANITE_RAPIDS_IPC,
|
|
290
|
+
"cpu_turbo_single_ghz": 3.9,
|
|
291
|
+
"cpu_turbo_all_ghz": 3.9,
|
|
292
|
+
},
|
|
263
293
|
# "t3": {'xl_iops': None, 'io_latency_curve': 'ssd', 'cpu_ipc_scale': None},
|
|
264
294
|
# "z1d": {'xl_iops': None, 'io_latency_curve': 'ssd', 'cpu_ipc_scale': None}
|
|
265
295
|
}
|
{service_capacity_modeling-0.3.69.dist-info → service_capacity_modeling-0.3.71.dist-info}/RECORD
RENAMED
|
@@ -16,6 +16,7 @@ service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6i.json,sha256=ECzY
|
|
|
16
16
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6id.json,sha256=eYkJyo64_v6aNa1U0HGFvC79Iw5P05pZOMdEBMQzXDw,5237
|
|
17
17
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c7a.json,sha256=lsdIAFd-CIgAaz4Qpv8ZMy5smYDJQdYrAjI_saLvOQY,2414
|
|
18
18
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c7i.json,sha256=ZweQIQNbVLet5KnWFwFf7COXp4Q5gE1JTDYL_Dcpdec,1996
|
|
19
|
+
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c8i.json,sha256=n63Kj0B3esSZix7fmPGa8gn-JitgPkakqru328SNbs8,2435
|
|
19
20
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m4.json,sha256=KR4SaHUoyEkiGceUX0oxVymX3T4gx9Ze0BB9-eTucAw,1312
|
|
20
21
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m5.json,sha256=a67AczNuy76LfKL4B-eTkFFGFG3GT8nsvjFHYyKNBMI,1743
|
|
21
22
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m5n.json,sha256=UVtCfopLJKv9ACdYAWzEFIWsLm7_Dzy4GFFw_Dqtb-0,1762
|
|
@@ -26,6 +27,7 @@ service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6idn.json,sha256=cK
|
|
|
26
27
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6in.json,sha256=b6M5d-6m-C8GIr7hXUTr1ilpT9LBIbmyCF9Zxwyoi0M,2014
|
|
27
28
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m7a.json,sha256=Xfw1_3zxaZAK836viVW_PPY91xJTg6zox0oYp9gVxzU,2417
|
|
28
29
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m7i.json,sha256=Z7kz6N3e2q7tfiAw23-LIvv73gzKwOIyCBsywWh_xcw,1999
|
|
30
|
+
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m8i.json,sha256=WvipIGpqpm39UGy5ucqnHwvBLyVUqQfu1Qo7Xe36JMw,2439
|
|
29
31
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r4.json,sha256=2YbIRU_4Oi6CgcT1LW7ghGTQQpQUHyo-zc1GglkbeF0,1312
|
|
30
32
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r5.json,sha256=hfrkz2lzMRBXIsY6AhoHYGdqQrq47Mi0_zssQG5gU3E,1745
|
|
31
33
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r5n.json,sha256=9XBwHM0g9KcGgdszRB_pqQokIGk1sEwUf_dyVYYyg94,1764
|
|
@@ -36,6 +38,7 @@ service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6idn.json,sha256=bE
|
|
|
36
38
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6in.json,sha256=v9p_MG_oTxYdzc5qf2_5do582b3FqHwxCxZnrUeszSQ,2016
|
|
37
39
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r7a.json,sha256=-ZrEUXQFvQ8cni4bDtN_v4tG9JJRW9YT6c_Z_EILw34,2420
|
|
38
40
|
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r7i.json,sha256=o6LqdWUwgLRplzGMJkGbkz1CjYvb8tGwZxrXHk5qR-g,2002
|
|
41
|
+
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r8i.json,sha256=CxRt67LhBmKbzHXHIWDGPCMNEJaANw_zlOWTkAlLm9U,2442
|
|
39
42
|
service_capacity_modeling/hardware/profiles/shapes/aws/manual_drives.json,sha256=0qxEciNTb0yGhAmX1bI6hV-4SSkGMp1FZ8OQvaOET64,1709
|
|
40
43
|
service_capacity_modeling/hardware/profiles/shapes/aws/manual_instances.json,sha256=i611n6d7hsjd7L8aSEDzfaTMS2jVs-Jc38-vl-NKfs4,18013
|
|
41
44
|
service_capacity_modeling/hardware/profiles/shapes/aws/manual_services.json,sha256=h63675KKmu5IrI3BORDN8fiAqLjAyYHArErKbC7-T30,776
|
|
@@ -67,11 +70,11 @@ service_capacity_modeling/models/org/netflix/zookeeper.py,sha256=BHLjnVDyx15wMGr
|
|
|
67
70
|
service_capacity_modeling/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
68
71
|
service_capacity_modeling/tools/auto_shape.py,sha256=41pfR40BN-xJS8js4BWSoqT67JhO2_XqzmNeKDoCFBo,14674
|
|
69
72
|
service_capacity_modeling/tools/fetch_pricing.py,sha256=JkgJPTE0SVj8sdGQvo0HN-Hdv3nfA2tu7C_Arad5aX8,3762
|
|
70
|
-
service_capacity_modeling/tools/generate_missing.py,sha256=
|
|
71
|
-
service_capacity_modeling/tools/instance_families.py,sha256=
|
|
72
|
-
service_capacity_modeling-0.3.
|
|
73
|
-
service_capacity_modeling-0.3.
|
|
74
|
-
service_capacity_modeling-0.3.
|
|
75
|
-
service_capacity_modeling-0.3.
|
|
76
|
-
service_capacity_modeling-0.3.
|
|
77
|
-
service_capacity_modeling-0.3.
|
|
73
|
+
service_capacity_modeling/tools/generate_missing.py,sha256=XqUs54CPfli4XtK0rEiFKqDvpwCiMAD8wrl7fAxpYHs,3062
|
|
74
|
+
service_capacity_modeling/tools/instance_families.py,sha256=_xTLxQXOTt91WsBy5BTyZ0Eb1PxCSr0z3RutZDXcLB4,8758
|
|
75
|
+
service_capacity_modeling-0.3.71.dist-info/licenses/LICENSE,sha256=nl_Lt5v9VvJ-5lWJDT4ddKAG-VZ-2IaLmbzpgYDz2hU,11343
|
|
76
|
+
service_capacity_modeling-0.3.71.dist-info/METADATA,sha256=BfQT86730cp3Kcaiq99_IBRNFpkm0aAmxVoUh74KoLo,10214
|
|
77
|
+
service_capacity_modeling-0.3.71.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
78
|
+
service_capacity_modeling-0.3.71.dist-info/entry_points.txt,sha256=ZsjzpG5SomWpT1zCE19n1uSXKH2gTI_yc33sdl0vmJg,146
|
|
79
|
+
service_capacity_modeling-0.3.71.dist-info/top_level.txt,sha256=H8XjTCLgR3enHq5t3bIbxt9SeUkUT8HT_SDv2dgIT_A,26
|
|
80
|
+
service_capacity_modeling-0.3.71.dist-info/RECORD,,
|
{service_capacity_modeling-0.3.69.dist-info → service_capacity_modeling-0.3.71.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|