|
|
|
|
|
by debdrup
3202 days ago
|
|
As far as I can see (and comparing with the output on the github page), the only thing missing from dmesg is the amount of cache and byte order within the first 20 or so lines. One depends on CPU purchase, the other depends on the ISA. Either way, they're not something I can do anything about even if I need to know them - which, most of the time, I don't. I'd argue that the reason you think lscpu is predictable and concise is that you're used to reading it. |
|
I actually based my statement on:
lscpu is more concise than the dmesg.boot log file lscpu has predictable output compared to the dmesg.boot log fileIn my world parsing output from command line tools that use predictable identifiers in their output is easier than parsing similar data out of unstructured logs.