How do I calculate the bandwidth of the PCIe sockets? Why are only 2 sockets listed? #127
-
I'm working in deep learning and I'm trying to identify a bottleneck in our GPU pipeline. We're running Ubuntu on an Intel Xeon motherboard with 4 NVIDIA Titan RTXs. Use of the GPUs seems to be pretty low even though the memory usage is around 97%. So I'm trying to see if the bus is the bottleneck. I've downloaded PCM and I'm running it to monitor the PCIe 3.0 x16 traffic.
Ignore the actual values for a moment. I have much bigger values. :-) How do I calculate the bandwidth of the PCIe socket? Why are there only two sockets listed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
socket refer to CPU sockets not PCIe slots or devices. You have a system with 2 CPU sockets, right? |
Beta Was this translation helpful? Give feedback.
socket refer to CPU sockets not PCIe slots or devices. You have a system with 2 CPU sockets, right?
The --help output describes -B switch to output bandwidth per CPU socket (see also caveat here with partial operations). pci-iio.x is a different utility that shows bandwidth per PCIe device.