Devices by class ${type}
Total Count ${count}
% hosts detected ${type} ${'%.1f' % (float(count) / total_hosts * 100)} %

Vendors

${pci_vendors.vendor(vendor[1], alt='Unknown ID: %s' %vendor[1])} ${vendor[0]} ${'%.1f' % (float(vendor[0]) / total_hosts * 100) } %

Devices

DevicebusDriverVendorSub VendorSub DeviceDate Added% tot hosts
${pci_vendors.device(type.vendor_id, type.device_id, alt=type.description)} ${type.bus} ${type.driver} ${pci_vendors.vendor(type.vendor_id)} ${pci_vendors.vendor(type.subsys_vendor_id)} ${pci_vendors.subdevice(type.vendor_id, type.device_id, type.subsys_vendor_id, type.subsys_device_id)} ${type.date_added} ${'%.1f' % (float(type.c) / total_hosts * 100) } %