- From: Robin Schriebman via GitHub <sysbot+gh@w3.org>
- Date: Wed, 27 Sep 2017 18:01:29 +0000
- To: public-webrtc-logs@w3.org
This is the code we use in Hangouts, but it requires an extension and is only functional on chrome: https://cs.chromium.org/chromium/src/chrome/browser/resources/hangout_services/thunk.js Which calls into: chrome.system.cpu.getInfo -> https://developer.chrome.com/apps/system_cpu which gives us information about the number of cores, processors, etc. And we listen for process, tab, etc stats by listening to the chrome process information -> https://developer.chrome.com/extensions/processes#type-Process @alvestrand That is concerning, is there a representative we could pull in who may know? I agree it seems like it would be an obvious addition. -- GitHub Notification of comment by icydragons Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/245#issuecomment-332605975 using your GitHub account
Received on Wednesday, 27 September 2017 18:01:30 UTC