<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; gperftools</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/gperftools/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS下安装gperftools优化nginx</title>
		<link>https://www.osyunwei.com/archives/5530.html</link>
		<comments>https://www.osyunwei.com/archives/5530.html#comments</comments>
		<pubDate>Thu, 08 Nov 2012 09:19:09 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[gperftools]]></category>
		<category><![CDATA[优化nginx]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5530</guid>
		<description><![CDATA[说明： 操作系统：CentOS Nginx安装路径：/usr/local/nginx Nginx配置文件路径：/usr/local/nginx/conf/nginx.conf nginx安装包目录：/usr/local/src/nginx-1.2.4 Nginx 软件版本：nginx-1.2.4 一、下载软件包 http://mirror.yongbok.net/nongnu/libunwind/libunwind-1.1.tar.gz #下载libunwind https://gperftools.googlecode.com/files/gperftools-2.0.tar.gz #下载gperftools 上传软件包到服务器的/usr/local/src目录下面 二、安装gperftools 1、安装libunwind（安装gperftools前需要先安装libunwind） cd /usr/local/src #进入安装目录 tar zxvf libunwind-1.1.tar.gz #解压 cd libunwind-1.1 ./configure #配置 make #编译 make install #安装 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容 版权所有,转载请注明出处及原文链接 2、安装gperftools cd /usr/local/src tar zxvf gperftools-2.0.tar.gz cd gperftools-2.0 #进入目录 ./configure --enable-frame-pointers #配置 make make install 3、配置gperftools vi /etc/ld.so.conf.d/usr_local_lib.conf #编辑，添加以下内容 /usr/local/lib [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5530.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5530.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
