You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2021. It is now read-only.
When running :
sudo ./perfcollect installit should have install perf (as shell script in /usr/bin and its dependent executable)but after installation , when running
perfcommand ,we get issue like :/usr/bin/perf: line 13: exec: perf_4.4: not foundthis might possibly due to reason that
uname -rfor K8 container is : 4.4.0-139-genericwhile for docker it is : 4.9.125-linuxkit
Moreover , if we use this perf_4.9 as perf , then we receive segmentation fault error.