Bandwidth Throttling Status
Log In or Register to download the BES file, and more.

1 Votes

Description

This analysis contains information about the bandwidth throttling settings of your BES Clients, BES Relays, and BES Servers. Use the link below to view the BigFix Support web page on BES bandwidth throttling.

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

  • BES Client Download Throttling
  • BES Relay Download Throttling
  • BES Relay Total Outbound Throttling
  • BES Server Total Outbound Throttling
  • BES Client Dynamic Download Throttling: (min - max) percentage
  • BES Relay Dynamic Download Throttling: (min - max) percentage
  • BES Relay Total Outbound Dynamic Throttling: (min - max) percentage
  • BES Server Total Outbound Dynamic Throttling: (min - max) percentage

Note: If the bandwidth throttling is set to "0", it means that bandwidth throttling is disabled.


Property Details

ID24
TitleBandwidth Throttling Status
KeywordsBES Throttling Download Relay Outbound
Added by on 10/17/2012 1:16:35 PM
Last Modified by on 10/17/2012 1:16:35 PM
Counters 6500 Views / 53 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Properties

BES Client Download Throttling
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
if (exists setting "_BESClient_Download_LimitBytesPerSecond" whose (exists value of it) of client) then value of setting "_BESClient_Download_LimitBytesPerSecond" of client else "not set"
BES Relay Download Throttling
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
if (exists service "BESRelay") then (if (exists setting "_BESGather_Download_LimitBytesPerSecond" whose (exists value of it) of client) then value of setting "_BESGather_Download_LimitBytesPerSecond" of client else "not set") else "BES Relay Not Installed"
BES Relay Total Outbound Throttling
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
if (exists service "BESRelay") then (if (exists setting "_BESRelay_HTTPServer_ThrottleKBPS" whose (exists value of it) of client) then value of setting "_BESRelay_HTTPServer_ThrottleKBPS" of client else "not set") else "BES Relay Not Installed"
BES Server Total Outbound Throttling
Period Every Report
 
  * Session Relevance
Show indented relevance
if (exists main gather service) then (if (exists setting "_BESRelay_HTTPServer_ThrottleKBPS" whose (exists value of it) of client) then value of setting "_BESRelay_HTTPServer_ThrottleKBPS" of client else "not set") else "BES Server Not Installed"
BES Client Dynamic Download Throttling: (min - max) percentage
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
if exists setting "_BESClient_Download_DynamicThrottleEnabled" whose (value of it != "0") of client then if (exists setting "_BESClient_Download_DynamicThrottleMinBytesPerSecond" whose (exists value of it) of it AND exists setting "_BESClient_Download_DynamicThrottleMaxBytesPerSecond" whose (exists value of it) of it AND exists setting "_BESClient_Download_DynamicThrottlePercentage" whose (exists value of it) of it) of client then ("(" & value of setting "_BESClient_Download_DynamicThrottleMinBytesPerSecond" of it & " - " & (if ((value of it = "0") of setting "_BESClient_Download_DynamicThrottleMaxBytesPerSecond" of it) then "max" else (value of setting "_BESClient_Download_DynamicThrottleMaxBytesPerSecond" of it)) & ") " & value of setting "_BESClient_Download_DynamicThrottlePercentage" of it) of client else "Enabled/not set" else "Disabled"
BES Relay Dynamic Download Throttling: (min - max) percentage
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
if (exists service "BESRelay") then (if (exists setting "_BESGather_Download_DynamicThrottleEnabled" whose (value of it != "0") of client) then if (exists setting "_BESGather_Download_DynamicThrottleMinBytesPerSecond" whose (exists value of it) of client AND exists setting "_BESGather_Download_DynamicThrottleMaxBytesPerSecond" whose (exists value of it) of client AND exists setting "_BESGather_Download_DynamicThrottlePercentage" whose (exists value of it) of client) then ("(" & value of setting "_BESGather_Download_DynamicThrottleMinBytesPerSecond" of client & " - " & (if ((value of it = "0") of setting "_BESGather_Download_DynamicThrottleMaxBytesPerSecond" of client) then "max" else (value of setting "_BESGather_Download_DynamicThrottleMaxBytesPerSecond" of client)) & ") " & value of setting "_BESGather_Download_DynamicThrottlePercentage" of client) else "Enabled/not set" else "Disabled") else ("BES Relay Not Installed")
BES Relay Total Outbound Dynamic Throttling: (min - max) percentage
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
if (exists service "BESRelay") then (if (exists setting "_BESRelay_HTTPServer_DynamicThrottleEnabled" whose (value of it != "0") of client) then if (exists setting "_BESRelay_HTTPServer_DynamicThrottleMinKBPS" whose (exists value of it) of client AND exists setting "_BESRelay_HTTPServer_DynamicThrottleMaxKBPS" whose (exists value of it) of client AND exists setting "_BESRelay_HTTPServer_DynamicThrottlePercentage" whose (exists value of it) of client) then ("(" & value of setting "_BESRelay_HTTPServer_DynamicThrottleMinKBPS" of client & " - " & (if ((value of it = "0") of setting "_BESRelay_HTTPServer_DynamicThrottleMaxKBPS" of client) then "max" else (value of setting "_BESRelay_HTTPServer_DynamicThrottleMaxKBPS" of client)) & ") " & value of setting "_BESRelay_HTTPServer_DynamicThrottlePercentage" of client) else "Enabled/not set" else "Disabled") else ("BES Relay Not Installed")
BES Server Total Outbound Dynamic Throttling: (min - max) percentage
Period Every Report
 
  * Session Relevance
Show indented relevance
if (exists service "BESRootServer") then (if (exists setting "_BESRelay_HTTPServer_DynamicThrottleEnabled" whose (value of it != "0") of client) then if (exists setting "_BESRelay_HTTPServer_DynamicThrottleMinKBPS" whose (exists value of it) of it AND exists setting "_BESRelay_HTTPServer_DynamicThrottleMaxKBPS" whose (exists value of it) of it AND exists setting "_BESRelay_HTTPServer_DynamicThrottlePercentage" whose (exists value of it) of it) of client then ("(" & value of setting "_BESRelay_HTTPServer_DynamicThrottleMinKBPS" of client & " - " & (if ((value of it = "0") of setting "_BESRelay_HTTPServer_DynamicThrottleMaxKBPS" of client) then "max" else (value of setting "_BESRelay_HTTPServer_DynamicThrottleMaxKBPS" of client)) & ") " & value of setting "_BESRelay_HTTPServer_DynamicThrottlePercentage" of client) else "Enabled/not set" else "Disabled") else ("BES Server Not Installed")

Relevance

Used in 94 fixlets and 99 analyses   * Results in a true/false
Show indented relevance
true
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!