lucko / spark

A performance profiler for Minecraft clients, servers, and proxies.
https://spark.lucko.me/
GNU General Public License v3.0
1.02k stars 140 forks source link

Wrong OS/Linux distro displayed (on AlmaLinux?) #343

Closed woodfairy closed 1 year ago

woodfairy commented 1 year ago

I am running a Pufferfish MC server on an aarch64 server running AlmaLinux 9.

Spark tells me that I am using Ubuntu though: The system is running Ubuntu 20.04.6 LTS (aarch64) version "5.14.0-284.11.1.el9_2.aarch64" and has 8 CPU threads available.

Here is the output of my /etc/os-release:

NAME="AlmaLinux"
VERSION="9.2 (Turquoise Kodkod)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.2"
PLATFORM_ID="platform:el9"
PRETTY_NAME="AlmaLinux 9.2 (Turquoise Kodkod)"
ANSI_COLOR="0;34"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:almalinux:almalinux:9::baseos"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"

ALMALINUX_MANTISBT_PROJECT="AlmaLinux-9"
ALMALINUX_MANTISBT_PROJECT_VERSION="9.2"
REDHAT_SUPPORT_PRODUCT="AlmaLinux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.2"

It does of course not result in any major issues, still wanted to report it.

Thanks for the great profiler!

lucko commented 1 year ago

Are you running your server in a container?