Skip to content

ignitionworks/heroku-jprofiler-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Heroku JProfiler Buildpack

This buildpack will add the shared library to be used as the JProfiler agent to be loaded by the JVM. This allows JProfiler to be used to profile the Java application running on Heroku.

Usage

Add buildpack:

$ heroku buildpacks:add https://github.com/ignitionworks/heroku-jprofiler-buildpack --app YOUR_APP

Modify your JAVA_OPTS to include:

-agentpath:jprofiler/bin/linux-x64/libjprofilerti.so=port=8849,nowait

See JProfiler docs for more details.

Forward the port:

$ heroku ps:forward 8849 --app YOUR_APP

Then connect JProfiler

About

Add JProfiler's profiling agent to application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages