118
37
I'm trying to find out why my application is very slow on a certain machine (runs fine everywhere else). I think i have traced the performance-problems to hard-disk reads and writes and i think it's simply the very slow disk.
What tool could i use to measure hd read and write performance under Windows 2003 in a non-destructive way (the partitions on the drives have to remain intact)?
8Finally a solution which is a) build in b) command line - Thanks a lot. To use it on a
2012 Server Core OS
I had co copy the fileswinsat.exe, d3d11.dll, dxgi.dll, d3d10.dll, d3d10_1.dll, d3d10_1core.dll, d3d10core.dll
from a windows 8 computer. – Jürgen Steinblock – 2015-07-20T08:14:07.19036You have to run the command prompt as an administrator, otherwise it pops a new command prompt and disappears as soon as it's finished, taking the results with it. – David Krider – 2015-10-14T11:05:55.293
1Thanks. Maybe it's worth amending the answer, because the behaviour without Admin privileges is really strange. – Dimitrios K. – 2016-06-02T21:32:43.033
3Unfortunately doesn't work on virtual servers :( – Stalinko – 2016-07-15T09:44:57.350
Note that
winsat
is new in Vista. – ivan_pozdeev – 2016-09-11T18:46:42.173What does the number in 3rd column in the last rows specify? The link also doesn't provide info in this respect. Any idea? – mtk – 2017-02-05T20:10:25.040
1
@mtk It looks like the WinSAT score assigned to the result. https://en.m.wikipedia.org/wiki/Windows_System_Assessment_Tool
– David d C e Freitas – 2017-02-06T20:01:05.710@Stalinko works fine in Windows 8.1 running on KVM here – Adrian Günter – 2018-05-11T02:06:51.287
Any info on how to benchmark these numbers? How can I know if my stats are slow or not? – aaaidan – 2018-06-23T05:01:31.160
@aaaidan Well, the 3rd column is the WinSAT Score which is "the WEI scores on a scale from 1.0 to 5.9 for Windows Vista,[3] 7.9 for Windows 7,[4] and 9.9 for Windows 8 and Windows 10.[5]" – David d C e Freitas – 2018-06-25T13:59:54.440
1Unfortunately does not support software RAID. – Drew Noakes – 2018-10-11T14:15:51.750
@Stalinko I confirm running in VM, just tried in virtualbox – tymik – 2019-02-26T14:17:48.157