Questions tagged [cpuinfo]

cpuinfo is a virtual file located in the /proc filesystem. When accessed, it provides real-time information both about unchanging hardware characteristics of the CPU, and about how it is currently running (most notably, what clock speed it or each of its cores is at).

cpuinfo is a virtual file located in the /proc filesystem. When accessed, it provides real-time information both about unchanging hardware characteristics of the CPU, and about how it is currently running (most notably, what clock speed it or each of its cores is at).

On systems with multiple CPUs or multiple core CPUs, cpuinfo contains entries for each.

To access it run:

cat /proc/cpuinfo

(Or otherwise open that file.)

See man 5 proc and this article for details.

For more abbreviated information, you may prefer to run lscpu instead.

35 questions
2
votes
1 answer

Request about description regarding cpuinfo

Hi we all know that cat /proc/cpuinfo will provide us , but my request is i want to know the description about all the fields over there . I am giving you my PC information here. I think its not off topic and this is a helpful post. raja@badfox:~$…
Raja G
  • 102,391
  • 106
  • 255
  • 328
1
vote
0 answers

Dual pentium m install

I have recently acquired a number of embedded touch screen computers to tinker with. One of them has two CPUs in one machine. I have managed to install and run various versions of Ubuntu and other operating systems; however, none seem to be able to…