-
Notifications
You must be signed in to change notification settings - Fork 36
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
Feature request: Display CPU model #80
Comments
I did consider looking into this a while back, ended up not persuing it as I was somewhat offput by the idea of having to chunk something like oshi into paper (https://github.com/oshi/oshi) and co |
For the short term, what about querying a few things like |
lscpu is a unix command. That doesn't work for windows. |
I never said use lscpu only, I said use things like lscpu. With powershell you can do Of particular note from lscpu:
This should cover most use cases and provide enough useful information into how resources are allocated to whatever (virtualised) environment MC is being ran in. Querying Additionally, querying What are your thoughts on this @electronicboy ? |
Throwing in oshi would be a much better solution vs tryna deal with parsing that mess ourselves |
Up to you, just providing an alternative |
Frequently performance issues are cause by anemic hardware,
being able to display the CPU model along side some other metrics like cores available to the JVM, enabled mitigations and current clocks would go a long way helping diagnose this.
The text was updated successfully, but these errors were encountered: