proc cpuinfo file

Q. How do I display CPU information such as the number of CPUs and their speed? A. Proc (/proc) file system provides easy information about CPU and their speed. The proc filesystem is a pseudo-filesystem which is used as an interface to kernel data structures. It is commonly mounted at /proc. Most of it is [...]

{ 21 comments }