User Tools

Site Tools


gpu_monitor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
gpu_monitor [2014/04/22 17:57]
root created
gpu_monitor [2014/04/22 18:04] (current)
root
Line 1: Line 1:
 ====== GPU Monitor ====== ====== GPU Monitor ======
 +
 +Use **nvidia-smi** to monitor GPU use.
  
 <code> <code>
-nvidia-smi -q+srun -p gpu nvidia-smi -q 
 +srun -p gpu nvidia-smi -q -d UTILIZATION 
 +srun -p gpu nvidia-smi -q -d MEMORY 
 +srun -p gpu nvidia-smi -q -d PIDS
 </code> </code>
  
 +Using this program through srun depends on at least one core being free. You could also start a "watchdog" thread that runs it occasionally as part of your script.
 + 
gpu_monitor.1398203854.txt.gz · Last modified: 2014/04/22 17:57 by root