<?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; 压力测试</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/%e5%8e%8b%e5%8a%9b%e6%b5%8b%e8%af%95/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>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下服务器压力测试工具stress安装使用</title>
		<link>https://www.osyunwei.com/archives/15697.html</link>
		<comments>https://www.osyunwei.com/archives/15697.html#comments</comments>
		<pubDate>Thu, 29 May 2025 09:21:27 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[stress]]></category>
		<category><![CDATA[压力测试]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15697</guid>
		<description><![CDATA[stress是Linux系统中的一个测试工具，主要用于对系统cpu、内存、磁盘进行压力测试来评估系统的性能和稳定性。 1、在线安装stress yum install epel-release yum install stress 2、离线安装 下载地址： https://www.rpmfind.net/linux/rpm2html/search.php?query=stress&#038;submit=Search+...&#038;system=&#038;arch= 搜索stress 我们选择EPEL 8 for x86_64和EPEL 8 for aarch64 https://www.rpmfind.net/linux/epel/8/Everything/x86_64/Packages/s/stress-1.0.4-24.el8.x86_64.rpm https://www.rpmfind.net/linux/epel/8/Everything/aarch64/Packages/s/stress-1.0.4-24.el8.aarch64.rpm #安装 rpm -ivh stress-1.0.4-24.el8.x86_64.rpm #检查是否安装 rpm -q stress-1.0.4-24.el8.x86_64 3、使用stress 3.1压测cpu 查看cpu核数： lscpu nproc #运行8个进程来占用CPU资源，持续5分钟 stress --cpu 8 --timeout 60s stress -c 8 --timeout 60s nohup stress --cpu 8 &#38; #运行 64 个进程来持续占用 CPU 资源 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15697.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15697.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
