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
Currently Chrome Canary supports returning the amount of CPU cores using:
navigator.hardwareConcurrency
This worked for me in Chrome Canary 37.