How To See The TFS Source Control Cache Performance Statistics
I have posted about changing the TFS Source Control Cache Settings in order to boost performance here
How can we be sure that the changes are correct and we have better performance now?
The TFS is saving statistics so you can monitor the cache performance easily.
What can you see?
- Current cache size
- Total cache hits
- Total download requests
- Total files in cache
How can you see it?
Step 1: Log in to the application tier and open a browser.
Step 2: Surf to - http://localhost:8080/VersionControl/v1.0/proxystatistics.asmx
Step 3: Click QueryProxyStatistics
Step 4: Click Invoke
A XML file will be opened with the statistics of your TFS Source Control cache statistics.
Have Fun!!!