Winsat - Windows Metrix Information

More advanced topics discussed.

Moderators: Susan Smith, admin, Gabriel

Post Reply
GomezL
Posts: 258
Joined: Wed Apr 29, 2009 5:51 am
Contact:

Winsat - Windows Metrix Information

Post by GomezL »

Winsat is a tool to measure Windows Performance information
http://technet.microsoft.com/en-us/libr ... 42157.aspx


The Following example will create an xml file called C:\Work\WinSat.XML

Code: Select all

Winsat disk -drive c -ran -write -count 10 -xml c:\work\WinSat.xml
View the file in a browser.
There really is too much information, but go all the way to the bottom.

<AssessmentRunTime><Seconds>114.15</Seconds><Description>00:01:54.15</Description></AssessmentRunTime>


I also found Throughput units, MBS = Megabytes per second.
<Throughput units="mbs">1.54</Throughput>

This works for Windows 7 & Above.
Post Reply