brianmiller / docker-intel-gpu-telegraf

7 stars 8 forks source link

Load measurement suggestion #1

Open k29t59dh opened 3 years ago

k29t59dh commented 3 years ago

Change: VIDEO_UTIL=$(echo "$JSON"|grep Video/0 -A 1|tail -1|grep busy|cut -d ":" -f2|cut -d "," -f1|cut -d " " -f2) to: VIDEO_UTIL=$(echo "$JSON"|grep busy|sort|tail -1|cut -d ":" -f2|cut -d "," -f1|cut -d " " -f2)

For example, Handbrake quicksync conversion pegs Render load at 100% but Video load is < 10%.

brianmiller commented 1 year ago

I'll take a look, if this is still desired. I've lost focus on this one due to switching away from the intel iGPU. It looks like this container has nearly 17k downloads. I suppose I should update it. :)