Bandwidth Throttling Status
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:
Note: If the bandwidth throttling is set to "0", it means that bandwidth throttling is disabled. |
Property Details
24 | |
Bandwidth Throttling Status | |
BES Throttling Download Relay Outbound | |
besSupport on 10/17/2012 1:16:35 PM | |
danielheth on 10/17/2012 1:16:35 PM | |
6500 Views / 53 Downloads | |
* 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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
version of client >= "5.1"
Sharing
Social Media: |