/proc/cpuinfo

How do I display information from /proc such as memory, Load average, uptime, page activity, context, disk status, interrupts using a shell or perl script?

{ 5 comments }

Ubuntu: Find CPU Information / Speed

by Vivek Gite on April 27, 2009 · 1 comment

How do I find out CPU Information such as speed, processor, and cache under Ubuntu Linux operating systems?

{ 1 comment }

Q. Physical Address Extension (PAE) refers to a feature of x86 and x86-64 processors that allows more than 4G bytes of physical memory to be used in 32-bit systems. The x86 architecture presently uses only 36 bits out of 52 bits possible. On x86-64 processors, PAE is obligatory in native long mode; currently 40 bits are used out of 52 bits possible. How do I find out if my Linux kernel supports 36-bit or more physical addressing?

{ 3 comments }