Monitor the Graphics card usage

后端 未结 2 1168
挽巷
挽巷 2021-02-01 13:03

How can I monitor how much of the graphics card is used when I run a certain application? I want to see how much my application uses the GPU.

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-01 13:43

    From Unix.SE: A simple command-line utility called gpustat now exists: https://github.com/wookayin/gpustat.

    It is free software (MIT license) and is packaged in pypi. It is a wrapper of nvidia-smi.

提交回复
热议问题