intel / intel/xpumanager

xpu-smi - Under LTS 2523.x GPU Power and PCIE Read/Write N/A or 0

Open
#108 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
194
Forks
34
PR merge metrics
No merged PRs in 30d

Description

I use Intel Data Center Flex 140's and under the old LTS (on Ubuntu 22.x) GPU Power and PCIE Read/Write speeds could be retrieved from xpu-smi like so:

xpu-smi dump -d -1 -m 0,1,8,3

**Old LTS Under Ubuntu 22.x**

```
Timestamp, DeviceId, GPU Power (W), PCIe Read (kB/s), PCIe Write (kB/s)
11:20:47.028, 0, 21.22, 83590, 49693
11:20:47.029, 1, 17.29, 83590, 49693
11:20:47.029, 2, 19.62, 2228, 6149
11:20:47.029, 3, 14.60, 2228, 6149
```

**New LTS Under Ubuntu 24.x**

```
Timestamp, DeviceId, GPU Power (W), PCIe Read (kB/s), PCIe Write (kB/s)
11:20:25.029, 0, N/A, 0, 0
11:20:25.030, 1, N/A, 0, 0
11:20:25.030, 2, N/A, 0, 0
11:20:25.030, 3, N/A, 0, 0
```

All the other GPU stats seem to work fine, but those 3 do not return the same data any more.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.