Power consumption of Raspberry Pi 4 versus Intel J4105 system
While I intended to use a Raspberry Pi 4 as a small server, I also ordered from China a small system (BEBEPC, comparable to the Qotom mini PCs. While Qotom mini PCs are slightly better documented, they typically have less powerful CPUs: even though they have Core i3 CPUs, these are so old that a more recent Celeron CPU is faster) based on a Intel J4105 CPU (= TDP of 10 W, 4 cores, 1.5 GHz base frequency, 2.5 GHz burst frequency) which has over the Raspi the advantage of native SATA ports (one standard SATA connector with 5 V power supply and one mSATA connector carrying 3.3 V power supply -- I am currently waiting for an mSATA to SATA adapter and a 5 V SATA power splitter cable to be able to have a RAID system of two SATA SSDs -- mSATA SSDs are only available in smaller sizes). However, the biggest advantage is that it is (obviously) able to run Intel-only code, e.g. in particular (Docker) containers only available for Intel.
Both systems have 8 GB LPDDR4 RAM.
Both systems can be passively cooled: for the Raspy, I used a cooling case from https://www.coolingcases.com/ -- it cools well, but the metal affects the range of the onboard Wifi (not that relevant for a server). The J4105 came as well with a case that allows passive cooling -- while it is still tiny for a PC, it has approx. 4 times the volume of the Raspi.
The J4105 system has for sure more compute power than the Raspi's ARM CPU, so the remaining question is the power consumption. Hence, I did some tests and measurements using a cheap power meter that claims to have a 2% precision. Both systems were connected via FullHD HDMI to a monitor.
Intel J4105 measurements
As I did not install Linux yet, it was running Windows 10 and idle refers to having only the built-in task manager running in foreground (to display clock frequency) and all the background services that Windows 10 has by default. CPU load was generated using a batch file containing an endless loop.
The J4105 clocks down to 0.78 GHz when idle and the power consumption of the whole system (with one mSATA and one SATA SSD) is then 3.8 W.
With 1 core being busy, it still clocks up to 2.4 GHz and consumes 7.2 W.
With 2 cores being busy, it still clocks up to 2.4 GHz and consumes 10.3 W.
With 3 cores being busy, it clocks up to 2.35 GHz and consumes between 11.8 W and 12.1 W.
With 4 cores being busy, it clocks up to 2.19 GHz and consumes between 11.4 W and 12.0 W. (So it seems the reduced clock saves power).
I did run it with 4 cores being busy for an hour, and the measurements did not change, e.g. no thermal throttling seems to have occurred (nor did the case get hot, so a really good passive cooling -- or the contact between CPU and case is bad, but then thermal throttling could have been expected).
Raspberry Pi 4 measurements
I had OSMC with KODI running, but nothing else, i.e. the KODI UI being idle, but all the background services running. The latest firmware as of 4. June 2021 was used, storage was SDHC card only. CPU load was generated using the stress
command.
The Raspberry Pi 4 consumed idle 3.8 W to 4.0 W.
With 1 core being busy, it consumes 4.5 W.
With 2 cores being busy, it consumes 5.0 W.
With 3 cores being busy, it consumes between 5.4 W and 5.5 W.
With 4 cores being busy, it consumes 6.0 W.
Temperature with the cooling case from https://www.coolingcases.com/ was approx. 52° C (so it prevented thermal throttling that would start at 80° C). Surprisingly, even in idle mode, the temperature was 40-42° (the tiny case does feel much warmer than the bigger case of the Intel system -- so, it seems: size matters).
Conclusions
In summary, the idle power consumption of both systems is comparable and while the busy consumption is lower with Raspberry Pi 4, it is of course less powerful than the J4105 system. For the J4105, I never observed the full 2.5 GHz burst clock rate (but 2.4 GHz). Even though the CPU TDP is 10 W, the whole system consumed up to 12.1 W (e.g. the RAM, the two SSDs, WiFi, HDMI output, external power supply, etc. probably also to add their share -- during boot, I even saw 14.8 W).
Note that others suggest 2.7 W idle for the Raspi 4 (but seems to require switching off a lot of I/O, e.g., HDMI etc. -- which I did not do, nor did I minimise background processes) or even as low as 2.1 W. On the other hand, many other report that they neither (with either a fan or a heatsink) get the system cooler than 42° in idle, so getting the Raspy warmer than the touch of your hand seems to be normal, but the J4105 system with the bigger case was considerably cooler.
It seems that the J4105 is a good 24/7 home server system, i.e. more powerful than the Raspi when needed, but still not consuming more power when idle. (A German c't article confirms this for a thin client that is also J4105-based.)
An even more powerful system based on J4125 (= J4105 with higher clock) suggests that with Dual-Rank-Modules even 16 GB per RAM module are possible, i.e. with two banks, even 32 GB of RAM. Power consumption has also been measured which is higher (best explained by the fact that it is faster, i.e. cannot clock down as much: 2000-2700 MHz vs. 1500-2500 MHz).
The ultimate passively cooled server with ECC ram would be ASRock Industrial iBOX-V2000M or iBOX-V2000V -- but these are not yet available and in particular not for private users. But any ASRock motherboard in general, together with AMD Pro CPUs should support ECC.
Update 2023: Intel N100, N200 and N300/N305 CPUs
The Intel N100, N200 and N305 CPU are some sort of successor of the J4105 CPU. N100 and N200 have both 4 cores and N200 can clock higher, but gets hotter than N100 while being just slightly faster. N300/N305 has 8 cores. All support 2.5 Gb Ethernet. While they support only one DIMM (i.e. single channel being slower than two memory channels), they support DDR5 RAM which is anyway 50% faster and has ECC on-die, but this is not real ECC as the bus between CPU and RAM has no ECC and ECC errors will not be reported to the CPU, so that it is not possible to identify failing RAM DIMMs. The N300 officially even support real ECC, but have not seen that being used.
The Intel i3-N305 fanless mini PCs look also good, but of course Chinese BIOS, so you do not know what vulnerabilities are built-in by intention. The Protectli systems have coreboot, but far older, but still more expensive, but outdated hardware. Starlabs Byte has an N200 with coreboot, but DDR4 RAM only.
An test of an Intel N200-based fanless mini from Asus with DDR4 RAM mentions that N200 with DDR5 RAM is faster. Idle power consumption is claimed to be 5-6 W and 22 W under full load.