f7e080c8bf
Adds a new collector, which gathers list of PCI devices. Each entry is a dictionary containing 2 keys: - vendor-id - product-id Such information can then be used by the inspector to distinguish appropriate PCI devices. Change-Id: Id7521d66410e7d408d7eada692b6123e769ce084 Partial-Bug: #1580893
10 lines
344 B
YAML
10 lines
344 B
YAML
---
|
|
features:
|
|
- Adds new PCI devices collector named "pci_devices"
|
|
to inspector module.
|
|
Data is gathered from /sys/bus/pci/devices directory
|
|
and is stored under "pci_devices" key as a dictionary
|
|
containing "vendor_id" and "product_id" keys, which
|
|
then will be used by the inspector to distinguish
|
|
various PCI devices.
|