You need to enable execution permission for the file. This is a standard Linux / Unix requirement for executables.
Depending on what version you have, run,
For the 64bit x86 version of PerformanceTest.
sudo chmod +x ./pt_linux_x64
If using the 32bit version
sudo chmod +x ./pt_linux_arm32
If using the ARM CPU version
sudo chmod +x ./pt_linux_arm64
Note: sudo is not required if you are already the owner of the file in the file system.
This is also covered on the FAQ page.
Ubuntu - Permission not granted - PerformanceTest
Collapse
X
Leave a comment: