this post was submitted on 06 Aug 2023
-1 points (47.4% liked)

Linux

45457 readers
1401 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Does anyone know where to find some good measurements of performance differences between common distros (with like hardware and config).

I'm interested to see if some perform better than others due to optimization etc

top 13 comments
sorted by: hot top controversial new old
[–] [email protected] 24 points 11 months ago (1 children)

This might be controversial, but I don't think performance between distributions is really worth considering unless you have a very niche hardware requirement.

Features and community really make the difference.

[–] [email protected] 3 points 11 months ago (1 children)

I agree. I doubt distros have meaningful differences in performance, though there might be some outliers.

[–] [email protected] 2 points 11 months ago

I have noticed different distributions have different boot times? I remember arch being a lot faster than Ubuntu. (Maybe due to choosing to have everything included and enabled by default, or more bare bones distributions).

[–] [email protected] 5 points 11 months ago* (last edited 11 months ago) (1 children)

Not sure where to find those kind of benchmarks, but you may want to look at Gentoo. It compiles everything locally, optimising specifically for the hardware.

EDIT: Best I could find for benchmarks: https://www.phoronix.com/review/spring-2020-distros

[–] [email protected] 10 points 11 months ago (2 children)

Former gentoo user here. Compiling everything yourself does not magically improve performance. You have to use keep track of USEFLAGS, ideally cherry picking for some package because some can cause bugs or performance regressions.

It can be really time consuming both compiling gentoo and trying different configurations. (But you'll learn a lot of compilation/ build system knowledge along the way)

My advise is that if you have time and want to experiment and learn, sure go with gentoo. If not and performance is absolutely critical then go with Clear Linux, otherwise take your popular distro of choice, package availability and ease of use are more important than a couple of % in performance improvement IMHO.

[–] [email protected] 3 points 11 months ago

Thanks for the info!

[–] [email protected] 2 points 11 months ago (1 children)

We know this, we're just trying to trick OP into trying gentoo 😭

[–] [email protected] 3 points 11 months ago

That's how you turn the boys and girls into proper Linux using men and women.

[–] [email protected] 5 points 11 months ago* (last edited 11 months ago)

First of all, I think it's important to state that the 'default' settings that distros ship with and thus you're met with right after a fresh installation try to target a sweet spot in which a lot more besides performance is considered; reliability, security, stability etc. However, depending on your workload and your hardware configuration, it's possible to have it more optimized towards performance through 'tinkering-means'.

However workload, metrics, system and hardware configuration provide so much variability that an exhaustive comparison between distros is just hard to do right. It's possible to find some on Phoronix (and ~~Reddit~~), but testing it yourself on your own hardware is a lot more valuable.

Still, it's possible to draw some basic conclusions based on the available data and common sense:

  • Newer versions of the kernel generally have optimizations related to performance, especially for newer hardware. So -for performance sake- it makes sense to pick a distro that always tries to stay as close as possible to the latest kernel release.

  • Overhead is in almost all cases detrimental to performance, so more minimal systems seem to score better. A lot of distros offer an ISO that's meant for minimal installations, so those are perhaps worth checking out.

  • Compiling yourself (with performance optimizations) or using packages that have been compiled with performance optimizations in mind provide significant improvements that might be worth your time.

Beyond these three it becomes very murky, real quick. I guess (custom) kernel patches/optimizations are worth a mention, but you would have to benchmark it yourself on your own hardware to see if they're even worth the hassle (spoiler alert: some of them should, but it's best to stay objective and without any expectations regarding them).

I'd like to end this with naming some distros that might be worth mentioning in this discussion: Arch, CachyOS, Clear Linux, Garuda, Gentoo, Nobara and PikaOS.

[–] [email protected] 3 points 11 months ago

Do not choose/judge a distribution based on performance benchmarks (this scenario makes them grossly unscientific). More important considerations to measure a distribution are things like development roadmaps, previous history, and philosophy.

Software considerations like Wayland or Xorg or Linux kernel versions (also whether its a zen kernel or not) are also important. Hardware support depends on how up to date the linux-firmware package of the distro is or if you're running a libre kernel or not. These are a lot more useful than a vague definition of "performance" which if we take at face value means that only Gentoo would be on top.

[–] [email protected] 2 points 11 months ago

I've just bounced into voidlinux and I'm very impressed by how complete* it is and how snappy. So that's not a very objective measure, but my (old) battery life has jumped from 1.5h on fedora-38 to 2h+ under void (very similar workload). I think that's an indication of how light-on the hardware the OS is - perhaps it's because it's not running systemd. If you're looking to squeeze more out of your hardware, take a look at void!

* the only thing missing from my manifest is mythtv - firefox, libreoffice, emacs syncthing etc and it's all the latest

[–] [email protected] 1 points 11 months ago

DJ Ware adds detailed performance statistics to his reviews.

I don't think it's very useful. Easily changeable default choices should make the most notable differences. The filesystem for example. Another big factor should be the configuration and the version of the kernel and it probably changes more between updates than between distributions.

[–] [email protected] 1 points 11 months ago

I think clear Linux is optimised for Intel chips. Not sure if there is an equivalent for amd

load more comments
view more: next ›