DCGM icon indicating copy to clipboard operation
DCGM copied to clipboard

How is NVLINK information obtained ?

Open irvingans opened this issue 1 year ago • 2 comments

https://github.com/NVIDIA/DCGM/blob/7e1012302679e4bb7496483b32dcffb56e528c92/dcgmlib/src/DcgmApi.cpp#L3515

Hi , regarding the function tsapiGetNvLinkLinkStatus, in a deeper level, how is the NvLink status obtained? Is it obtained from the GPU via nvidia driver ?

irvingans avatar Sep 04 '23 03:09 irvingans

DCGM uses the NSCQ library, which must be installed separately from DCGM and is bound to the driver version.

nikkon-dev avatar Sep 04 '23 05:09 nikkon-dev

Thanks @nikkon-dev , got 1 more, How about the pulse test plugin, https://github.com/NVIDIA/DCGM/blob/7e1012302679e4bb7496483b32dcffb56e528c92/dcgmi/Diag.cpp#L642

what is the actual dependent library that provides the pulse test?

irvingans avatar Sep 04 '23 13:09 irvingans