-
Notifications
You must be signed in to change notification settings - Fork 56
Home
Min Zhou edited this page Jul 8, 2015
·
4 revisions
PerfJ is a wrapper of linux perf for java programs.
- Linux x86_64
- perf
- JDK 8u60+ / JDK9 ( haven't been released yet, however, there is an Early Access Release)
Before starting building PerfJ
, make sure gcc
is already installed.
checkout the source from github
git clone https://github.com/coderplay/perfj.git
and run below in the future building
cd perfj
./gradlew releaseTarGz
Before install PerfJ
, you should install Linux perf first
for centos/redhat/fedora linux system
yum install perf.x86_64
for ubuntu linux system
apt-get install linux-tools-common linux-tools-generic linux-tools-`uname -r`
then download perfj-*.tgz
from the [release page] (https://github.com/coderplay/perfj/releases), untar it
tar zxvf perf-*.tgz