问题 I'm trying to get gpu temperature using nodeJS. I found one package on npm called "systeminformation" but I cant get gpu temperature from it. If there is no package/module for it I would like to know a way how to do it from NodeJS. 回答1: There are not Node.js packages with C/C++ submodules for checking GPU temperature, but you can use CLI for that. Pros and cons: 👍 Easy 👍 You need to know only the CLI command for your OS 👎 performance can be slow 👎 maybe you need run your app with sudo For