Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2001 17:23:18 +0100
From:      Mark Rowlands <mark.rowlands@minmail.net>
To:        Charlie Root <root@hermes.niicommunications.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: benchamrks/cpu info
Message-ID:  <01031717210101.00835@bb-62-5-7-15-bb.tninet.se>
In-Reply-To: <200103170824.f2H8OjM68301@hermes.niicommunications.com>
References:  <200103170824.f2H8OjM68301@hermes.niicommunications.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 17 March 2001 09:24, Charlie Root wrote:
> is there a way in freebsd to see what type of hardware is present?  cat
> /proc/cpuinfo was nice in linux.. but then again freebsd is not linux..
> anything similar?  thanks ..
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message


dmesg |  grep -i 'irq [0-9][0-9]*' |  \ 
sed 's/\(^[a-z0-9]*[: ]\).*\(irq  [0-9][0-9]*\).*/\1 \2/' |  \ 
sort -n +2 -3

has been knocking around these lists for a while

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01031717210101.00835>