<?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>These Things Matter To Me &#187; ntimer</title>
	<atom:link href="http://thesethingsmattertome.com/category/ntimer/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesethingsmattertome.com</link>
	<description>let&#039;s turn that enterprise frown upside down</description>
	<lastBuildDate>Thu, 03 Sep 2009 08:25:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Benchmarking on Windows with ntimer (real talk)</title>
		<link>http://thesethingsmattertome.com/2007/10/05/benchmarking-on-windows-with-ntimer-real-talk/</link>
		<comments>http://thesethingsmattertome.com/2007/10/05/benchmarking-on-windows-with-ntimer-real-talk/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 08:32:00 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[benchmark]]></category>
		<category><![CDATA[linus]]></category>
		<category><![CDATA[ntimer]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://thesethingsmattertome.com/?p=190</guid>
		<description><![CDATA[Linux/UNIX has a nice little utility called called time.
Time lets you put it before any other command, and will tell you how long it took to run stuff.I find it very handy for benchmarking. And as a sysadmin, whenever anybody says something seems &#8220;slow,&#8221; you can keep it real with time:
# time cp bigfile bigfile.copy
Bam! [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.k12converge.com/wp-content/stopwatch.gif"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 239px; height: 273px;" src="http://www.k12converge.com/wp-content/stopwatch.gif" alt="" border="0" /></a>Linux/UNIX has a nice little utility called called <span style="font-weight: bold;">time</span>.</p>
<p>Time lets you put it before any other command, and will tell you how long it took to run stuff.<br />I find it very handy for benchmarking. And as a sysadmin, whenever anybody says something seems &#8220;slow,&#8221; you can keep it real with <span style="font-weight: bold;">time</span>:</p>
<p><span style="font-family:courier new;"># time cp bigfile bigfile.copy</span></p>
<p>Bam! You&#8217;ll show them slow. Run it on a baseline system. Run it on the &#8220;slow&#8221; system. <span style="font-style: italic;">That&#8217;s </span>what&#8217;s up, thanks, <span style="font-weight: bold;">time</span>!</p>
<p>But what do you do on Windows? I had no idea. But the Internet is filled with people like me wondering, &#8220;is there something like the time command&#8230; for Windows?&#8221;</p>
<p>There is my friend! ntimer.exe:</p>
<p><span style="font-family:courier new;"># ntimer.exe [command]</span></p>
<p>Ntimer.exe unfortunately does not come included with XP.  You can download it for free from microsoft.com in a bundle called &#8220;Windows 2003 resource kit.&#8221;  It&#8217;s 11MB, and comes with a bunch of other stuff.  The binary for ntimer.exe works fine on XP Professional.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesethingsmattertome.com/2007/10/05/benchmarking-on-windows-with-ntimer-real-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
