Skip to content

Instantly share code, notes, and snippets.

@meszaroszoltan
Last active May 30, 2023 13:41
Show Gist options
  • Save meszaroszoltan/bd48002b4e2c85c3bb51437fb67274a9 to your computer and use it in GitHub Desktop.
Save meszaroszoltan/bd48002b4e2c85c3bb51437fb67274a9 to your computer and use it in GitHub Desktop.
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