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

[BUG] Intel Xeon CPU Version Numbers are Truncated from their Model Names #664

Open
biergaizi opened this issue Nov 18, 2023 · 0 comments · May be fixed by #910
Open

[BUG] Intel Xeon CPU Version Numbers are Truncated from their Model Names #664

biergaizi opened this issue Nov 18, 2023 · 0 comments · May be fixed by #910
Assignees
Labels
bug Something isn't working

Comments

@biergaizi
Copy link

biergaizi commented Nov 18, 2023

Describe the bug

Currently, the Xeon CPU model names displayed by btop are truncated after the first space, as a result, their version numbers are omitted from btop's displayed CPU model name. For example, E3-1230 v6 is displayed as E3-1230 instead. For Intel Xeon CPUs, many have similar model names and are distinguished only by a version number. They're completely different CPUs, the version numbers are part of their proper model names and should not be omitted. In this case, the Intel Xeon E3-1230 is a Sandy Bridge CPU released in 2011, but the Intel E3-1230 v6 is a Kaby Lake CPU released in 2016.

To Reproduce

Launch btop on a Xeon CPU with a model name that ends with v2, v3, v4, v5, etc. The last word (the version number) is omitted from the displayed model name.

Expected behavior

The last word (version number) of the Xeon CPU's model name should be preserved.

Info (please complete the following information):

  • btop 1.2.13
  • Architecture: x86_64
  • Linux 6.4.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants