Query: fusioninventory::agent::tools::generic
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FusionInventory::Agent::Tools::Generic(3pm) User Contributed Perl Documentation FusionInventory::Agent::Tools::Generic(3pm)NAMEFusionInventory::Agent::Tools::Generic - OS-independant generic functionsDESCRIPTIONThis module provides some OS-independant generic functions.FUNCTIONSgetDmidecodeInfos Returns a structured view of dmidecode output. Each information block is turned into an hashref, block with same DMI type are grouped into a list, and each list is indexed by its DMI type into the resulting hashref. $info = { 0 => [ { block } ], 1 => [ { block }, { block }, ], ... } getCpusFromDmidecode() Returns a list of CPUs, from dmidecode output. getPCIDevices(%params) Returns a list of PCI devices as a list of hashref, by parsing lspci command output. logger a logger object command the exact command to use (default: lspci -vvv -nn) file the file to use, as an alternative to the command perl v5.14.2 2012-06-14 FusionInventory::Agent::Tools::Generic(3pm)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Weird 'find' results |
New UNIX and Linux History Sections |
My first PERL incarnation... Audio Oscillograph |