最近用上了GPU,但是呢,不是自己在用,得需要监视下使用状态吧,所以就有了gpustat。
1、安装gpustat
pip install gpustat
2、使用
gpustat -cpu
Options:
--color :
Force colored output (even when stdout is not a tty)
--no-color :
Suppress colored output
-u, --show-user :
Display username of the process owner
-c, --show-cmd :
Display the process name
-p, --show-pid :
Display PID of the process
-P, --show-power :
Display GPU power usage and/or limit (draw or draw,limit)
--watch, -i, --interval :
Run in watch mode (equivalent to watch gpustat) if given. Denotes interval between updates. (#41)
--json :
JSON Output (Experimental, #10)
Tips
To periodically watch, try gpustat --watch