Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect CPU count #374

Open
lilyanatia opened this issue Dec 26, 2024 · 4 comments
Open

incorrect CPU count #374

lilyanatia opened this issue Dec 26, 2024 · 4 comments

Comments

@lilyanatia
Copy link

lilyanatia commented Dec 26, 2024

running on a server with 4x Intel Xeon E5-4657L v2 (12c24t each, 48c96t total):

original neofetch shows: Intel Xeon E5-4657L v2 (96) @ 2.9GHz
fastfetch shows: 4 x Intel(R) Xeon(R) E5-4657L v2 (48) @ 2.90 GHz
hyfetch's neowofetch shows: 4x Intel Xeon E5-4657L v2 (24) @ 2.9GHz

I'm not sure if the intention is to show cores or threads, but in either case neowofetch is wrong.

@lilyanatia
Copy link
Author

lilyanatia commented Dec 26, 2024

I just realized neowofetch is showing the number of threads per socket. so maybe that's intended? it's still confusing that all three show different numbers.

@hykilpikonna
Copy link
Owner

hykilpikonna commented Jan 3, 2025

I would say that both "96" and "4x 24" are accurate, but "4x 48" isn't... so maybe open an issue in the fastfetch repo instead? Also ping @CarterLi

Yea it is kind of confusing

@CarterLi
Copy link
Contributor

CarterLi commented Jan 4, 2025

It's expected to report 4 x Intel(R) Xeon(R) E5-4657L v2 (96)

You may paste the content of /proc/cpuinfo (assume you are on Linux) and fastfetch -s cpu --format json --cpu-show-pe-core-count for me to debug it further.

Better post this issue to fastfetch repo.

@lilyanatia
Copy link
Author

here's the content of /proc/cpuinfo: cpuinfo.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants