fraenki-async_profiler

Puppet module to setup a low overhead sampling profiler for Java


Keywords
java, jvm, jdk, profiler, profiling
License
BSD-2-Clause
Install
puppet module install fraenki-async_profiler --version 1.1.0

Documentation

puppet-async_profiler

Table of Contents

  1. Description
  2. Usage
  3. Reference
  4. Development

Description

A Puppet module to install async-profiler, a low overhead sampling profiler for Java.

Usage

Just specify the version of async-profiler that should be installed:

class { 'async_profiler':
  version => '1.8',
}

Reference

Classes and parameters are documented in REFERENCE.md.

Development

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.