Is it possible to include intel-gpu-tools in order to monitor GPU usage? I have been wanting to troubleshoot some issues with the new color management feature.
Intel-GPU-tools
-
Jdiesel -
September 11, 2016 at 3:15 AM -
Thread is Unresolved
-
-
- Official Post
Have you tried copying the binaries from a recent Ubuntu install?
-
What is the best way to copy over the binaries? Squashfs? I don't have a build environment setup right now to compile my own version with the binaries.
-
- Official Post
Just SCP things to /storage and they should run. You can always bind-mount things to other locations if they really need to exist in other location. If they are static build they should just work. If not static, we may have the deps, or not..
NB: Are these binaries that we build but don't copy into the image .. or binaries from another package that we don't have in our build system?
-
I tried extracting the binaries from a recent Ubuntu .deb and running intel_gpu_top from the /storage folder. I got the error
error while loading shared libraries: libunwind.so.8: cannot open shared object file: No such file or directory
-
I tried extracting the binaries from a recent Ubuntu .deb and running intel_gpu_top from the /storage folder. I got the errorerror while loading shared libraries: libunwind.so.8: cannot open shared object file: No such file or directory
That just means, it is not statically build.
Gerald
-
- Official Post
I'll have a try at creating a package/addon. I do however not have a system to test it.
Volunteers please provide your LE release.
Thanks
-
awiouy Thanks, I appreciate it. I have been testing on Milhouse's test v1ú test builds.
-
- Official Post
Jdiesel,
Here is the addon for LE8 (should also work one Milhouse's test builds).
Here is the corresponding code.Please report if it makes (and maybe share how you use it) or if it breaks.
-
@awiuoy
Just tested by running intel_gpu_top and it worked as expected. Thank you very much!
For those who want to monitor GPU usage in Intel GPUs, install the addon, ssh in, and run "intel_gpu_top". There are other tools included as well but the top tool was the most interesting to me.
-
i was able to run the (useful) utility as follows:
- mkdir igputop (/storage/igputop)
- wget ftp.de.debian.org/debian/pool/main/i/intel-gpu-tools/intel-gpu-tools_1.27.1-1_amd64.deb
- ar x intel-gpu-tools/intel-gpu-tools_1.27.1-1_amd64.deb
- tar xvf data.tar.gz
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/storage/igputop/usr/lib/x86_64-linux-gnu/
note: re-run after reboot, lost after reboot - cd /usr/bin
- ./intel_gpu_top