<?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>gHacks technology news &#187; computer benchmark</title>
	<atom:link href="http://www.ghacks.net/tag/computer-benchmark/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 15:03:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Run Vista&#8217;s Windows System Assessment Tool In Windows XP</title>
		<link>http://www.ghacks.net/2008/12/04/run-vistas-windows-system-assessment-tool-in-windows-xp/</link>
		<comments>http://www.ghacks.net/2008/12/04/run-vistas-windows-system-assessment-tool-in-windows-xp/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 16:25:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[computer benchmark]]></category>
		<category><![CDATA[Windows System Assessment Tool]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows-vista]]></category>
		<category><![CDATA[windows-xp]]></category>
		<category><![CDATA[winsat]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8720</guid>
		<description><![CDATA[The Windows System Assessment Tool is being used in Windows Vista to compute the Windows Experience Index of the computer system. The tool is basically running in the background in Windows Vista to benchmark various components of the computer system. It is also possible to run the commands on the command line.
One interesting aspect of [...]]]></description>
			<content:encoded><![CDATA[<p>The Windows System Assessment Tool is being used in Windows Vista to compute the Windows Experience Index of the computer system. The tool is basically running in the background in Windows Vista to benchmark various components of the computer system. It is also possible to run the commands on the command line.</p>
<p>One interesting aspect of winsat.exe is that it can also be launched under Windows XP. It provides the same functionality on that operating system with the exception of the Windows Experience Engine. What you basically get is a benchmarking tool for your computer system developed by Microsoft.</p>
<p>The tool has to be acquired before it becomes available in Windows XP. The easiest way to do that is to download the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=42B5AC83-C24F-4863-A389-3FFC194924F8&#038;displaylang=en">Windows Vista Upgrade Advisor 1.0</a> and extract the installation package with the <a href="http://www.ghacks.net/2008/11/23/unpack-installers-with-universal-extractor/">Universal Extractor</a> or a similar tool that is capable of that. The other possibility would be to install the Upgrade Advisor and look into the program directory afterwards.</p>
<p><span id="more-8720"></span>Winsat.exe can then be launched from the command line. The basic parameter that is providing details about arguments is <strong>winsat -?</strong>. The main assessments are cpu, disk, mem, dwm, d3d, media and mfmedia which somethings require additional switches.</p>
<p>The switches are not outlined in the help documentation. They are however available at the <a href="http://technet.microsoft.com/en-us/library/cc770542.aspx">Technet</a> Library page.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/winsat.jpg" alt="" title="winsat" width="485" height="139" class="alignnone size-medium wp-image-8721" /></p>
<p>The <strong>winsat mem</strong> command supports 14 switches. Here are a few examples of what you can do with the Windows System Assessment Tool:</p>
<p>The following example assesses CPU performance using 256-bit AES cryptographic algorithms:</p>
<p><code>winsat cpu -encryption</code></p>
<p>Measuring read speed of a local drive:</p>
<p><code>winsat disk -read -ran -drive c</code></p>
<p>How can this benchmark aid the user? It could for instance help to determine the best location for a cache by comparing the write and read speed of all hard drives and external drives. It can also be used to measure the speed of old or new computer memory.</p>

	Tags: <a href="http://www.ghacks.net/tag/benchmark/" title="benchmark" rel="tag">benchmark</a>, <a href="http://www.ghacks.net/tag/command-line/" title="command-line" rel="tag">command-line</a>, <a href="http://www.ghacks.net/tag/computer-benchmark/" title="computer benchmark" rel="tag">computer benchmark</a>, <a href="http://www.ghacks.net/tag/windows-system-assessment-tool/" title="Windows System Assessment Tool" rel="tag">Windows System Assessment Tool</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a>, <a href="http://www.ghacks.net/tag/windows-vista/" title="windows-vista" rel="tag">windows-vista</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a>, <a href="http://www.ghacks.net/tag/winsat/" title="winsat" rel="tag">winsat</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/08/use-windows-vista-fonts-in-windows-xp/" title="Use Windows Vista fonts in Windows XP (March 8, 2008)">Use Windows Vista fonts in Windows XP</a> (22)</li>
	<li><a href="http://www.ghacks.net/2008/07/08/single-click-system-restore-point-creation/" title="Single Click System Restore Point Creation (July 8, 2008)">Single Click System Restore Point Creation</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/09/how-to-quickly-open-folders-in-windows/" title="How To Quickly Open Folders In Windows (February 9, 2009)">How To Quickly Open Folders In Windows</a> (18)</li>
	<li><a href="http://www.ghacks.net/2008/04/11/fully-replace-windows-xp-fonts-with-windows-vista-fonts/" title="Fully Replace Windows XP Fonts with Windows Vista fonts (April 11, 2008)">Fully Replace Windows XP Fonts with Windows Vista fonts</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/08/28/fix-windows-vista-resetting-folder-view-settings/" title="Fix Windows Vista Resetting Folder View Settings (August 28, 2008)">Fix Windows Vista Resetting Folder View Settings</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/04/run-vistas-windows-system-assessment-tool-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
