7. gc-inventory
This tool lists device IDs, physical parameters and firmware version numbers of the IPUs present in the system.
Unlike gc-info, this command will not attempt to lock access to any IPUs. This means that it can be used to gather information about a system even if some of the IPUs are in use. However, this also means that it is not able to provide as much information as gc-info.
The output will be similar to this:
"device": {
"id": "15",
"type": "C2",
"Firmware Major Version": "1",
"Firmware Minor Version": "0",
"Firmware Patch Version": "0",
"IPU": "1",
"IPU version": "ipu0",
"PCI Id": "0000:b8:00.0",
"link speed": "8 GT\/s",
"link width": "8",
"physical slot": "PCIe Slot 9",
"serial number": "0050.0004.072728"
}
...
7.1. Usage
7.1.1. Allowed options
|
Emit JSON output |
|
Include MultiIPU devices in output |
|
Produce help message |
|
Version number |