freebsd查看CPU信息
Check CPU Speed in FreeBSD
Type the command at a shell prompt:
1 |
sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu' |
Sample output:
1 2 3 4 |
hw.machine: amd64 hw.model: Intel(R) Xeon(R) CPU X3220 @ 2.40GHz hw.ncpu: 4 hw.machine_arch: amd64 |
S[……]
近期评论