Management::SFlowGlobals

Introduced : BIG-IP_v11.4.0
The SFlowGlobals interface contains the methods for manipulating the global attributes of the sFlow monitoring. It allows you to configure the global poll interval for the system, interfaces, VLANs, and HTTP profiles, and the global sampling rate for the VLANs and HTTP profiles. Note: the sampling rate attribute cannot be configured for the system and interfaces.

Methods

Method Description Introduced
get_http_description Gets the description for the HTTP profiles (sFlow settings). BIG-IP_v11.4.0
get_http_poll_interval Gets the poll interval for the HTTP profiles. BIG-IP_v11.4.0
get_http_sampling_rate Gets the sampling rate for the HTTP profiles. BIG-IP_v11.4.0
get_interface_description Gets the description for the interface (sFlow settings). BIG-IP_v11.4.0
get_interface_poll_interval Gets the poll interval for the interfaces. BIG-IP_v11.4.0
get_system_description Gets the description for the system (sFlow settings). BIG-IP_v11.4.0
get_system_poll_interval Gets the poll interval for the system. BIG-IP_v11.4.0
get_version Gets the version information for this interface. BIG-IP_v11.4.0
get_vlan_description Gets the description for the VLANs (sFlow settings). BIG-IP_v11.4.0
get_vlan_poll_interval Gets the poll interval for the VLANs. BIG-IP_v11.4.0
get_vlan_sampling_rate Gets the sampling rate for the VLANs. BIG-IP_v11.4.0
set_http_description Sets the description for the HTTP profiles (sFlow settings). This is an arbitrary field which can be used for any purpose. BIG-IP_v11.4.0
set_http_poll_interval Sets the poll interval for the HTTP profiles. This is the maximum interval in seconds between polling of the monitored virtual servers to which the HTTP profile is assigned. The default is 10. BIG-IP_v11.4.0
set_http_sampling_rate Sets the sampling rate for the HTTP profiles. This is the ratio of packets observed at the virtual servers to which the HTTP profile is assigned to the number of samples you want the BIG-IP system to generate. For example, a sampling rate of 2000 specifies that 1 sample will be randomly generated for every 2000 packets observed. The default is 1024. BIG-IP_v11.4.0
set_interface_description Sets the description for the interface (sFlow settings). This is an arbitrary field which can be used for any purpose. BIG-IP_v11.4.0
set_interface_poll_interval Sets the poll interval for the interfaces. This is the maximum interval in seconds between polling of the monitored interfaces. The default is 10. BIG-IP_v11.4.0
set_system_description Sets the description for the system (sFlow settings). This is an arbitrary field which can be used for any purpose. BIG-IP_v11.4.0
set_system_poll_interval Sets the poll interval for the system. This is the maximum interval in seconds between polling of the system information (e.g., average CPU utilization, total and free memory). The default is 10. BIG-IP_v11.4.0
set_vlan_description Sets the description for the VLANs (sFlow settings). This is an arbitrary field which can be used for any purpose. BIG-IP_v11.4.0
set_vlan_poll_interval Sets the poll interval for the VLANs. This is the maximum interval in seconds between polling of the monitored VLANs. The default is 10. BIG-IP_v11.4.0
set_vlan_sampling_rate Sets the sampling rate for the VLANs. This is the ratio of packets observed at the VLANs to the number of samples you want the BIG-IP system to generate. For example, a sampling rate of 2000 specifies that 1 sample will be randomly generated for every 2000 packets observed. The default is 2048. BIG-IP_v11.4.0

Structures

Structure Description

Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.