nvidia-smi --query-gpu=name,utilization.gpu,memory.used --format=csv

Category: Monitoring & Observability

nvidia-smi --query-gpu=name,utilization.gpu,memory.used --format=csv

Query specific GPU fields as CSV

Selects only the requested fields, here name, utilization, and memory used, and prints them as CSV for scripts. Add --format=csv,noheader to skip the header row. Queryable fields include temperature, power.draw, and clocks.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.