Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何安装和使用google-perfile #28

Open
nereuschen opened this issue Feb 11, 2015 · 1 comment
Open

如何安装和使用google-perfile #28

nereuschen opened this issue Feb 11, 2015 · 1 comment

Comments

@nereuschen
Copy link
Owner

安装libunwind

安装GCC

sudo yum -y install gcc make
sudo yum -y install gcc gcc-c++

安装libunwind

wget http://download.savannah.gnu.org/releases/libunwind/libunwind-0.99-beta.tar.gz
./configure
make
sudo make install
make clean

安装google-perfile

wget http://gperftools.googlecode.com/files/google-perftools-1.9.1.tar.gz
 ./configure --prefix=/home/q/google-perftools
sudo make
sudo make install
make clean

如何使用

以tomcat为例,启动

@nereuschen nereuschen changed the title 读写分离不彻底导致拖慢主库 安装google-perfile和btrace May 19, 2015
@nereuschen nereuschen changed the title 安装google-perfile和btrace 如何安装和使用google-perfile May 19, 2015
@xiejuntao
Copy link

怎么启动?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants