BES Relay Cache Information
Log In or Register to download the BES file, and more.

2 Votes

Description

This analysis contains information about the cache size of the BES Relay deployment. This information will be useful in assessing where the BES Relays have enough free space for the downloaded files.

You can set the cache size for the BES Relays using the appropriate BES Server/Relay Setting Task.

Since this information does not change much and its evaluation can be resource intensive, these properties are only evaluated once per day to avoid excess CPU or other computer resource usage.

After activating this analysis, you will see the following properties:

  • BES Relay Cache Size
  • BES Relay Drive Info
  • BES Relay Used Action Cache (cache for the open actions)
  • BES Relay Used Download Cache (cache for the downloaded files)

Note: This analysis will apply to the BES Root Server as well as BES Relays.

Important Note: The "BES Relay Cache Size" applies to both the action cache for open actions and the download cache so the maximum disk space used for the BES Relay caches will be 2x the cache size that is set. (One exception to this rule is that the action cache on the BES Server is not bound by caching limits and the action cache will only be cleared when actions are stopped. Click here for more information on clearing the action cache on the BES Server.)


Property Details

ID25
TitleBES Relay Cache Information
KeywordsBES Relay Cache cache Relays
Added by on 10/17/2012 1:16:35 PM
Last Modified by on 10/17/2012 1:16:35 PM
Counters 11456 Views / 59 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 1 rating. ** Log In or Register to add your rating.

Properties

BES Relay Cache Size
Period 1 day
 
  * Results in a "string"/number
Show indented relevance
if (exists setting "_BESGather_Download_CacheLimitMB" whose (exists value of it AND value of it as string != "") of client) then (value of setting "_BESGather_Download_CacheLimitMB" of client & " MB") else "1024 MB"
BES Relay Drive Info
Period 1 day
 
  * Results in a "string"/number
Show indented relevance
(name of it & " - " & (free space of it / 1024 / 1024) as string & " MB free") of drive of (folder (value of setting "_BESRelay_HTTPServer_ServerRootPath" of client)) as string
BES Relay Used Action Cache
Period 1 day
 
  * Results in a "string"/number
Show indented relevance
((sum of sizes of files of folders whose (name of it as lowercase does not contain "sha1") of folder "bfmirror/downloads" of (folder (value of setting "_BESRelay_HTTPServer_ServerRootPath" of client as string))) /1024/1024) as string & " MB"
BES Relay Used Download Cache
Period 1 day
 
  * Results in a "string"/number
Show indented relevance
if ( exists folder "bfmirror/downloads/sha1" of folder (value of setting "_BESRelay_HTTPServer_ServerRootPath" of client)) then ((sum of sizes of files of folder "bfmirror/downloads/sha1" of folder (value of setting "_BESRelay_HTTPServer_ServerRootPath" of client)) /1024/1024) as string & " MB" else "Never Used"

Relevance

Used in 85 fixlets and 10 analyses   * Results in a true/false
Show indented relevance
exists relay service OR exists main gather service
Used in 92 fixlets and 24 analyses   * Results in a true/false
Show indented relevance
version of client >= "5.1"

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!