Follow up to Windows Vista IO

Published February 03, 2008
Advertisement
Just a quick follow-up to my recent ranting and whinging about Windows Vista HDD performance...

SysInternals' Process Monitor is a great tool if you weren't already aware of it. Get it up and running and set up rules to only output ReadFile operations and hit 'auto-scroll' and you can just watch what the OS and all programs are trying to read.

It's quite incredible how much reading is being done behind my back. In writing the text for this journal entry I've had around 14,000 ReadFile operations speed past.

I saw some suspicious activity from 100's of 1000's of svchost.exe's earlier. Running tasklist /svc /FI "IMAGENAME eq svchost.exe" from the command prompt revealed the offending service to be Windows Defender. At least its not a virus (as such)...

Right at this moment I have Windows Media Player minimized and just playing through a play-list with only 25 tracks in it. Yet I can watch wmplayer.exe scanning every single one of the tracks in my music library. Why?!?! I'm not even using the program and it's not as if they're new tracks to index... so why is it so interested?! Not to mention it seems overly insisted on re-reading SysWOW64\mf.dll - surely once you've read it a hundred times in a row you'll be pretty confident of whats in it, right?

MSIE keeps going nuts with reading all of its temporary files. No idea how many of those are cache-hits for pages I'm loading, but a simple tab-switch generates several hundred ReadFile operations which would explain some of the performance hit.

* shrugs *

What can I do... do I really have to start disabling the functionality of my OS just so I can have a smooth and responsive user experience?

Oh, in other notes, I think my OS is screwed because the 10.1 code I posted before really should work. Go figure why it's not - I suspect I'm missing d3d10_1ref.dll...
Next Entry Hello
0 likes 2 comments

Comments

MARS_999
What kind of HD do you have in your RIG? I have a Raptor 10k RPM harddrive and runs Vista like butter. I can tell you, I went from a 7200RPM drive to this and shaved 50% off my disk load times. Nice, 24sec to unzip to 12sec and similar speed gains with virus scans. Well worth the cash.
February 07, 2008 03:53 PM
clb
I have noticed the exact same thing. Vista seems to be constantly working on something with the HDD. Something as simple as browsing photo directories feels awfully slow. I have tried disabling Defender, but that didn't seem to affect anything.

I'll wait and see how SP1 turns out to be. If it doesn't improve, I guess I'll switch my XP box to be the main computer I use.
February 22, 2008 01:54 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement