Last active
May 30, 2023 13:41
-
-
Save meszaroszoltan/bd48002b4e2c85c3bb51437fb67274a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /tmp | |
wget https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.9/async-profiler-2.9-linux-musl-x64.tar.gz | |
tar -xvf async-profiler-2.9-linux-musl-x64.tar.gz | |
cd ./async-profiler-2.9-linux-musl-x64 | |
apk add --no-cache openssl ncurses-libs libstdc++ | |
./profiler.sh start -e alloc --live 1 | |
echo "Profiler started" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment