BES Relay Settings & Status - superseded
| 0 Votes |
Versioning - This is an older version.
| 1 | BES Relay Settings & Status | 4/9/2013 3:23:32 PM |
| 2 | BES Relay Settings & Status | 4/9/2013 3:52:23 PM |
| 3 | BES Relay Settings & Status | 8/13/2013 8:00:07 AM |
| 4 | BES Relay Status - Extended + Settings | 9/19/2013 2:33:44 PM |
| 5 | BES Relay Status - Extended + Settings | 12/9/2013 11:47:05 AM |
| 6 | BES Relay Info | 7/22/2014 1:59:10 PM |
| 7 | BES Relay Info | 7/28/2014 10:35:51 AM |
| 8 | BES Relay Info | 7/28/2014 1:37:07 PM |
| 9 | BES Relay Info | 9/24/2014 4:55:41 PM |
Description
Property Details
Properties
ResultCountLimit
Period
2 days
| * Results in a true/false |
if(not exists setting "_BESRelay_PostResults_ResultCountLimit" of client) then ERROR "500" else value of setting "_BESRelay_PostResults_ResultCountLimit" of client
ResultTimeLimit - seconds
Period
2 days
| * Results in a true/false |
if(not exists setting "_BESRelay_PostResults_ResultTimeLimit" of client) then ERROR "3" else value of setting "_BESRelay_PostResults_ResultTimeLimit" of client
MaxChildCount
Period
2 days
| * Results in a true/false |
if(not exists setting "_Enterprise Server_ClientRegister_MaxChildCount" of client) then ERROR "no limit" else value of setting "_Enterprise Server_ClientRegister_MaxChildCount" of client
UpstreamCheckPeriodMinutes
Period
2 days
| * Results in a true/false |
if(not exists setting "_BESRelay_GatherMirror_UpstreamCheckPeriodMinutes" of client) then ERROR "360" else value of setting "_BESRelay_GatherMirror_UpstreamCheckPeriodMinutes" of client
LimitBytesPerSecond
Period
2 days
| * Results in a true/false |
if(not exists setting "_BESGather_Download_LimitBytesPerSecond" of client) then ERROR "disabled" else value of setting "_BESGather_Download_LimitBytesPerSecond" of client
MaxChildRelayCount
Period
2 days
| * Results in a true/false |
if(not exists setting "_Enterprise Server_ClientRegister_MaxChildRelayCount" of client) then ERROR "no limit" else value of setting "_Enterprise Server_ClientRegister_MaxChildRelayCount" of client
MemUsage BESRelay.exe or BESRootServer.exe WMI
Period
1 hour
| * Results in a true/false |
if (exists wmi) then if(exists main gather service) then ((((string value of selects "WorkingSetSize from win32_process where Name = 'besrootserver.exe'" of wmi) as integer) / (1024*1024)) as string & " MB") else ((((string value of selects "WorkingSetSize from win32_process where Name = 'besrelay.exe'" of wmi) as integer) / (1024*1024)) as string & " MB") else ERROR "WMI not available"
MemUsage BESRelay.exe or BESRootServer.exe inspector
Period
1 hour
| * Results in a true/false |
working set size of process whose (name of it as lowercase is "besrelay.exe" OR name of it as lowercase is "besrootserver.exe") / (1024*1024)
Relevance
exists relay service OR exists main gather service
version of client >= "5.1"
Sharing
| Social Media: |
Comments
|
|
|
| I am not completely certain, but I believe "Cache age" is correct. If so, this property should represent how many "days" of items in the relay cache, which should be representative of how often the relay rolls over its cache. Low values mean that the relay could use more storage for cache. Very high values may mean that a relay has more cache size than required. | |

