How to get CPU utilization using Javascript or Java -


How do I obtain a client's machine CPU usage?

I have created a Java Web App and where I need to use the client's machine CPU.

Can it use JavaScript or Java?

Whatever you use, Java or Javascript, you can not use CPU's machine . This will be a big security risk. The only way to do this is to install the plug-in. This will not be very helpful, although reading CPU usage is a platform specific.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -