基本上都是基于 libnvidia-ml.so
的
- NVIDIA driver control panel
- 英伟达官方 libnvidia-ml 库
- https://github.com/NVIDIA/nvidia-settings
- Go Bindings for the NVIDIA Management Library (NVML)
- https://github.com/NVIDIA/go-nvml
- go 语言
- Python bindings to the NVIDIA Management Library
pip install nvidia-ml-py
python3 -m pip install nvidia-ml-py
- https://pypi.org/project/nvidia-ml-py/
- GPUs process monitoring for AMD, Intel and NVIDIA
- https://github.com/Syllo/nvtop
- 像监控CPU 一样监控 GPU
- 安装
apt install nvtop
- https://docs.nvidia.com/deploy/nvml-api/group__nvmlDeviceQueries.html
- libnvidia-ml 英伟达官方接口文档