munkireport / gpu
Module for munkireport.
Installs: 9 133
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 4
Open Issues: 0
This package is auto-updated.
Last update: 2024-10-26 19:00:08 UTC
README
Details information on GPUs.
Table Schema
- model - varchar(255) - model of the GPU
- vendor - varchar(255) - GPU vendor and vendor ID
- vram - varchar(255) - dedicated video memory
- vram_shared - varchar(255) - shared video memory
- pcie_width - varchar(255) - PCIe width
- slot_name - varchar(255) - Name of PCIe slot
- device_id - varchar(255) - Device ID of card
- gmux_version - varchar(255) - gMux version
- efi_version - varchar(255) - EFI driver version of card
- revision_id - varchar(255) - Revision ID
- rom_revision - varchar(255) - ROM version of GPU
- metal - int(11) - What version of Metal supported on GPU
- num_cores - int(11) - Number of GPU cores