Get CPU/GPU/memory information

前端 未结 3 553
太阳男子
太阳男子 2020-12-04 15:45

I need to get any information about the CPU/GPU/memory.The number of cores, memory value, memory and cpu usage... I found a way to do this for IE:How to Use JavaScript to Fi

3条回答
  •  一生所求
    2020-12-04 16:19

    Currently Chrome Canary supports returning the amount of CPU cores using:

    navigator.hardwareConcurrency
    

    This worked for me in Chrome Canary 37.

提交回复
热议问题