我已经结账了GPU 使用情况监控 (CUDA),但是 AMD/ATI 卡有类似的工具吗?或者某种通用工具?我想检查我的应用程序是否使用了显卡的 256 MB RAM,因为我见过使用大量系统内存的应用程序,而它们应该使用显卡。
glxinfo
没有提供我正在寻找的信息,但也许你会问我是否有硬件加速:
$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on ATI RV515
该卡的相关信息:
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV515 [Radeon X1300/X1550] (prog-if 00 [VGA controller])
Subsystem: VISIONTEK Device 2352
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 16 bytes
Interrupt: pin A routed to IRQ 19
Region 0: Memory at d0000000 (64-bit, prefetchable) [size=256M]
Region 2: Memory at bffe0000 (64-bit, non-prefetchable) [size=64K]
Region 4: I/O ports at e000 [size=256]
Expansion ROM at bffc0000 [disabled] [size=128K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v1) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE- FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Kernel driver in use: radeon
我知道 Windows 中有 Process Explorer,它可以与我的卡配合使用,所以它是 Linux 内核 - 驱动程序/模块 - 工具。
答案1
有一个名为 的程序radeontop
应该可以提供您想要的部分或全部信息。
我已经在我的 debian 笔记本电脑(具有 Radeon HD 6320 GPU)上安装并运行它,它似乎像广告中那样工作。
如果您需要数据进行进一步处理而不是top
类似的显示,它有一个-d
或--dump
选项用于将数据转储到文件中(不幸的是,仅作为百分比而不是原始数字)。检查源代码将告诉您如何自己获取原始数据。
debian 打包版本有以下说明。
封装: radeontop Description-en: 显示 Radeon GPU 利用率的实用程序 radeontop 是一个小型实用程序,可让您监控 Radeon GPU 从 R600 系列及更新版本开始使用未记录的 硬件中的性能计数器。该实用程序可免费使用 司机。 。 它显示图形管道、事件引擎、顶点缓存的利用率, 顶点组和曲面细分器、纹理寻址器和缓存、着色器单元 等等,都带有相对百分比值以及彩色条形图。 主页:https://github.com/clbr/radeontop