{"id":758,"date":"2013-10-18T04:12:53","date_gmt":"2013-10-18T04:12:53","guid":{"rendered":"http:\/\/poojanwagh.opalstacked.com\/techblog\/?p=758"},"modified":"2013-10-19T05:42:30","modified_gmt":"2013-10-19T05:42:30","slug":"mushkin-ventura-pro-64gb-usb-3-0-benchmark","status":"publish","type":"post","link":"https:\/\/tech.poojanblog.com\/blog\/desk\/mushkin-ventura-pro-64gb-usb-3-0-benchmark\/","title":{"rendered":"Mushkin Ventura Pro 64GB USB 3.0 Benchmark"},"content":{"rendered":"<p>As formated out-of-the-box (58.9 GB FAT32):<\/p>\n<pre>-----------------------------------------------------------------------\r\n CrystalDiskMark 3.0.2 x64 (C) 2007-2013 hiyohiyo\r\n Crystal Dew World : http:\/\/crystalmark.info\/\r\n -----------------------------------------------------------------------\r\n * MB\/s = 1,000,000 byte\/s [SATA\/300 = 300,000,000 byte\/s]<\/pre>\n<pre> Sequential Read : 174.009 MB\/s\r\n Sequential Write : 81.310 MB\/s\r\n Random Read 512KB : 108.777 MB\/s\r\n Random Write 512KB : 0.706 MB\/s\r\n Random Read 4KB (QD=1) : 6.190 MB\/s [ 1511.2 IOPS]\r\n Random Write 4KB (QD=1) : 0.273 MB\/s [ 66.6 IOPS]\r\n Random Read 4KB (QD=32) : 5.636 MB\/s [ 1375.9 IOPS]\r\n Random Write 4KB (QD=32) : 0.176 MB\/s [ 43.1 IOPS]<\/pre>\n<pre> Test : 1000 MB [F: 0.0% (0.0\/58.9 GB)] (x5)\r\n Date : 2013\/10\/17 23:10:11\r\n OS : Windows 7 Ultimate Edition SP1 [6.1 Build 7601] (x64)<\/pre>\n<p>After hard formatting as exFAT (with default 128kB clusters):<\/p>\n<pre>-----------------------------------------------------------------------\r\nCrystalDiskMark 3.0.2 x64 (C) 2007-2013 hiyohiyo\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Crystal Dew World : http:\/\/crystalmark.info\/\r\n-----------------------------------------------------------------------\r\n* MB\/s = 1,000,000 byte\/s [SATA\/300 = 300,000,000 byte\/s]\r\n\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Sequential Read :\u00a0\u00a0 172.350 MB\/s\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Sequential Write :\u00a0\u00a0\u00a0 85.570 MB\/s\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Random Read 512KB :\u00a0\u00a0 108.509 MB\/s\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Random Write 512KB :\u00a0\u00a0\u00a0\u00a0 0.623 MB\/s\r\n\u00a0\u00a0\u00a0 Random Read 4KB (QD=1) :\u00a0\u00a0\u00a0\u00a0 6.079 MB\/s [\u00a0 1484.2 IOPS]\r\n\u00a0\u00a0 Random Write 4KB (QD=1) :\u00a0\u00a0\u00a0\u00a0 0.239 MB\/s [\u00a0\u00a0\u00a0 58.4 IOPS]\r\n\u00a0\u00a0 Random Read 4KB (QD=32) :\u00a0\u00a0\u00a0\u00a0 5.333 MB\/s [\u00a0 1301.9 IOPS]\r\n\u00a0 Random Write 4KB (QD=32) :\u00a0\u00a0\u00a0\u00a0 0.258 MB\/s [\u00a0\u00a0\u00a0 63.1 IOPS]\r\n\r\n\u00a0 Test : 1000 MB [F: 0.0% (0.0\/58.9 GB)] (x5)\r\n\u00a0 Date : 2013\/10\/17 23:35:04\r\n\u00a0\u00a0\u00a0 OS : Windows 7 Ultimate Edition SP1 [6.1 Build 7601] (x64)<\/pre>\n<p>Got it from <a title=\"Slick Deal\" href=\"http:\/\/slickdeals.net\/f\/6335434-mushkin-enhanced-ventura-pro-64-gb-usb-3-0-flash-drive-mknufdvp64gb-36-99-or-less-free-shipping-newegg-com\" target=\"_blank\">this slick deal<\/a>. It actually performs better (on the reads) than advertised (advertised as 120MB\/s), and slightly better on the writes (advertised as 70 MB\/s).<\/p>\n<h3>Update Oct 19<\/h3>\n<p>I ran some dd tests on FreeBSD to see what the sector size of this device is. Looks to be around 64kB:<\/p>\n<p>[cce_bash]<br \/>\nserver# dd if=\/dev\/zero of=\/dev\/da0 bs=16k count=16384<br \/>\n16384+0 records in<br \/>\n16384+0 records out<br \/>\n268435456 bytes transferred in 36.340008 secs (7386775 bytes\/sec)<br \/>\nserver# dd if=\/dev\/zero of=\/dev\/da0 bs=32k count=8192<br \/>\n8192+0 records in<br \/>\n8192+0 records out<br \/>\n268435456 bytes transferred in 18.884614 secs (14214506 bytes\/sec)<br \/>\nserver# dd if=\/dev\/zero of=\/dev\/da0 bs=64k count=4096<br \/>\n4096+0 records in<br \/>\n4096+0 records out<br \/>\n268435456 bytes transferred in 3.608136 secs (74397268 bytes\/sec)<br \/>\nserver# dd if=\/dev\/zero of=\/dev\/da0 bs=128k count=2048<br \/>\n2048+0 records in<br \/>\n2048+0 records out<br \/>\n268435456 bytes transferred in 3.217838 secs (83421065 bytes\/sec)<br \/>\n[\/cce_bash]<\/p>\n<p><del>FreeBSD only allows a maximum fragment size of 32kB.<\/del> <em>Update: I found that you can set a fragment size higher by setting the sector size using the -S option in newfs.<\/em> If I want to use this as a boot drive, I probably want to enable soft-updates. I&#8217;m not crazy about that, as I like to keep every write synchronous. But, the FreeBSD manual says that it&#8217;s basically safe&#8211;you might lose some data in a 30-second interval, but only if the system crashes&#8211;in which case, the time it takes to write to disk on this drive also becomes an issue. Will maybe try that.<\/p>\n<p><a title=\"Using a Solid State Drive with FreeBSD - http:\/\/www.wonkity.com\/~wblock\/docs\/html\/ssd.html\" href=\"http:\/\/www.wonkity.com\/~wblock\/docs\/html\/ssd.html\" target=\"_blank\">This post on FreeBSD on SSD&#8217;s<\/a> recommends soft updates, but more importantly, shows you how to get a swap file that uses TRIM.<\/p>\n<div class='wp_likes' id='wp_likes_post-758'><a class='like' href=\"javascript:wp_likes.like(758);\" title='' ><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/tech.poojanblog.com\/blog\/wp-content\/plugins\/wp-likes\/images\/like.png\" alt='' border='0'\/><\/a><span class='text'>Be the first to like.<\/span><\/p>\n<div class='like' ><a href=\"javascript:wp_likes.like(758);\">Like<\/a><\/div>\n<div class='unlike' ><a href=\"javascript:wp_likes.unlike(758);\">Unlike<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>As formated out-of-the-box (58.9 GB FAT32): &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; CrystalDiskMark 3.0.2 x64 (C) 2007-2013 hiyohiyo Crystal Dew World : http:\/\/crystalmark.info\/ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; * MB\/s = 1,000,000 byte\/s [SATA\/300 = 300,000,000 byte\/s] Sequential Read : 174.009 MB\/s Sequential Write : 81.310 MB\/s Random Read 512KB : 108.777 MB\/s Random Write 512KB : 0.706 MB\/s Random Read 4KB (QD=1) : [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[38],"tags":[174,194,132,131],"class_list":["post-758","post","type-post","status-publish","format-standard","hentry","category-desk","tag-benchmark","tag-crystal-disk-mark","tag-flash","tag-usb-3-0"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tech.poojanblog.com\/blog\/wp-json\/wp\/v2\/posts\/758","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tech.poojanblog.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tech.poojanblog.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tech.poojanblog.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.poojanblog.com\/blog\/wp-json\/wp\/v2\/comments?post=758"}],"version-history":[{"count":12,"href":"https:\/\/tech.poojanblog.com\/blog\/wp-json\/wp\/v2\/posts\/758\/revisions"}],"predecessor-version":[{"id":772,"href":"https:\/\/tech.poojanblog.com\/blog\/wp-json\/wp\/v2\/posts\/758\/revisions\/772"}],"wp:attachment":[{"href":"https:\/\/tech.poojanblog.com\/blog\/wp-json\/wp\/v2\/media?parent=758"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tech.poojanblog.com\/blog\/wp-json\/wp\/v2\/categories?post=758"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tech.poojanblog.com\/blog\/wp-json\/wp\/v2\/tags?post=758"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}