<?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>Benchmark - Aeon Computing</title>
	<atom:link href="https://www.aeoncomputing.com/category/benchmark/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aeoncomputing.com</link>
	<description>High-Performance Computing</description>
	<lastBuildDate>Fri, 21 Oct 2016 20:54:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.10</generator>
	<item>
		<title>Benchmark &#8211; ZFS with TCG-FIPS encrypted disk drives</title>
		<link>https://www.aeoncomputing.com/benchmark-zfs-with-tcg-fips-encrypted-disk-drives/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=benchmark-zfs-with-tcg-fips-encrypted-disk-drives</link>
		
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Fri, 21 Oct 2016 20:41:20 +0000</pubDate>
				<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Data Security]]></category>
		<category><![CDATA[OpenZFS]]></category>
		<guid isPermaLink="false">http://www.aeoncomputing.com/?p=3178</guid>

					<description><![CDATA[<p>Overview Protection of data at rest is possible in a few different ways. LUKS encryption, hardware RAID controllers with encryption and SED disks (self encrypting drives) to name a few. Here at Aeon we do *a lot* of ZFS and ZFS is happiest when it is configured to interface directly with disk drives and without a hardware</p>
<p>The post <a href="https://www.aeoncomputing.com/benchmark-zfs-with-tcg-fips-encrypted-disk-drives/">Benchmark – ZFS with TCG-FIPS encrypted disk drives</a> first appeared on <a href="https://www.aeoncomputing.com">Aeon Computing</a>.</p>]]></description>
										<content:encoded><![CDATA[<h3>Overview</h3>
<p>Protection of data at rest is possible in a few different ways. LUKS encryption, hardware RAID controllers with encryption and SED disks <em>(self encrypting drives)</em> to name a few. Here at Aeon we do <em>*a lot*</em> of ZFS and ZFS is happiest when it is configured to interface directly with disk drives and without a hardware RAID controller in the mix. Doing encryption of data at rest in a ZFS configuration that directly interfaces disk drives requires implementing LUKS or SED drives. This benchmark compares two identical ZFS file systems with identical underlying zpool vdevs, one utilizing standard SAS disk drives and the other utilizing SED SAS disk drives running in encrypted mode.</p>
<h3>Drive Encryption</h3>
<p>The SED SAS disk drives are TCG-FIPS certified drives. Specifically the drives meet the Opal-Enterprise specification from Trusted Computing Group and also comply with the US Government&#8217;s FIPS specification for encryption. For enterprise-grade drive encryption TCG-FIPS is currently the gold standard for encryption of data at rest on a disk drive.</p>
<h3>ZFS Configuration</h3>
<p>There are two identical ZFS file systems in this comparison; <strong><em>Dark Helmet</em></strong> and <strong><em>Lone Starr</em></strong>. If you&#8217;re catching a <em>Spaceballs</em> vibe here you&#8217;re not mistaken.</p>
<p style="padding-left: 30px;"><strong><em>Dark Helmet:</em></strong> Four 8TB HGST He10 Helium 7200 RPM 12Gb SAS disk drives, 2+2 raidz2 zpool, compression=off, atime=off, checksum=on</p>
<p style="padding-left: 30px;"><strong><em>Lone Starr:</em></strong> Four 8TB HGST He10 Helium 7200 RPM <strong>TCG-FIPS </strong>12Gb SAS disk drives, 2+2 raidz2 zpool, compression=off, atime=off, checksum=on</p>
<address>Dark Helmet is standard with no encryption.</address>
<address>Lone Starr is the same as Dark Helmet but is using TCG-FIPS self-encrypting drives (SED)</address>
<address> </address>
<h3>1-2-3-4-5?</h3>
<p>Like the air shield in <em>Spaceballs, </em>SED drives have a combination lock of sorts. SED drives require configuration with a unique private password that gets merged with the drive&#8217;s internal salt and a new unique key is created and it resides in volatile memory in the drive&#8217;s protected area. This is the encryption key for the data when written to media. When the drive is powered off or removed from its chassis the key is gone and the data on disk is unreadable. Power on or reinsert the drive into the system, write the same unique password to the drive and your data is unencrypted on the fly. The process does not decrypt the data on the entire drive, or re-encrypt it. It stays encrypted on disk and when given the proper key is decrypts on the fly when read by the host and new data written is written to media encrypted on the fly. A block range must also be defined on the drive that will fall under the encrypted data model. In this case I used an encryption password of &#8216;usetheschwartz&#8217; and defined the entire block range of the drive for encryption mode. This process was duplicated on the other three drives comprising the Lone Starr zpool and file system. The following is a response from the drive when queried as to its secure mode status. The drive has been unlocked (Locked = N) and locking mode and media encryption are enabled (LockingSupported = Y) and (MediaEncrypt = Y).</p>
<pre style="padding-left: 30px;">Locking function (0x0002)
 Locked = N, LockingEnabled = Y, LockingSupported = Y, MBRDone = N, MBREnabled = N, MediaEncrypt = Y</pre>
<p>&nbsp;</p>
<p>We now have two operational ZFS file systems to benchmark, the unencrypted <em>Dark Helmet</em> and TCG-FIPS encrypted <em>Lone Starr</em>.</p>
<h3>The Benchmark</h3>
<p>The benchmark system is an Aeon Computing <a title="EclipseHA-324" href="https://www.aeoncomputing.com/product/eclipseha-324/">Eclipse HA-324</a> with two Intel Xeon E5-2637 v4 processors, 128GB of DDR4-2400 RAM and Intel/Avago 12Gb SAS host bus adapters. The operating system is CentOS 7.2 and ZFS v0.6.5.8-1 is installed.</p>
<p>I used <strong><em>fio</em></strong> for the benchmark process. The fio benchmark runtime configuration was:</p>
<p style="padding-left: 30px;">size=256g, bs=1m, ioengine=libaio, iodepth=1, ramp_time=15</p>
<p>&nbsp;</p>
<h3>The Results</h3>
<p style="padding-left: 30px;"><strong>Write Performance</strong></p>
<p style="padding-left: 30px;">In the graph below you will see the two benchmarked ZFS file systems tracked very closely on write performance, averaging 641.8MB/second. Pretty good for a four drive raidz2 pool considering each drive has a media transfer rate of 225MB/second. I re-ran the benchmark over a dozen times and the two pools took turns being the slightly faster of the two. As you can see in the benchmark graph the TCG-FIPS encrypted drives suffer no performance degradation compared to the non-encrypted drives. TCG-FIPS drives can be used in place of standard SAS enterprise disk drives with no performance hit. But what about the reads?</p>
<p><a href="https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-write.png" target="_blank"><img loading="lazy" class="alignnone wp-image-3189 size-large" src="https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-write-1024x877.png" alt="" width="620" height="530" srcset="https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-write-1024x877.png 1024w, https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-write-510x437.png 510w, https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-write-300x257.png 300w, https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-write-1024x877@2x.png 2048w, https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-write-300x257@2x.png 600w" sizes="(max-width: 620px) 100vw, 620px" /></a></p>
<p style="padding-left: 30px;"><strong>Read Performance</strong></p>
<p style="padding-left: 30px;">In the graph below you will see the two benchmarked ZFS file systems tracked very closely on read performance as well. An average of 741.9MB/second. As you can see in the benchmark graph the TCG-FIPS encrypted drives suffer no read performance degradation compared to the non-encrypted drives.</p>
<p>&nbsp;</p>
<p><a href="https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-read.png" target="_blank"><img loading="lazy" class="alignnone wp-image-3190 size-large" src="https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-read-1024x877.png" alt="" width="620" height="530" srcset="https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-read-1024x877.png 1024w, https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-read-510x437.png 510w, https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-read-300x257.png 300w, https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-read-1024x877@2x.png 2048w, https://www.aeoncomputing.com/wp-content/uploads/2016/10/tcgfips-1mb-read-300x257@2x.png 600w" sizes="(max-width: 620px) 100vw, 620px" /></a></p>
<h3>Conclusion</h3>
<p>In this case real world testing matches the product vendor sales literature. The use of TCG-FIPS hard disk drives imposes no identifiable performance penalties. Many secure facilities with important data protect their data with high walls and men with guns. If you have a need for protection of data at rest and cannot afford a high wall and men with guns then using SED (<em>self-encrypting drive) </em>disk drives like the <strong><em><a href="http://www.hgst.com/products/hard-drives/ultrastar-he10" target="_blank">HGST Ultrastar He10 TCG-FIPS</a> </em></strong>in storage solutions from <strong>Aeon Computing</strong> can bring data-at-rest piece of mind to your data resource.</p>
    
        
	<script>
	jQuery(document).ready(function($) {
		
		var products_by_category_slider = $("#products-by-category-74769597");
		
		if ( $(".gbtr_items_slider_id_74769597").parents('.wpb_column').hasClass('vc_span6') ) {
			
			products_by_category_slider.owlCarousel({
				items:2,
				itemsDesktop : false,
				itemsDesktopSmall :false,
				itemsTablet: false,
				itemsMobile : false,
				lazyLoad : true,
				/*autoHeight : true,*/
		
			});
			
		} else {
		
			products_by_category_slider.owlCarousel({
				items:4,
				itemsDesktop : false,
				itemsDesktopSmall :false,
				itemsTablet: [770,3],
				itemsMobile : [480,2],
				lazyLoad : true,
				/*autoHeight : true,*/
			});
		
		}
		
		$('.gbtr_items_slider_id_74769597').on('click','.big_arrow_left',function(){ 
			products_by_category_slider.trigger('owl.prev');
		})
		$('.gbtr_items_slider_id_74769597').on('click','.big_arrow_right',function(){ 
			products_by_category_slider.trigger('owl.next');
		})
		
	});
	</script>
    
    <div class="slider-master-wrapper products-by-category-wrapper gbtr_items_slider_id_74769597 ">
    
        <div class="gbtr_items_sliders_header">
            <div class="gbtr_items_sliders_title">
                <div class="gbtr_featured_section_title"><strong>Some featured Storage Products</strong></div>
            </div>
            <div class="gbtr_items_sliders_nav">                        
                <a class='big_arrow_right'></a>
                <a class='big_arrow_left'></a>
                <div class='clr'></div>
            </div>
        </div>
    
        <div class="gbtr_bold_sep"></div>   
    
        <div class="slider-wrapper">
			<div class="slider" id="products-by-category-74769597">
                                                    
                                            
                            <ul>
	<li class="product_item">
		
		<a href="https://www.aeoncomputing.com/product/rapidflex-nvme-of-controllers-c1000/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
		<div class="product_item_inner">
		
									
					
					
						
			
		<div class="image_container">
			<a href="https://www.aeoncomputing.com/product/rapidflex-nvme-of-controllers-c1000/">

				<div class="loop_products_thumbnail_img_wrapper front"><img width="190" height="243" src="https://www.aeoncomputing.com/wp-content/uploads/2023/01/rapidflex-c1000-western-digital.png.wdthumb.1280.1280-190x243.png" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="" loading="lazy" /></div>
				
								
			</a>
		   
			<div class="clr"></div>
						<div class="product_button"></a><a href="https://www.aeoncomputing.com/product/rapidflex-nvme-of-controllers-c1000/" data-quantity="1" class="button product_type_simple" data-product_id="3597" data-product_sku="" aria-label="Read more about &ldquo;RapidFlex NVMe&#x2122;-oF Controllers - C1000&rdquo;" rel="nofollow">Read more</a></div>
						
						
		</div>

				
				<!-- Show only the first category-->
				<h3><a href="https://www.aeoncomputing.com/product/rapidflex-nvme-of-controllers-c1000/">Western Digital</a></h3>
				
		<p class="product-title"><a href="https://www.aeoncomputing.com/product/rapidflex-nvme-of-controllers-c1000/">RapidFlex NVMe<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />-oF Controllers &#8211; C1000</a></p>
		
		
		
		</div><!--.product_item_inner-->
	</li>
</ul>
                
                                            
                            <ul>
	<li class="product_item">
		
		<a href="https://www.aeoncomputing.com/product/horizon-nd24/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
		<div class="product_item_inner">
		
									
					
					
						
			
		<div class="image_container">
			<a href="https://www.aeoncomputing.com/product/horizon-nd24/">

				<div class="loop_products_thumbnail_img_wrapper front"><img width="190" height="243" src="https://www.aeoncomputing.com/wp-content/uploads/2019/04/AC292002_front-1-190x243.jpg" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="Horizon-ND24" loading="lazy" srcset="https://www.aeoncomputing.com/wp-content/uploads/2019/04/AC292002_front-1-190x243.jpg 190w, https://www.aeoncomputing.com/wp-content/uploads/2019/04/AC292002_front-1-235x300.jpg 235w, https://www.aeoncomputing.com/wp-content/uploads/2019/04/AC292002_front-1.jpg 510w" sizes="(max-width: 190px) 100vw, 190px" /></div>
				
								
			</a>
		   
			<div class="clr"></div>
						<div class="product_button"></a><a href="https://www.aeoncomputing.com/product/horizon-nd24/" data-quantity="1" class="button product_type_simple" data-product_id="3362" data-product_sku="AC292002" aria-label="Read more about &ldquo;Horizon-ND24&rdquo;" rel="nofollow">Read more</a></div>
						
						
		</div>

				
				<!-- Show only the first category-->
				<h3><a href="https://www.aeoncomputing.com/product/horizon-nd24/">Lustre</a></h3>
				
		<p class="product-title"><a href="https://www.aeoncomputing.com/product/horizon-nd24/">Horizon-ND24</a></p>
		
		
		
		</div><!--.product_item_inner-->
	</li>
</ul>
                
                                            
                            <ul>
	<li class="product_item">
		
		<a href="https://www.aeoncomputing.com/product/horizon-sd24/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
		<div class="product_item_inner">
		
									
					
					
						
			
		<div class="image_container">
			<a href="https://www.aeoncomputing.com/product/horizon-sd24/">

				<div class="loop_products_thumbnail_img_wrapper front"><img width="190" height="243" src="https://www.aeoncomputing.com/wp-content/uploads/2019/04/AC292001_front-1-190x243.jpg" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="Horizon-SD24" loading="lazy" /></div>
				
								
			</a>
		   
			<div class="clr"></div>
						<div class="product_button"></a><a href="https://www.aeoncomputing.com/product/horizon-sd24/" data-quantity="1" class="button product_type_simple" data-product_id="3358" data-product_sku="AC292001" aria-label="Read more about &ldquo;Horizon-SD24&rdquo;" rel="nofollow">Read more</a></div>
						
						
		</div>

				
				<!-- Show only the first category-->
				<h3><a href="https://www.aeoncomputing.com/product/horizon-sd24/">Lustre</a></h3>
				
		<p class="product-title"><a href="https://www.aeoncomputing.com/product/horizon-sd24/">Horizon-SD24</a></p>
		
		
		
		</div><!--.product_item_inner-->
	</li>
</ul>
                
                                            
                            <ul>
	<li class="product_item">
		
		<a href="https://www.aeoncomputing.com/product/horizon-w102/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
		<div class="product_item_inner">
		
									
					
					
						
			
		<div class="image_container">
			<a href="https://www.aeoncomputing.com/product/horizon-w102/">

				<div class="loop_products_thumbnail_img_wrapper front"><img width="190" height="243" src="https://www.aeoncomputing.com/wp-content/uploads/2024/08/aeon-ud102-front-190x243.png" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="" loading="lazy" /></div>
				
								
			</a>
		   
			<div class="clr"></div>
						<div class="product_button"></a><a href="https://www.aeoncomputing.com/product/horizon-w102/" data-quantity="1" class="button product_type_simple" data-product_id="3354" data-product_sku="AC294002" aria-label="Read more about &ldquo;Horizon-W102&rdquo;" rel="nofollow">Select options</a></div>
						
						
		</div>

				
				<!-- Show only the first category-->
				<h3><a href="https://www.aeoncomputing.com/product/horizon-w102/">Storage</a></h3>
				
		<p class="product-title"><a href="https://www.aeoncomputing.com/product/horizon-w102/">Horizon-W102</a></p>
		
		
		
		</div><!--.product_item_inner-->
	</li>
</ul>
                
                                            
                            <ul>
	<li class="product_item">
		
		<a href="https://www.aeoncomputing.com/product/horizon-w60/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
		<div class="product_item_inner">
		
									
					
					
						
			
		<div class="image_container">
			<a href="https://www.aeoncomputing.com/product/horizon-w60/">

				<div class="loop_products_thumbnail_img_wrapper front"><img width="190" height="243" src="https://www.aeoncomputing.com/wp-content/uploads/2024/08/aeon-ud60-front-iso-190x243.png" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="" loading="lazy" /></div>
				
								
			</a>
		   
			<div class="clr"></div>
						<div class="product_button"></a><a href="https://www.aeoncomputing.com/product/horizon-w60/" data-quantity="1" class="button product_type_simple" data-product_id="3353" data-product_sku="AC294001" aria-label="Read more about &ldquo;Horizon-W60&rdquo;" rel="nofollow">Select options</a></div>
						
						
		</div>

				
				<!-- Show only the first category-->
				<h3><a href="https://www.aeoncomputing.com/product/horizon-w60/">Storage</a></h3>
				
		<p class="product-title"><a href="https://www.aeoncomputing.com/product/horizon-w60/">Horizon-W60</a></p>
		
		
		
		</div><!--.product_item_inner-->
	</li>
</ul>
                
                                            
                            <ul>
	<li class="product_item">
		
		<a href="https://www.aeoncomputing.com/product/eclipsehe-324/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
		<div class="product_item_inner">
		
									
					
					
						
			
		<div class="image_container">
			<a href="https://www.aeoncomputing.com/product/eclipsehe-324/">

				<div class="loop_products_thumbnail_img_wrapper front"><img width="190" height="243" src="https://www.aeoncomputing.com/wp-content/uploads/2014/03/EclipseHA324-Fr-510x652-190x243.jpg" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="" loading="lazy" srcset="https://www.aeoncomputing.com/wp-content/uploads/2014/03/EclipseHA324-Fr-510x652-190x243.jpg 190w, https://www.aeoncomputing.com/wp-content/uploads/2014/03/EclipseHA324-Fr-510x652-234x300.jpg 234w, https://www.aeoncomputing.com/wp-content/uploads/2014/03/EclipseHA324-Fr-510x652.jpg 510w" sizes="(max-width: 190px) 100vw, 190px" /></div>
				
								
			</a>
		   
			<div class="clr"></div>
						<div class="product_button"></a><a href="https://www.aeoncomputing.com/product/eclipsehe-324/" data-quantity="1" class="button product_type_simple" data-product_id="3214" data-product_sku="AC144029" aria-label="Read more about &ldquo;EclipseHE-324&rdquo;" rel="nofollow">Select options</a></div>
						
						
		</div>

				
				<!-- Show only the first category-->
				<h3><a href="https://www.aeoncomputing.com/product/eclipsehe-324/">Lustre</a></h3>
				
		<p class="product-title"><a href="https://www.aeoncomputing.com/product/eclipsehe-324/">EclipseHE-324</a></p>
		
		
		
		</div><!--.product_item_inner-->
	</li>
</ul>
                
                                                
                                </div><!--.slider-->
		</div><!--.slider-wrapper-->
    
    </div><p>The post <a href="https://www.aeoncomputing.com/benchmark-zfs-with-tcg-fips-encrypted-disk-drives/">Benchmark – ZFS with TCG-FIPS encrypted disk drives</a> first appeared on <a href="https://www.aeoncomputing.com">Aeon Computing</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
