<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Robocopy single- and multithreaded benchmark on Windows 7</title> <atom:link href="http://www.faqforge.com/windows/robocopy-single-and-multithreaded-benchmark-on-windows-7/feed/" rel="self" type="application/rss+xml" /><link>http://www.faqforge.com/windows/robocopy-single-and-multithreaded-benchmark-on-windows-7/</link> <description>Just another WordPress weblog</description> <lastBuildDate>Sat, 04 Feb 2012 02:28:24 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Ron</title><link>http://www.faqforge.com/windows/robocopy-single-and-multithreaded-benchmark-on-windows-7/comment-page-1/#comment-553</link> <dc:creator>Ron</dc:creator> <pubDate>Tue, 28 Jun 2011 20:01:18 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=382#comment-553</guid> <description>Also, try this to copy files over the network. I&#039;ve found that using windows copy to copy a number of smaller files is extremely slow, and it looks like most of the wait is for some sort of handshake thing between the local and remote computers, so theoretically, if you have 10 of these operations going at the same time, the operation could be much faster.</description> <content:encoded><![CDATA[<p>Also, try this to copy files over the network. I&#8217;ve found that using windows copy to copy a number of smaller files is extremely slow, and it looks like most of the wait is for some sort of handshake thing between the local and remote computers, so theoretically, if you have 10 of these operations going at the same time, the operation could be much faster.</p> ]]></content:encoded> </item> <item><title>By: level380</title><link>http://www.faqforge.com/windows/robocopy-single-and-multithreaded-benchmark-on-windows-7/comment-page-1/#comment-547</link> <dc:creator>level380</dc:creator> <pubDate>Tue, 21 Jun 2011 07:03:59 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=382#comment-547</guid> <description>Arriving a little late to this thread, but I think your test results might show different results if you measure the time taken to complete a &#039;mirror&#039;  or ‘sync’ of two directories. Your tests are just really testing disk throughput as pointed out. Your slight speed increase will be from keeping the disk queue full on the multithreaded tests.I think you will find a HUGE improvement when running robocopy in mirror mode, robocopy is checking each file serially to compare size/timestamps etc to work out *IF* it needs to copy the file over. During these checks there is little disk  I/O.Now running these types of checks in multithreaded mode will see huge speed increases to the overall job time, as its checking 8 (more if you increase the MT count) files at a time, rather than one.While this won’t make the disk throughput any faster, it will allow one ‘thread’ to do a disk copy while the other 7 threads continue on checking for file changes. Resulting in a reduced job time for mirrored jobs not requiring a a huge data copy over the wire.</description> <content:encoded><![CDATA[<p>Arriving a little late to this thread, but I think your test results might show different results if you measure the time taken to complete a &#8216;mirror&#8217;  or ‘sync’ of two directories. Your tests are just really testing disk throughput as pointed out. Your slight speed increase will be from keeping the disk queue full on the multithreaded tests.</p><p>I think you will find a HUGE improvement when running robocopy in mirror mode, robocopy is checking each file serially to compare size/timestamps etc to work out *IF* it needs to copy the file over. During these checks there is little disk  I/O.</p><p>Now running these types of checks in multithreaded mode will see huge speed increases to the overall job time, as its checking 8 (more if you increase the MT count) files at a time, rather than one.</p><p>While this won’t make the disk throughput any faster, it will allow one ‘thread’ to do a disk copy while the other 7 threads continue on checking for file changes. Resulting in a reduced job time for mirrored jobs not requiring a a huge data copy over the wire.</p> ]]></content:encoded> </item> <item><title>By: pc</title><link>http://www.faqforge.com/windows/robocopy-single-and-multithreaded-benchmark-on-windows-7/comment-page-1/#comment-530</link> <dc:creator>pc</dc:creator> <pubDate>Mon, 30 May 2011 06:45:33 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=382#comment-530</guid> <description>How does the multi threaded option work?  What exactly is it doing with the other threads?  I hope it isn&#039;t running a number of copy processes simultaneously therefore interleaving the copied files on the target disk.</description> <content:encoded><![CDATA[<p>How does the multi threaded option work?  What exactly is it doing with the other threads?  I hope it isn&#8217;t running a number of copy processes simultaneously therefore interleaving the copied files on the target disk.</p> ]]></content:encoded> </item> <item><title>By: Dennis Martin</title><link>http://www.faqforge.com/windows/robocopy-single-and-multithreaded-benchmark-on-windows-7/comment-page-1/#comment-501</link> <dc:creator>Dennis Martin</dc:creator> <pubDate>Fri, 25 Mar 2011 15:09:11 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=382#comment-501</guid> <description>We ran some tests comparing Robocopy with and without the /MT (multithread) option with local disk, 1GbE network and 10GbE network. We tested a variety of numbers and sizes of files. I gave a presentation at our local user group meeting, and the presentation is available at www.demartek.com/Demartek_Presenting_RMWTUG_March_2011-03.html. The /MT option provides improved performance and in some cases, significantly improved performance.</description> <content:encoded><![CDATA[<p>We ran some tests comparing Robocopy with and without the /MT (multithread) option with local disk, 1GbE network and 10GbE network. We tested a variety of numbers and sizes of files. I gave a presentation at our local user group meeting, and the presentation is available at <a
href="http://www.demartek.com/Demartek_Presenting_RMWTUG_March_2011-03.html" rel="nofollow">http://www.demartek.com/Demartek_Presenting_RMWTUG_March_2011-03.html</a>. The /MT option provides improved performance and in some cases, significantly improved performance.</p> ]]></content:encoded> </item> <item><title>By: TedC</title><link>http://www.faqforge.com/windows/robocopy-single-and-multithreaded-benchmark-on-windows-7/comment-page-1/#comment-466</link> <dc:creator>TedC</dc:creator> <pubDate>Thu, 27 Jan 2011 14:55:39 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=382#comment-466</guid> <description>correlation is not causation.  The MT assumption in your tests is slightly flawed.  I&#039;d like to see the actual reported threads used by robocopy .  I&#039;ve found very little performance gain using the /MT switch and in fact, have found the opposite.  Also, how many times was the test run, the results might not pan out on stddev.</description> <content:encoded><![CDATA[<p>correlation is not causation.  The MT assumption in your tests is slightly flawed.  I&#8217;d like to see the actual reported threads used by robocopy .  I&#8217;ve found very little performance gain using the /MT switch and in fact, have found the opposite.  Also, how many times was the test run, the results might not pan out on stddev.</p> ]]></content:encoded> </item> <item><title>By: Brad</title><link>http://www.faqforge.com/windows/robocopy-single-and-multithreaded-benchmark-on-windows-7/comment-page-1/#comment-419</link> <dc:creator>Brad</dc:creator> <pubDate>Wed, 13 Oct 2010 15:11:39 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=382#comment-419</guid> <description>I find the MT option to completely kill copy times.  I am mirroring a directory with 216 and it takes at least a minute before the copy even begins.  I&#039;m sure I&#039;m getting better throughput during the actual copy process, but the preparation phase is just way too long.  I tried a 100,000 file mirror and it just never started at all.</description> <content:encoded><![CDATA[<p>I find the MT option to completely kill copy times.  I am mirroring a directory with 216 and it takes at least a minute before the copy even begins.  I&#8217;m sure I&#8217;m getting better throughput during the actual copy process, but the preparation phase is just way too long.  I tried a 100,000 file mirror and it just never started at all.</p> ]]></content:encoded> </item> <item><title>By: Lenny P</title><link>http://www.faqforge.com/windows/robocopy-single-and-multithreaded-benchmark-on-windows-7/comment-page-1/#comment-104</link> <dc:creator>Lenny P</dc:creator> <pubDate>Wed, 27 Jan 2010 03:12:41 +0000</pubDate> <guid
isPermaLink="false">http://www.faqforge.com/?p=382#comment-104</guid> <description>Thanks for the test results.  The real question I think is the effect the two copy programs and varied thread counts have on whatever it is I&#039;m doing while the copy is happening?  Both background and foreground processes can have profound effects on disk I/O.   Also, I am guessing that your copy was single disk.  I would be interesting to see the results between two disks, both local, both networked, and mixed..Again thanks for the informaton.</description> <content:encoded><![CDATA[<p>Thanks for the test results.  The real question I think is the effect the two copy programs and varied thread counts have on whatever it is I&#8217;m doing while the copy is happening?  Both background and foreground processes can have profound effects on disk I/O.   Also, I am guessing that your copy was single disk.  I would be interesting to see the results between two disks, both local, both networked, and mixed..</p><p>Again thanks for the informaton.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/15 queries in 0.020 seconds using disk: basic
Object Caching 354/359 objects using disk: basic

Served from: www.faqforge.com @ 2012-02-05 00:59:04 -->
