mdfameri.blogg.se

Raspberry pi fritz box traffic monitor
Raspberry pi fritz box traffic monitor









# Machine ~ $ sudo dmidecode -s baseboard-manufacturerĪSUSTeK Computer ~ $ sudo dmidecode -s baseboard-product-name

raspberry pi fritz box traffic monitor

To run dmidecode, you require sudo privileges. To only show the motherboard vendor and product/model, use dmidecode with the -s string. This command not only shows information about the motherboard itself, but also about other motherboard-related hardware, such as installed memory (RAM) dimms or USB slots. To find out what motherboard is used, use the dmidecode command.

raspberry pi fritz box traffic monitor

They often boost the performance and add support for different or newer CPU models. The motherboard usually "just runs" but you should not forget about new firmware versions.

raspberry pi fritz box traffic monitor

The same command obviously also works for other CPUs, here on an AMD Ryzen 7 1700: lscpuĪddress sizes: 43 bits physical, 48 bits virtualįlags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca How to find motherboard information on the command line Model name: Intel(R) Core(TM) i5-2300 CPU 2.80GHzį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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx lahf_lm epb pti tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts The following output of lscpu shows the relevant information of an Intel i5-2300 CPU: ~ $ lscpu It does not only show the name of the installed CPU, but also how many cores and what kind of features (such as virtualization) are enabled.

raspberry pi fritz box traffic monitor

How to find CPU information on the command lineįor this situation, the command lscpu is made to help you. Such information is not only helpful, it may be necessary when a hardware component failed or is about to fail and needs to be replaced.īut how does one do that in Linux? In this article we describe several ways how to list and show the hardware information of installed components on the command line (cli). The "Device Manager" in Windows is (mostly) pretty helpful to show hardware components











Raspberry pi fritz box traffic monitor