Skip to content

Instantly share code, notes, and snippets.

@melwinlobo18
Created November 28, 2023 04:55
Show Gist options
  • Save melwinlobo18/c6c3cfccb67956e71aa4802d1585d915 to your computer and use it in GitHub Desktop.
Save melwinlobo18/c6c3cfccb67956e71aa4802d1585d915 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
PORT=9000
mkdir -p /app/profiler
cd /app/profiler
curl -sS -o profiler.tar.gz https://download.ej-technologies.com/jprofiler/jprofiler_linux_14_0.tar.gz
tar xvfz profiler.tar.gz
INSTALL4J_JAVA_HOME=../.java-buildpack/open_jdk_jre jprofiler14.0/bin/jpenable --noinput --gui --port=$PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment