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

Compatibility issue systeminformation v5 #902

Open
jpeig opened this issue Apr 5, 2024 · 1 comment
Open

Compatibility issue systeminformation v5 #902

jpeig opened this issue Apr 5, 2024 · 1 comment

Comments

@jpeig
Copy link

jpeig commented Apr 5, 2024

npx systeminformation info

Returns:

"cpu": {
"manufacturer": "",
"brand": "",
"vendor": "",
"family": "",
"model": "",
"stepping": "",
"revision": "",
"voltage": "",
"speed": null,
"speedMin": null,
"speedMax": null,
"governor": "",
"cores": 24,
"physicalCores": 24,
"performanceCores": 24,
"efficiencyCores": 0,
"processors": 1,
"socket": "",
"flags": "de pse tsc sep mtrr mca cmov psn clfsh ds mmx fxsr sse sse2 ss htt tm ia64 pbe",
"virtualization": false,
"cache": {
"l1d": 0,
"l1i": 0,
"l2": 0,
"l3": 0
}
}

npx systeminformation@4 info

Returns:

"cpu": {
"manufacturer": "AMD",
"brand": "Ryzen 9 5900X 12-Core Processor",
"vendor": "AuthenticAMD",
"family": "25",
"model": "33",
"stepping": "2",
"revision": "8450",
"voltage": "",
"speed": "3.70",
"speedmin": "",
"speedmax": "3.70",
"governor": "",
"cores": 24,
"physicalCores": 12,
"processors": 1,
"socket": "AM4",
"cache": {
"l1d": 0,
"l1i": 0,
"l2": 6291456,
"l3": 67108864
},
"flags": "de pse tsc sep mtrr mca cmov psn clfsh ds mmx fxsr sse sse2 ss htt tm ia64 pbe"
},

Appears to be some sort of compatbility issue.
Any known reasons? I am using Windows.

@sebhildebrandt
Copy link
Owner

@jpeig this probably due to wmic deprecation on windows side. We had to switch to powershell to determine system stats. Here the version of powershell is also important ... :-(

Can you provide your exact windows version and powershell version to prove that this is the reason?

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

2 participants