nezhahq / agent

157 stars 55 forks source link

Linux添加GPU监控参数后,无法正确的选择GPU #84

Open saobilin opened 2 days ago

saobilin commented 2 days ago

一些华擎的am5服务器板子上面有板载的2d显卡作为ipmi的输出接口,哪吒无法选择要监控哪个gpu,只会优先选择第一个GPU CPU为7700,主板为ASRockRack B650D4U,系统为Debian12 哪吒面板的信息: 系统: debian-12.8 [x86_64] CPU: [ "AMD Ryzen 7 7700 8-Core Processor 16 Physical Core" ] GPU: [ "ASPEED Graphics Family" ]

系统内lspci输出信息: root@7700: lspci|grep VGA 08:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 52) 0d:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raphael (rev c5) root@7700:

uubulb commented 2 days ago

agent 使用的 https://github.com/jaypipes/ghw 获取显卡信息,你可以试试它 README 里的示例程序,看看能不能获取到正确显卡信息