How can I list all screens launched with screen
along with their GPU utilizations? (screen -ls
gives the lists of screens but not their GPU utilization)
By GPU utilization of a screen, I mean the sum of GPU utilizations of the processes that was launched in the screen.
The GPU are used via the CUDA toolkit to perform computations. All GPUs are Nvidia GPUs.
screen
has not much to do with GPUs. What do you want to achieve? – joepd Jan 12 '16 at 21:58