Updated on 2025-07-30 GMT+08:00

How Do I Query Graphics Card Details?

  • Query details about a specified graphics card:
    1. Log in to the ECS.
    2. Run the following command to query details about a specified graphics card:

      nvidia-smi –q –i ${graphics card ID}

  • Query details about all graphics cards:
    1. Log in to the ECS.
    2. Run the following command to query details about all graphics cards:

      nvidia-smi -q

The following is an example of the command output: