trleft.blogg.se

Cat cpuinfo
Cat cpuinfo













cat cpuinfo

I hope these Linux processor and memory commands have been helpful. Summary: Linux processor and memory commands When I issue the Linux memory information command, I see the following output:Īs you can see, my current Linux system has 2 GB RAM, with all the additional memory information shown there. Model name : Intel(R) Pentium(R) 4 CPU 3.00GHzįlags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pni monitor ds_cpl cid xtprįrom that output I can see my current system is a two-processor Intel system, with additional information about the Intel CPU (CPUs, actually). When I issue that Linux processor information command on my current hardware system, I see this output:

cat cpuinfo

(See below for sample output.) Linux processor command output

#CAT CPUINFO HOW TO#

This page shows how to use /proc/cpuinfo file and lscpu command to display number of processors on Linux. You can view /proc/cpuinfo with the help of cat command or grep command / egrep command. To see your Linux memory information and memory stats use this command: I use a command like this: testlocalhost:> cat /proc/cpuinfo processor : 0 vendorid : AuthenticAMD cpu family : 23 model : 1 model name : AMD RySix-Core Processor stepping : 1 microcode : 0x8001138 cpu MHz : 1376.637 cache size : 512 KB physical id : 0 siblings : 12 core id : 0 cpu cores : 6 apicid : 0 initial apicid : 0 fpu : yes fpuexception : yes cpuid level : 13 wp : yes. The /proc/cpuinfo file stores CPU and system architecture dependent items, for each supported architecture. (See below for sample processor output.) How to show Linux memory information To see what type of processor/CPU your computer system has, use this Linux command:Īs you can see, all you have to do is use the Linux cat command on this special /proc/cpuinfo file on your Linux system. Linux FAQ: How can I find Linux processor and memory information? (Also written as, How can I find Linux CPU information?, How can I find Linux RAM information?) How to show the Linux CPU/processor















Cat cpuinfo