This is a discussion on freebsd no /proc/cpuinfo within the All about FreeBSD/OpenBSD/NetBSD forums, part of the *BSD Operating systems category; I thought i can find out cpu info using /proc/cpuinfo but it has no /proc/cpuinfo file. How to find out ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| Sponsored Links | ||
|
|
|
||||
|
FreeBSD do not have /proc kind of stuff to find out cpuinfo. It only works with Linux, you can use dmsg as follows:
Code:
dmesg | grep -i CPU Code:
sysctl -a | grep -i CPU | less
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |