Identify a region and hardware characteristics to inform a footprint model.
- Entries
- 140
- Period covered
- Not a time series
- File Git modification
- 2026-04-01
- Source refresh
- Not recorded per entry
The Git date reflects the last committed change, not necessarily local edits or new observations.
PUE: ratio; WUE: check the source boundary; REF: fraction. Hardware units depend on the fields.
INTERACTIVE PREVIEW
Explore data
Loading preview…
Sources and limitations
Cloud infrastructure
Provider disclosures differ in boundary and reporting year. Zero may represent a dataset convention rather than no impact. REF and CFE are not interchangeable metrics.
Field dictionary
| Field | Definition |
|---|---|
id | Stable identifier |
manufacturer | Manufacturer |
serie | Hardware series |
model | Model |
architecture | Architecture |
platform | Hardware platform |
cores | Core count |
threads | Thread count |
tdp | Thermal design power (W) |
process | Process node (nm) |
die | Die area (mm²) |
transistors | Transistor count (millions) |
smp | Supported socket count |
Reuse and cite
These data are published under ODbL 1.0. Read the license for reuse, attribution and sharing conditions. ODbL 1.0 ↗
Digital4Better Open Data — cloud/cpus.json · ODbL 1.0 · https://github.com/digital4better/data
JavaScript example
const response = await fetch("https://digital4better.github.io/data/cloud/cpus.json");
if (!response.ok) throw new Error(String(response.status));
const data = await response.json();
console.log(data);Report an issue or suggest a correction ↗