Skip navigation

Q. How can I test if BranchCache is working?

(To learn what BranchCache is, see this FAQ. To learn how to enable BranchCache, see this FAQ.)

A. The easiest way to check if BranchCache is being used is to monitor the BranchCache performance counters, these three counters in particular:

  • Retrieval: Bytes from cache—This shows how much data is being obtained via BranchCache instead of directly from the source server.
  • Retrieval: Bytes from server—This shows how much is being obtained directly from the source server, not from BranchCache.
  • Retrieval: Bytes served—This shows how data from the local machine's BranchCache has been sent to other BranchCache clients. This saves other clients from obtaining the data from the original source.

If BranchCache is being used, then you should see the Retrieval: Bytes from cache value incrementing across your machines after the data being read has been downloaded by at least one machine. In the example shown here, you can see that this machine has obtained most of its data via BranchCache. Only 1MB of the data it needed came directly from the source server. Remember that there will always be some communication with the source server to check permissions and to get hash values so that clients don't get stale information from BranchCache.

Click to expand

Related Reading:

Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish