FreeBSD: получить информацию о процессоре

Dec 04, 2013 08:15


Originally published at RTFM - администрирование, настройка серверов FreeBSD, Linux. You can comment here or there.


При помощи утилиты sysctl:

# sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu' hw.machine: i386 hw.model: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz hw.ncpu: 1 hw.machine_arch: i386
Или из файла dmesg:

Read the rest of this entry »

freebsd, Разное, howto's, hardware

Previous post Next post
Up