chromelosa.blogg.se

Linux cpu stats
Linux cpu stats










linux cpu stats linux cpu stats

$ cat /proc/cpuinfo | grep 'core id' #show individual cores $ cat /proc/cpuinfo | grep processor | wc -l #count the number of processing units $ cat /proc/cpuinfo | grep 'model name' | uniq #display model name This can help you only output vendor name, model name, number of processors, number of cores, etc: $ cat /proc/cpuinfo | grep 'vendor' | uniq #view vendor name

linux cpu stats

To get a little specific, you can employ the grep command – a CLI tool for searching plain-text data for lines matching a regular expression. Model name : Intel(R) Core(TM) i5-4210U CPU 1.70GHzįlags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln ptsĪddress sizes : 39 bits physical, 48 bits virtual












Linux cpu stats