<?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>نحوه محاسبه IOPS Archives - راهکارهای جامع دیتاسنتر</title>
	<atom:link href="https://vcenter.ir/tag/%D9%86%D8%AD%D9%88%D9%87-%D9%85%D8%AD%D8%A7%D8%B3%D8%A8%D9%87-iops/feed/" rel="self" type="application/rss+xml" />
	<link>https://vcenter.ir/tag/نحوه-محاسبه-iops/</link>
	<description>دیتاسنتر &#124; سرور &#124; استوریج &#124; مجازی سازی &#124; شبکه &#124; ذخیره سازی و بکاپ</description>
	<lastBuildDate>Wed, 04 May 2016 09:43:49 +0000</lastBuildDate>
	<language>fa-IR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://vcenter.ir/wp-content/uploads/2016/07/cropped-vcenter.ir-logo-32x32.png</url>
	<title>نحوه محاسبه IOPS Archives - راهکارهای جامع دیتاسنتر</title>
	<link>https://vcenter.ir/tag/نحوه-محاسبه-iops/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>نحوه محاسبه IOPS</title>
		<link>https://vcenter.ir/%d9%86%d8%ad%d9%88%d9%87-%d9%85%d8%ad%d8%a7%d8%b3%d8%a8%d9%87-iops/</link>
					<comments>https://vcenter.ir/%d9%86%d8%ad%d9%88%d9%87-%d9%85%d8%ad%d8%a7%d8%b3%d8%a8%d9%87-iops/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 07 Feb 2016 13:32:46 +0000</pubDate>
				<category><![CDATA[استوریج Storage]]></category>
		<category><![CDATA[مفاهیم شبکه SAN]]></category>
		<category><![CDATA[نحوه محاسبه IOPS]]></category>
		<guid isPermaLink="false">http://vcenter.ir/?p=2690</guid>

					<description><![CDATA[<p>نحوه محاسبه IOPS در این مطلب می خواهیم به نحوه ماسبه میانگین IOPS هارد دیسک بپردازیم چیزی که نیاز بسیاری از کاربران هارد دیسک ها و استوریج ها می باشد&#8230; </p>
<p>نوشته <a href="https://vcenter.ir/%d9%86%d8%ad%d9%88%d9%87-%d9%85%d8%ad%d8%a7%d8%b3%d8%a8%d9%87-iops/">نحوه محاسبه IOPS</a> اولین بار در <a href="https://vcenter.ir">راهکارهای جامع دیتاسنتر</a>. پدیدار شد.</p>
]]></description>
										<content:encoded><![CDATA[<p>نحوه محاسبه IOPS</p>
<p>در این مطلب می خواهیم به نحوه ماسبه میانگین IOPS هارد دیسک بپردازیم چیزی که نیاز بسیاری از کاربران هارد دیسک ها و استوریج ها می باشد ولی این محاسبه کار آسانی نمی باشد.</p>
<p>How to calculate the average IOPS writen to disk? Good question but not always easy to answer.</p>
<div>
<p>Accoridng SNIA&#8217;s Dictionary the write penalty is inherent in RAID data protection techniques, which require multiple disk I/O requests for each application write request, and ranges from minimal (mirrored arrays) to substantial (RAID Levels 5 and 6). Many RAID array designs include features such as write-back cache specifically to minimize the write penalty.</p>
<h3>WRITE PENALTY</h3>
<p>RAID 5 (4+1) = 4</p>
<p>RAID 1 (1+1) = 2</p>
<p>RAID 10 (1+1) = 2</p>
<p>RAID 10 (2+2) = 2</p>
<p>&nbsp;</p>
<h3>RAID1</h3>
<div>
<p>In a RAID1 environment the formula is:</p>
<p><em>h = disk IOPS / (r+2w)</em></p>
<p><em>h= 520 / 0.7+(2&#215;0.3) = 520 / 0.7+0.6 = 520 / 1.3 = 400</em></p>
<p>&nbsp;</p>
<p>In my case, with 4 x 180 IOPS, you have 720 disk IOPS available. To get host IOPS you need to know your read/write rate. If it is 60/40 read/write, it is</p>
<p><em>h = 720 /(0.6 + 2*0.4)</em></p>
<p><em>h = 512 IOPS</em></p>
<p>&nbsp;</p>
<p>Note the above equation is derived from the equation for disk IOPS from host load (h = host IOPS, r = read%, w = write%) which for RAID 1 and RAID 1/0 is as follows:</p>
<p><em>r*h + 2*(w*h) = diskIOPS</em></p>
<p>example r = 60% and w = 40%, for 10000 host IOPS</p>
<p><em>.6*10000 + 2 * 0.4 * 10000= diskIOPS</em></p>
<p><em>6000 + 2 * 4000= diskIOPS</em></p>
<p><em>14000 = diskIOPS</em></p>
<p>&nbsp;</p>
<p>http://www.yonahruss.com/architecture/raid-10-vs-raid-5-performance-cost-space-and-ha.html</p>
<p>http://sudrsn.wordpress.com/2010/12/25/iops-raid-penalty-and-workload-characterization/</p>
<p>&nbsp;</p>
<p>In this example I use the following specs:</p>
<div>&#8211; EMC CLARiiON CX4-240</div>
<div>&#8211; 450 GB 15K7 FC disks (ST3450857FC)</div>
<div>&#8211; (avg. 180) I/Os per second per disks</div>
<div>&#8211; approximate read/write mix is 60/40</div>
<div>&#8211; HostIOPS = 520</div>
<div>&#8211; Legend: h= host IOPS / r= read% / w=write%</div>
</div>
</div>
<p>نوشته <a href="https://vcenter.ir/%d9%86%d8%ad%d9%88%d9%87-%d9%85%d8%ad%d8%a7%d8%b3%d8%a8%d9%87-iops/">نحوه محاسبه IOPS</a> اولین بار در <a href="https://vcenter.ir">راهکارهای جامع دیتاسنتر</a>. پدیدار شد.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://vcenter.ir/%d9%86%d8%ad%d9%88%d9%87-%d9%85%d8%ad%d8%a7%d8%b3%d8%a8%d9%87-iops/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
