Lscpu for OpenBSD/FreeBSD
github.com
Lscpu for OpenBSD/FreeBSD
1–10 of 39 posts
Re: Lscpu for OpenBSD/FreeBSD
#2Re: Lscpu for OpenBSD/FreeBSD
#3Re: Lscpu for OpenBSD/FreeBSD
#4Very nice. Hopefully, a "lsblk" will follow, as that is one of my favorite Linux commands.
Re: Lscpu for OpenBSD/FreeBSD
#5Re: Lscpu for OpenBSD/FreeBSD
#6This is neat and all, but I'm not sure I understand how it's better than 'less /var/run/dmesg.boot'? Which is not to say that this doesn't have any merit, I just don't understand it.
lscpu displays CPU information in a predictable, concise format whereas 'less /var/run/dmesg.boot' requires you to read through a log file that contains a subset of the same information that also happens to be interspersed among unrelated log entries?
It'd probably be more fair to discuss the merits of lscpu vs some invocation of grep '' /var/run/dmesg.boot that produced similar output.
Re: Lscpu for OpenBSD/FreeBSD
#7Very nice. Hopefully, a "lsblk" will follow, as that is one of my favorite Linux commands.
Re: Lscpu for OpenBSD/FreeBSD
#8Very nice. Hopefully, a "lsblk" will follow, as that is one of my favorite Linux commands.
Re: Lscpu for OpenBSD/FreeBSD
#9Re: Lscpu for OpenBSD/FreeBSD
#10Is this basically what `cat /proc/cpuinfo` is for Linux?