1

Is it possible to monitor CPU or GPU usage using JavaScript for example? I know that browser can access informations (number of cores, model of GPU, OS ...) but I do not know how it will be possible to monitor (and use) GPU through web browser.

4
  • using strictly javascript, you can make your computer serve to a local url, like localhost, and display cpu and gpu usage that way. You would need to use the Node stack for all JS... Commented Sep 25, 2017 at 16:38
  • 2
    stackoverflow.com/questions/15464896/… Commented Sep 25, 2017 at 16:41
  • What are you doing this for? Commented Sep 25, 2017 at 17:05
  • Saw recent posts on CoinHive used in PirateBay's code to generate Monero and this has awakened my curiosity about the capabilities/limitations of web-applications (using JS) compared to desktop-applications (C++, Python...). For example I know multithreading was one of the differences but according to what I read it's no longer the case. Commented Sep 25, 2017 at 18:08

1 Answer 1

-1

Pretty sure this is impossible, likely for security reasons.

Sign up to request clarification or add additional context in comments.

2 Comments

Im pretty shure this is not an answer
Please provide more information on security reasons

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.