Does ReadyBoost help for Visual Studio?

1

Is there any way that you can monitor if ReadyBoost actually has an impact on performance? I don't really experience much improvement.

Also can it be useful for Visual Studio anyway or would that never help?

Koen

Posted 2011-03-03T14:31:06.200

Reputation: 195

Answers

2

ReadyBoost is best noticable in start times of applications, given you don't use a SSD.

So, with ReadyBoost, Visual Studio should start faster once it's in the ReadyBoost cache.

Tamara Wijsman

Posted 2011-03-03T14:31:06.200

Reputation: 54 163

Any way to figure out if it is in the ReadyBoost cache? – Koen – 2011-04-06T08:48:59.667

1

@Koen: Try to check what files are accessed with the Resource Monitor.

– Tamara Wijsman – 2011-04-06T10:00:02.000

0

It doesn't exactly give you metrics on how much of a performance gain you're getting, but on Windows 7 there is a set of performance counters (perfmon.exe) called "ReadyBoost Cache" that will at least let you know when ReadyBoost is actually doing something. I notice lots of read activity in the cache when building a solution.

ReadyBoost Cache Performance Counters Screenshot

carmbrester

Posted 2011-03-03T14:31:06.200

Reputation: 297