A Puppet module to install async-profiler, a low overhead sampling profiler for Java.
Just specify the version of async-profiler that should be installed:
class { 'async_profiler':
version => '1.8',
}
Classes and parameters are documented in REFERENCE.md.
Please use the GitHub issues functionality to report any bugs or requests for new features. Feel free to fork and submit pull requests for potential contributions.