Situation

  • Home
  • Installation
  • Quick start
  • Configuration
  • Backends
  • Roadmap
Deploy
  • Scheduled task
  • Ansible
  • Limiting footprint
Developer
  • Overview
  • Architecture
  • Contributing
  • Module
  • Store
Guides
  • jq one-liners
  • FastAPI
Modules
  • Reference
  • App User
  • ARP
  • Chassis
  • Docker
  • DPKG
  • Host Basic
  • Host CPU
  • Host Disk
  • Host GPU
  • Host Network
  • JA4
  • MSI
  • Netstat
  • Ping
  • Reverse Lookup
  • RPM
  • SNMP
  • SSH
  • TCP Scan
  • TLS
  • V Mware
  • Zypper

Host GPU

Previous Next

Retrieves basic information about GPU: index, vendor and product name.

windows linux

HostGPUModule retrieves basic information about GPU: index, vendor and product name.

Details

It heavily relies on ghw. On Linux it reads /sys/class/drm/ folder. On Windows, it performs the following WMI query:

ps1 SELECT Caption, CreationClassName, Description, DeviceID, Manufacturer, Name, PNPClass, PNPDeviceID FROM Win32_PnPEntity

On windows 11, the local user account must have administrator permissions (it does not mean it must be run as root).

Dependencies

  • fmt
  • github.com/jaypipes/ghw
Host Disk Host Network
Menu
Home Installation Quick start Configuration Backends Roadmap
Deploy
Scheduled task Ansible Limiting footprint
Developer
Overview Architecture Contributing Module Store
Guides
jq one-liners FastAPI
Modules
Reference App User ARP Chassis Docker DPKG Host Basic Host CPU Host Disk Host GPU Host Network JA4 MSI Netstat Ping Reverse Lookup RPM SNMP SSH TCP Scan TLS V Mware Zypper

On This Page

Details Dependencies
shadcn theme provided by @asiffer