You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/environmental-footprint/additional-content/bare-metal-env-footprint.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,5 +50,5 @@ Therefore 1,62 kgCO2e is added to the total manufacturing impact of this server.
50
50
To calculate the usage, we consider the French energy mix and the datacenter's PUE. In this example, they are O,056kgCo2e/kwh and 1,16, respectively. Which results in:
51
51
52
52
```math
53
-
UsageFootprint = 0,110 x 100 x 0,056 x 1,16 = 0,715 kgCo2e
@@ -26,42 +26,52 @@ The total estimated impact of Block Storage volumes is calculated by integrating
26
26
27
27
### Ratio per storage volume
28
28
29
-
To allocate the impact of a Block Storage volume, we apply the unit resulting from the RCP allocation rule to all calculation steps, the `bls_ration`:
29
+
To allocate the impact of a Block Storage volume, we apply the unit resulting from the RCP allocation rule to all calculation steps, the `bls_ratio`:
30
30
31
31
```
32
-
VOLsto/VolstoPool = bls_ratio
32
+
bls_ratio = VOLsto/VolstoPool
33
33
```
34
34
35
35
-**VOLsto** - represents the **reserved volume** per user. In Block Storage, your data is replicated three times on multiple nodes to guarantee availability, so the **VOLsto** is applied with factor of 3 to account for replication.
36
36
-**VolstoPool** - represents all the storage for Block Storage volumes on the server that hosts them (around 60%).
37
37
38
+
In the example below we consider a **Volsto** of 600 and a **VolstoPool** of 1000.
39
+
40
+
```
41
+
bls_ratio = 600/1000 = 0,6
42
+
```
43
+
38
44
### Manufacturing impact
39
45
40
-
The manufacturing impact of Block Storage volumes is attributed based on the servers that host the storage.
46
+
The calculation of the manufacturing impact of Block Storage volumes is based on:
47
+
48
+
- The fabrication impact of servers that host user storage
49
+
- The fabrication impact of servers used by the Scaleway Block Storage team to manage the service - on both the Control and Data planes
50
+
51
+
The calculation is the same used for [measuring the impact of manufacturing for Bare Metal servers](/environmental-footprint/additional-content/environmental-footprint-calculator/#customer-servers), but for Block Storage we also apply the `bls_ratio` to break the impact down to only the allocated volumes.
52
+
53
+
#### Calculation example
41
54
42
-
Considering a server with a lifespan of 6 years (52 560 hours) and power of 110w, for 100 hours and considering via Boavizta estimates that the impact of the manufacturing of this server is 850 kgCo2e, and a `bls_ratio` of we can make the following calculation:
55
+
For the example below, we consider a single server with a lifespan of 6 years (52 560 hours) and power of 110w. We measure the impact of 100 hours and consider through [Boavizta estimates](https://www.boavizta.org/) that the impact of the manufacturing of this server is 850 kgCo2e. Also considering a `bls_ratio` of 0,6, we make the following calculation:
The calculation of the impact of cross-IT equipments takes into consideration the manufacturing and usage impacts of both the control and data plane of the internal Scaleway infrastructure for Block Storage.
63
+
The calculation of the usage impact of Block Storage volumes is based on:
51
64
52
-
-**Control Plane** - Calculate impact as done for Apple Silicon product VMs - hardware and vms
53
-
-**Data Plane** - Calculate manufacturing impact via [Boavizta](https://www.boavizta.org/), retrieve electricity consumption estimation and multiply by PUE and energy mix
65
+
- The usage of servers that host user storage
66
+
- The usage of infrastructure and service management servers by the Scaleway Block Storage team to run the Block Storage service. In this case we consider both the Control and Data planes.
67
+
- The impact of the electrical power dedicated to Block Storage across the infrastructure
54
68
55
-
* The allocation is done **based on electrical power**: we need to retrieve the electrical power dedicated to Block Storage:
56
-
* Retrieval of the estimation of the electricity consumption of the Block Storage servers –> [Handbook](https://handbook.scaleway.com/) (static data, like for Elastic Metal).
57
-
* Retrieval of the **quantities of hardware of the Data plane**.
58
-
* We add the **electricity consumption of the Control Plane VMs**.
69
+
To calculate the usage, we consider the French energy mix and the datacenter's PUE.
59
70
60
-
To calculate the usage, we consider the French energy mix and the datacenter's PUE. In this example, they are O,056kgCo2e/kwh and 1,16, respectively. Which results in:
71
+
In the example below, they are O,065kgCo2e/kwh and 1,16, respectively. Considering an electrical consumption of 600wh, 100 hours of usage, and a `bls_ratio` of 0,6, the total usage impact comes down to:
61
72
62
73
```math
63
-
UsageFootprint = 0,110 x 100 x 0,056 x 1,16 = 0,715 kgCo2e
Copy file name to clipboardExpand all lines: pages/environmental-footprint/additional-content/instances-env-footprint.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ The allocation of the hypervisor resources for this particular Instance is calcu
93
93
We multiply the resource allocation by the Instance's lifespan ratio and the hypervisor's manufacturing impact to obtain the manufacturing impact allocated to the Instance:
0 commit comments