This recipe must: # Download pinpoint agent # Uncompress the archive # Edit the pinpoint.config file and change the following keys: * profiler.collector.ip: this must be set to the IP of the machine running the collector * profiler.instrument.engine: this must be set to JAVASSIST (the default - ASM - does not work on JBOSS) |
|