Showing posts with label TFS Performance. Show all posts
Showing posts with label TFS Performance. Show all posts

Thursday, July 05, 2007

Patterns & Practices: Performance Testing Guidance for Web Applications

Patterns & Practices: Performance Testing Guidance for Web Applications is now available on CodePlex

This guide shows you an end-to-end approach for implementing performance
testing. Whether you are new to performance testing, or looking for ways to
improve your current performance testing approach, you will find insights that
you can tailor for your specific scenarios.

Wednesday, November 22, 2006

Boost TFS Performance under a VM

According to Andrew Dugdell, one of the VM Gurus, in order to boost your TFS performance under a VM you have to read the following 7 (non-desctructive and quite simple) tips.
  1. Move your VM to a second physical disk to your host OS – maybe even a USB drive if you are on a workstation or Laptop
  2. Defragment the filesystem inside your VM
  3. Defrag the pagefile inside your VM – Sysinternals PageDefrag works a treat
  4. Defrag the drive on your host that holds the VHD
  5. Defrag the pagefile on your host as well – again pagedefrag from sysinternals
  6. Install [updated] VM Additions inside your VM – latest version is 13.552
  7. Configure your anti-virus scanning to exclude VHD files on the host

For the super deluxe list of Virtual Server tweaks you can check his post.