Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I detect cpu type and speed, and/or amount of ram a computer has from a web page (javascript hopefully)?

Can I detect cpu type and speed, and/or amount of ram a computer has from a web page (javascript hopefully)?

like image 662
Vance Smith Avatar asked Sep 28 '10 23:09

Vance Smith


People also ask

What determines computer speed processor or RAM?

The processor, also known as the CPU, provides the instructions and processing power the computer needs to do its work. The more powerful and updated your processor, the faster your computer can complete its tasks. By getting a more powerful processor, you can help your computer think and work faster.

Is CPU speed the same as RAM speed?

You shouldn't expect your RAM to run at higher speed than the CPU or motherboard speed, it will always run at the lowest speed of those two.

Does RAM or CPU affect speed?

RAM not only allows your CPU to access files faster, it can also help your processor run more processes at the same time. The more RAM you have, and the faster the RAM cycles in MHz, the more processes your CPU can run.

What is PC processor speed?

A computer's processor clock speed determines how quickly the central processing unit (CPU) can retrieve and interpret instructions. This helps your computer complete more tasks by getting them done faster. Clock speeds are measured in gigahertz (GHz), with a higher number equating to higher clock speed.


1 Answers

No, that's not possible. There is no access to hardware information through JavaScript in web browsers. You might have some luck using browser plugins, ActiveX, etc.

like image 105
Daniel Vassallo Avatar answered Oct 20 '22 21:10

Daniel Vassallo