Hide Forgot
It would be nice if we could display outputs of lspci, dmidecode and /proc/cpuinfo directly from beaker web UI, for the particular machine. A plain text file would do the trick, I find it easier to read than the parsed information in the table. Thanks
(In reply to Tomáš Bžatek from comment #0) > It would be nice if we could display outputs of lspci, dmidecode and > /proc/cpuinfo directly from beaker web UI, for the particular machine. A > plain text file would do the trick, I find it easier to read than the parsed > information in the table. Thanks This will be very helpful. I recently needed DIMM slots and memory in each slot (for rasdaemon work) and it would have saved me hours if I had dmidecode output available on beaker UI.
*** Bug 1199986 has been marked as a duplicate of this bug. ***
How dependent are dmidecode and lscpi output on the kernel? Won't the output differ depending on which distro was used to scan the system and find the output of these commands? I have seen differing contents in /proc/cpuinfo depending on the kernel version (bug 1223115)
(In reply to Amit Saha from comment #6) > How dependent are dmidecode and lscpi output on the kernel? Won't the output > differ depending on which distro was used to scan the system and find the > output of these commands? > > I have seen differing contents in /proc/cpuinfo depending on the kernel > version (bug 1223115) lspci may depend on how recent the PCI IDs file is on the particular version of OS, but dmidecode has been relatively stable over the past 5 years so I don't see it varying that much. P.
Hi, I'd like to ask if this feature would still be helpful in order to determine priority in our backlog. What output would be most helpful of the three mentioned in comment 1: lspci, dmidecode and /proc/cpuinfo ?
(In reply to Roman Joost from comment #8) > Hi, > > I'd like to ask if this feature would still be helpful in order to determine > priority in our backlog. What output would be most helpful of the three > mentioned in comment 1: lspci, dmidecode and /proc/cpuinfo ? Hi -- yes, this information is useful for each system because we can quickly search in this data. To start, I think /proc/cpuinfo is the most useful. However, we would only need the output of a single cpu. P.
(In reply to Roman Joost from comment #8) > Hi, > > I'd like to ask if this feature would still be helpful in order to determine > priority in our backlog. What output would be most helpful of the three > mentioned in comment 1: lspci, dmidecode and /proc/cpuinfo ? dmidecode has BIOS version and DIMM information which is very useful. lspci helps with tracking down peripherals (include subvendor/device ID).
Thanks guys for letting me know.