<?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>strees &#8211; from0to1</title>
	<atom:link href="https://www.from0to1.top/tag/strees/feed" rel="self" type="application/rss+xml" />
	<link>https://www.from0to1.top</link>
	<description>一个研究技术、分享经验的博客</description>
	<lastBuildDate>Sun, 01 Oct 2023 14:32:55 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>用stress对服务器进行内存压力测试</title>
		<link>https://www.from0to1.top/219.html</link>
					<comments>https://www.from0to1.top/219.html#respond</comments>
		
		<dc:creator><![CDATA[雾朦Official]]></dc:creator>
		<pubDate>Sun, 01 Oct 2023 14:32:55 +0000</pubDate>
				<category><![CDATA[服务器]]></category>
		<category><![CDATA[strees]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[内存]]></category>
		<category><![CDATA[游戏服务器]]></category>
		<guid isPermaLink="false">https://www.from0to1.top/?p=219</guid>

					<description><![CDATA[压力测试前我们需要安装压力测试工具stress sudo apt install stress 安装完成后我们就可以对服务器进行压力测试 线程数为内存压力 线程内存大小为每个线程所占用的内存的大小 释放时间为内存占用开始后的持续时间 持续时间为该测试的持续时间 stress --vm 线程数 --vm-bytes 内存大小G --vm-hang 释放时间 --timeout 持续时间s]]></description>
										<content:encoded><![CDATA[<p>压力测试前我们需要安装压力测试工具stress</p>
<pre class="prettyprint linenums">sudo apt install stress</pre>
<p>安装完成后我们就可以对服务器进行压力测试</p>
<p>线程数为内存压力</p>
<p>线程内存大小为每个线程所占用的内存的大小</p>
<p>释放时间为内存占用开始后的持续时间</p>
<p>持续时间为该测试的持续时间</p>
<pre class="prettyprint linenums">stress --vm 线程数 --vm-bytes 内存大小G --vm-hang 释放时间 --timeout 持续时间s</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://www.from0to1.top/219.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
