Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 860 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 860 Bytes

Stackdriver Profiler Java Agent

This repository contains source code for the Stackdriver Profiler Java agent.

Installation

Most users should install the pre-built agent:

wget -q -O- https://storage.googleapis.com/cloud-profiler/java/latest/profiler_java_agent.tar.gz \
| sudo tar xzv -C /opt/cprof

See the Stackdriver Profiler Java profiling doc for detailed and most up-to-date guide on installing and using the agent.

Build from Source

In rare cases that you need to build from source, a script is provided to build the agent using Docker. Make sure Docker is installed before running the commands below.

 $ git clone https://github.com/GoogleCloudPlatform/cloud-profiler-java.git
 $ cd cloud-profiler-java
 $ ./build.sh