Class: IControl::System::Statistics
- Inherits:
-
Base
- Object
- Base
- IControl::System::Statistics
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system.rb
Overview
The Statistics interface enables you to get information on various system statistics.
Defined Under Namespace
Classes: GlobalHostStatistics, GlobalTMMStatistics, GtmIQueryState, GtmIQueryStatisticEntry, GtmIQueryStatisticEntrySequence, GtmIQueryStatistics, GtmLdnsStatisticEntry, GtmLdnsStatisticEntrySequence, GtmLdnsStatistics, GtmPathStatisticEntry, GtmPathStatisticEntrySequence, GtmPathStatisticObjectID, GtmPathStatisticObjectIDSequence, GtmPathStatisticObjectType, GtmPathStatistics, HostStatisticEntry, HostStatisticEntrySequence, HostStatistics, PVAStatisticEntry, PVAStatisticEntrySequence, PVAStatistics, PerformanceGraph, PerformanceGraphDataCSV, PerformanceGraphDataCSVSequence, PerformanceGraphSequence, PerformanceStatisticQuery, PerformanceStatisticQuerySequence, PerformanceTable, PerformanceTableData, PerformanceTableDataSequence, PerformanceTableSequence, SystemStatistics, TMMStatisticEntry, TMMStatisticEntrySequence, TMMStatistics, VirtualCompressionStatisticEntry, VirtualCompressionStatisticEntrySequence, VirtualCompressionStatistics
Instance Method Summary collapse
-
#all_gtm_iquery_statistics ⇒ GtmIQueryStatistics
Gets the statistics for all the iQueries.
-
#all_host_statistics ⇒ HostStatistics
Gets all of the system’s host statistics.
-
#all_pva_statistics ⇒ PVAStatistics
Gets all of the system’s PVA statistics.
-
#all_tmm_statistics ⇒ TMMStatistics
Gets all of the system’s TMOS processing agent statistics.
-
#all_virtual_compression_statistics ⇒ VirtualCompressionStatistics
This method has been deprecated, as it represents internal, implementation-specific details.
-
#authentication_statistics ⇒ SystemStatistics
Gets the system’s global authentication statistics.
-
#client_ssl_statistics ⇒ SystemStatistics
Gets the system’s global client SSL statistics.
-
#diameter_statistics ⇒ SystemStatistics
Gets the system’s global Diameter statistics.
-
#dns_statistics ⇒ SystemStatistics
Gets the system’s global DNS profile statistics.
-
#fasthttp_statistics ⇒ SystemStatistics
Gets the system’s global Fast HTTP statistics.
-
#fastl4_statistics ⇒ SystemStatistics
Gets the system’s global FastL4 statistics.
-
#ftp_statistics ⇒ SystemStatistics
Gets the system’s global FTP statistics.
-
#global_host_statistics ⇒ GlobalHostStatistics
Gets the system’s global host statistics.
-
#global_statistics ⇒ SystemStatistics
Gets the system’s global statistics.
-
#global_tmm_statistics ⇒ GlobalTMMStatistics
Gets the system’s global TMOS processing agent statistics.
-
#gtm_global_statistics ⇒ SystemStatistics
Gets the GTM global statistics.
-
#gtm_iquery_statistics(opts) ⇒ GtmIQueryStatistics
Gets the statistics for this iQueries.
-
#gtm_ldns_statistics ⇒ GtmLdnsStatistics
Gets the statistics for this LDNSes.
-
#gtm_memory_usage_statistics ⇒ SystemStatistics
Gets the memory usage statistics used by GTM.
-
#gtm_path_statistics(opts) ⇒ GtmPathStatistics
Gets the statistics for this paths (LDNSes and links).
-
#host_statistics(opts) ⇒ HostStatistics
Gets the system’s host statistics (by host id).
-
#http_statistics ⇒ SystemStatistics
Gets the system’s global HTTP statistics.
-
#icmp_statistics ⇒ SystemStatistics
Gets the system’s ICMP statistics.
-
#icmpv6_statistics ⇒ SystemStatistics
Gets the system’s ICMPv6 statistics.
-
#iiop_statistics ⇒ SystemStatistics
Gets the system’s global IIOP statistics.
-
#ip_statistics ⇒ SystemStatistics
Gets the system’s IP statistics.
-
#ipv6_statistics ⇒ SystemStatistics
Gets the system’s IPv6 statistics.
-
#list_of_hosts ⇒ String
Gets a list of all hosts.
-
#list_of_pvas ⇒ String
Gets a list of all PVAs.
-
#list_of_tmms ⇒ String
Gets a list of all TMOS processing agents.
-
#oneconnect_statistics ⇒ SystemStatistics
Gets the system’s global OneConnect statistics.
-
#performance_graph_csv_statistics(opts) ⇒ PerformanceGraphDataCSV
Gets the statistical data in CSV format for this graphs/tables.
-
#performance_graph_list ⇒ PerformanceGraph
Gets the list of available statistical graphs as seen in the GUI’s Performance Graph.
-
#performance_table_list ⇒ PerformanceTable
Gets the list of available statistical tables.
-
#performance_table_statistics(opts) ⇒ PerformanceTableData
Gets the statistical data tables.
-
#pva_statistics(opts) ⇒ PVAStatistics
Gets the system’s PVA statistics (by PVA id).
-
#radius_statistics ⇒ SystemStatistics
Gets the system’s global RADIUS statistics.
-
#reset_all_statistics ⇒ Object
Resets all statistics in the system, including all global statistics as well as all object-level statistics such as pool, virtual server statistics.…
-
#reset_authentication_statistics ⇒ Object
Resets the system’s global authentication statistics.
-
#reset_client_ssl_statistics ⇒ Object
Resets the system’s global client SSL statistics.
-
#reset_diameter_statistics ⇒ Object
Resets the system’s global Diameter statistics.
-
#reset_dns_statistics ⇒ Object
Resets the system’s global DNS statistics.
-
#reset_fasthttp_statistics ⇒ Object
Resets the system’s global Fast HTTP statistics.
-
#reset_fastl4_statistics ⇒ Object
Resets the system’s global FastL4 statistics.
-
#reset_ftp_statistics ⇒ Object
Resets the system’s global FTP statistics.
-
#reset_global_statistics ⇒ Object
Resets the system’s global statistics.
-
#reset_gtm_global_statistics ⇒ Object
Resets the GTM global statistics.
-
#reset_gtm_iquery_statistics(opts) ⇒ Object
Resets the statistics for this iQueries.
-
#reset_gtm_ldns_statistics ⇒ Object
Resets the statistics for this LDNSes.
-
#reset_gtm_path_statistics(opts) ⇒ Object
Resets the statistics for this paths.
-
#reset_http_statistics ⇒ Object
Resets the system’s global HTTP statistics.
-
#reset_icmp_statistics ⇒ Object
Resets the system’s ICMP statistics.
-
#reset_icmpv6_statistics ⇒ Object
Resets the system’s ICMPv6 statistics.
-
#reset_iiop_statistics ⇒ Object
Resets the system’s global IIOP statistics.
-
#reset_ip_statistics ⇒ Object
Resets the system’s IP statistics.
-
#reset_ipv6_statistics ⇒ Object
Resets the system’s IPv6 statistics.
-
#reset_oneconnect_statistics ⇒ Object
Resets the system’s global OneConnect statistics.
-
#reset_radius_statistics ⇒ Object
Resets the system’s global RADIUS statistics.
-
#reset_rtsp_statistics ⇒ Object
Resets the system’s global RTSP statistics.
-
#reset_sctp_statistics ⇒ Object
Resets the system’s global SCTP statistics.
-
#reset_server_ssl_statistics ⇒ Object
Resets the system’s global server SSL statistics.
-
#reset_stream_statistics ⇒ Object
Resets the system’s global stream statistics.
-
#reset_tcp_statistics ⇒ Object
Resets the system’s global TCP statistics.
-
#reset_udp_statistics ⇒ Object
Resets the system’s global UDP statistics.
-
#reset_virtual_compression_statistics(opts) ⇒ Object
This method has been deprecated, as it represents internal, implementation-specific details.
-
#reset_xml_statistics ⇒ Object
Resets the system’s global XML statistics.
-
#rtsp_statistics ⇒ SystemStatistics
Gets the system’s global RTSP statistics.
-
#sctp_statistics ⇒ SystemStatistics
Gets the system’s global SCTP statistics.
-
#server_ssl_statistics ⇒ SystemStatistics
Gets the system’s global server SSL statistics.
-
#stream_statistics ⇒ SystemStatistics
Gets the system’s global stream statistics.
-
#tcp_statistics ⇒ SystemStatistics
Gets the system’s global TCP statistics.
-
#tmm_statistics(opts) ⇒ TMMStatistics
Gets the system’s TMOS processing agent statistics (by TMOS processing agent id).
-
#udp_statistics ⇒ SystemStatistics
Gets the system’s global UDP statistics.
-
#version ⇒ String
Gets the version information for this interface.
-
#virtual_compression_statistics(opts) ⇒ VirtualCompressionStatistics
This method has been deprecated, as it represents internal, implementation-specific details.
-
#xml_statistics ⇒ SystemStatistics
Gets the system’s global XML statistics.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class IControl::Base
Instance Method Details
#all_gtm_iquery_statistics ⇒ GtmIQueryStatistics
Gets the statistics for all the iQueries.
54 55 56 |
# File 'lib/icontrol/system/statistics.rb', line 54 def all_gtm_iquery_statistics super end |
#all_host_statistics ⇒ HostStatistics
Gets all of the system’s host statistics. Note that CPU usage statistics by host are available but not retrieved by this method.
66 67 68 |
# File 'lib/icontrol/system/statistics.rb', line 66 def all_host_statistics super end |
#all_pva_statistics ⇒ PVAStatistics
Gets all of the system’s PVA statistics.
77 78 79 |
# File 'lib/icontrol/system/statistics.rb', line 77 def all_pva_statistics super end |
#all_tmm_statistics ⇒ TMMStatistics
Gets all of the system’s TMOS processing agent statistics.
88 89 90 |
# File 'lib/icontrol/system/statistics.rb', line 88 def all_tmm_statistics super end |
#all_virtual_compression_statistics ⇒ VirtualCompressionStatistics
This method has been deprecated, as it represents internal, implementation-specific details. Gets the statistics for all the virtual compression devices.
99 100 101 |
# File 'lib/icontrol/system/statistics.rb', line 99 def all_virtual_compression_statistics super end |
#authentication_statistics ⇒ SystemStatistics
Gets the system’s global authentication statistics. These are the roll-ups of all the individual authentication profiles’ statistics.
111 112 113 |
# File 'lib/icontrol/system/statistics.rb', line 111 def authentication_statistics super end |
#client_ssl_statistics ⇒ SystemStatistics
Gets the system’s global client SSL statistics. These are the roll-ups of all the individual client SSL profiles’ statistics.
123 124 125 |
# File 'lib/icontrol/system/statistics.rb', line 123 def client_ssl_statistics super end |
#diameter_statistics ⇒ SystemStatistics
Gets the system’s global Diameter statistics. These are the roll-ups of all the individual Diameter profiles’ statistics.
135 136 137 |
# File 'lib/icontrol/system/statistics.rb', line 135 def diameter_statistics super end |
#dns_statistics ⇒ SystemStatistics
Gets the system’s global DNS profile statistics. These are the roll-ups of all the individual DNS profiles’ statistics.
147 148 149 |
# File 'lib/icontrol/system/statistics.rb', line 147 def dns_statistics super end |
#fasthttp_statistics ⇒ SystemStatistics
Gets the system’s global Fast HTTP statistics. These are the roll-ups of all the individual Fast HTTP profiles’ statistics.
159 160 161 |
# File 'lib/icontrol/system/statistics.rb', line 159 def fasthttp_statistics super end |
#fastl4_statistics ⇒ SystemStatistics
Gets the system’s global FastL4 statistics. These are the roll-ups of all the individual FastL4 profiles’ statistics.
171 172 173 |
# File 'lib/icontrol/system/statistics.rb', line 171 def fastl4_statistics super end |
#ftp_statistics ⇒ SystemStatistics
Gets the system’s global FTP statistics. These are the roll-ups of all the individual FTP profiles’ statistics.
183 184 185 |
# File 'lib/icontrol/system/statistics.rb', line 183 def ftp_statistics super end |
#global_host_statistics ⇒ GlobalHostStatistics
Gets the system’s global host statistics. Note that global CPU usage statistics are available but not retrieved by this method. This gets one set of combined (“rolled up”) statistics for all hosts. It is not to be confused with get_all_host_statistics, which gets all individual host statistics, one for each host.
197 198 199 |
# File 'lib/icontrol/system/statistics.rb', line 197 def global_host_statistics super end |
#global_statistics ⇒ SystemStatistics
Gets the system’s global statistics.
208 209 210 |
# File 'lib/icontrol/system/statistics.rb', line 208 def global_statistics super end |
#global_tmm_statistics ⇒ GlobalTMMStatistics
Gets the system’s global TMOS processing agent statistics. This gets one set of combined (“rolled up”) statistics for all TMOS processing agents. It is not to be confused with get_all_tmm_statistics, which gets all individual TMOS processing agent statistics, one for each TMOS processing agent.
222 223 224 |
# File 'lib/icontrol/system/statistics.rb', line 222 def global_tmm_statistics super end |
#gtm_global_statistics ⇒ SystemStatistics
Gets the GTM global statistics. These are the roll-ups of all the individual wide IPs’ and iQueries statistics.
234 235 236 |
# File 'lib/icontrol/system/statistics.rb', line 234 def gtm_global_statistics super end |
#gtm_iquery_statistics(opts) ⇒ GtmIQueryStatistics
Gets the statistics for this iQueries.
247 248 249 250 |
# File 'lib/icontrol/system/statistics.rb', line 247 def gtm_iquery_statistics(opts) opts = check_params(opts,[:addresses]) super(opts) end |
#gtm_ldns_statistics ⇒ GtmLdnsStatistics
Gets the statistics for this LDNSes.
259 260 261 |
# File 'lib/icontrol/system/statistics.rb', line 259 def gtm_ldns_statistics super end |
#gtm_memory_usage_statistics ⇒ SystemStatistics
Gets the memory usage statistics used by GTM.
270 271 272 |
# File 'lib/icontrol/system/statistics.rb', line 270 def gtm_memory_usage_statistics super end |
#gtm_path_statistics(opts) ⇒ GtmPathStatistics
Gets the statistics for this paths (LDNSes and links).
283 284 285 286 |
# File 'lib/icontrol/system/statistics.rb', line 283 def gtm_path_statistics(opts) opts = check_params(opts,[:object_names]) super(opts) end |
#host_statistics(opts) ⇒ HostStatistics
Gets the system’s host statistics (by host id). Note that CPU usage statistics by host are available but not retrieved by this method.
298 299 300 301 |
# File 'lib/icontrol/system/statistics.rb', line 298 def host_statistics(opts) opts = check_params(opts,[:host_ids]) super(opts) end |
#http_statistics ⇒ SystemStatistics
Gets the system’s global HTTP statistics. These are the roll-ups of all the individual HTTP profiles’ statistics.
311 312 313 |
# File 'lib/icontrol/system/statistics.rb', line 311 def http_statistics super end |
#icmp_statistics ⇒ SystemStatistics
Gets the system’s ICMP statistics.
322 323 324 |
# File 'lib/icontrol/system/statistics.rb', line 322 def icmp_statistics super end |
#icmpv6_statistics ⇒ SystemStatistics
Gets the system’s ICMPv6 statistics.
333 334 335 |
# File 'lib/icontrol/system/statistics.rb', line 333 def icmpv6_statistics super end |
#iiop_statistics ⇒ SystemStatistics
Gets the system’s global IIOP statistics. These are the roll-ups of all the individual IIOP profiles’ statistics.
345 346 347 |
# File 'lib/icontrol/system/statistics.rb', line 345 def iiop_statistics super end |
#ip_statistics ⇒ SystemStatistics
Gets the system’s IP statistics.
356 357 358 |
# File 'lib/icontrol/system/statistics.rb', line 356 def ip_statistics super end |
#ipv6_statistics ⇒ SystemStatistics
Gets the system’s IPv6 statistics.
367 368 369 |
# File 'lib/icontrol/system/statistics.rb', line 367 def ipv6_statistics super end |
#list_of_hosts ⇒ String
Gets a list of all hosts.
378 379 380 |
# File 'lib/icontrol/system/statistics.rb', line 378 def list_of_hosts super end |
#list_of_pvas ⇒ String
Gets a list of all PVAs.
389 390 391 |
# File 'lib/icontrol/system/statistics.rb', line 389 def list_of_pvas super end |
#list_of_tmms ⇒ String
Gets a list of all TMOS processing agents.
400 401 402 |
# File 'lib/icontrol/system/statistics.rb', line 400 def list_of_tmms super end |
#oneconnect_statistics ⇒ SystemStatistics
Gets the system’s global OneConnect statistics. These are the roll-ups of all the individual OneConnect profiles’ statistics.
412 413 414 |
# File 'lib/icontrol/system/statistics.rb', line 412 def oneconnect_statistics super end |
#performance_graph_csv_statistics(opts) ⇒ PerformanceGraphDataCSV
Gets the statistical data in CSV format for this graphs/tables.
425 426 427 428 |
# File 'lib/icontrol/system/statistics.rb', line 425 def performance_graph_csv_statistics(opts) opts = check_params(opts,[:objects]) super(opts) end |
#performance_graph_list ⇒ PerformanceGraph
Gets the list of available statistical graphs as seen in the GUI’s Performance Graph.
437 438 439 |
# File 'lib/icontrol/system/statistics.rb', line 437 def performance_graph_list super end |
#performance_table_list ⇒ PerformanceTable
Gets the list of available statistical tables.
448 449 450 |
# File 'lib/icontrol/system/statistics.rb', line 448 def performance_table_list super end |
#performance_table_statistics(opts) ⇒ PerformanceTableData
Gets the statistical data tables.
461 462 463 464 |
# File 'lib/icontrol/system/statistics.rb', line 461 def performance_table_statistics(opts) opts = check_params(opts,[:tables]) super(opts) end |
#pva_statistics(opts) ⇒ PVAStatistics
Gets the system’s PVA statistics (by PVA id).
475 476 477 478 |
# File 'lib/icontrol/system/statistics.rb', line 475 def pva_statistics(opts) opts = check_params(opts,[:pva_ids]) super(opts) end |
#radius_statistics ⇒ SystemStatistics
Gets the system’s global RADIUS statistics. These are the roll-ups of all the individual RADIUS profiles’ statistics.
488 489 490 |
# File 'lib/icontrol/system/statistics.rb', line 488 def radius_statistics super end |
#reset_all_statistics ⇒ Object
Resets all statistics in the system, including all global statistics as well as all object-level statistics such as pool, virtual server statistics.…
619 620 621 |
# File 'lib/icontrol/system/statistics.rb', line 619 def reset_all_statistics super end |
#reset_authentication_statistics ⇒ Object
Resets the system’s global authentication statistics.
629 630 631 |
# File 'lib/icontrol/system/statistics.rb', line 629 def reset_authentication_statistics super end |
#reset_client_ssl_statistics ⇒ Object
Resets the system’s global client SSL statistics.
639 640 641 |
# File 'lib/icontrol/system/statistics.rb', line 639 def reset_client_ssl_statistics super end |
#reset_diameter_statistics ⇒ Object
Resets the system’s global Diameter statistics.
649 650 651 |
# File 'lib/icontrol/system/statistics.rb', line 649 def reset_diameter_statistics super end |
#reset_dns_statistics ⇒ Object
Resets the system’s global DNS statistics.
659 660 661 |
# File 'lib/icontrol/system/statistics.rb', line 659 def reset_dns_statistics super end |
#reset_fasthttp_statistics ⇒ Object
Resets the system’s global Fast HTTP statistics.
669 670 671 |
# File 'lib/icontrol/system/statistics.rb', line 669 def reset_fasthttp_statistics super end |
#reset_fastl4_statistics ⇒ Object
Resets the system’s global FastL4 statistics.
679 680 681 |
# File 'lib/icontrol/system/statistics.rb', line 679 def reset_fastl4_statistics super end |
#reset_ftp_statistics ⇒ Object
Resets the system’s global FTP statistics.
689 690 691 |
# File 'lib/icontrol/system/statistics.rb', line 689 def reset_ftp_statistics super end |
#reset_global_statistics ⇒ Object
Resets the system’s global statistics.
699 700 701 |
# File 'lib/icontrol/system/statistics.rb', line 699 def reset_global_statistics super end |
#reset_gtm_global_statistics ⇒ Object
Resets the GTM global statistics.
709 710 711 |
# File 'lib/icontrol/system/statistics.rb', line 709 def reset_gtm_global_statistics super end |
#reset_gtm_iquery_statistics(opts) ⇒ Object
Resets the statistics for this iQueries.
721 722 723 724 |
# File 'lib/icontrol/system/statistics.rb', line 721 def reset_gtm_iquery_statistics(opts) opts = check_params(opts,[:addresses]) super(opts) end |
#reset_gtm_ldns_statistics ⇒ Object
Resets the statistics for this LDNSes.
732 733 734 |
# File 'lib/icontrol/system/statistics.rb', line 732 def reset_gtm_ldns_statistics super end |
#reset_gtm_path_statistics(opts) ⇒ Object
Resets the statistics for this paths.
744 745 746 747 |
# File 'lib/icontrol/system/statistics.rb', line 744 def reset_gtm_path_statistics(opts) opts = check_params(opts,[:object_names]) super(opts) end |
#reset_http_statistics ⇒ Object
Resets the system’s global HTTP statistics.
755 756 757 |
# File 'lib/icontrol/system/statistics.rb', line 755 def reset_http_statistics super end |
#reset_icmp_statistics ⇒ Object
Resets the system’s ICMP statistics.
765 766 767 |
# File 'lib/icontrol/system/statistics.rb', line 765 def reset_icmp_statistics super end |
#reset_icmpv6_statistics ⇒ Object
Resets the system’s ICMPv6 statistics.
775 776 777 |
# File 'lib/icontrol/system/statistics.rb', line 775 def reset_icmpv6_statistics super end |
#reset_iiop_statistics ⇒ Object
Resets the system’s global IIOP statistics.
785 786 787 |
# File 'lib/icontrol/system/statistics.rb', line 785 def reset_iiop_statistics super end |
#reset_ip_statistics ⇒ Object
Resets the system’s IP statistics.
795 796 797 |
# File 'lib/icontrol/system/statistics.rb', line 795 def reset_ip_statistics super end |
#reset_ipv6_statistics ⇒ Object
Resets the system’s IPv6 statistics.
805 806 807 |
# File 'lib/icontrol/system/statistics.rb', line 805 def reset_ipv6_statistics super end |
#reset_oneconnect_statistics ⇒ Object
Resets the system’s global OneConnect statistics.
815 816 817 |
# File 'lib/icontrol/system/statistics.rb', line 815 def reset_oneconnect_statistics super end |
#reset_radius_statistics ⇒ Object
Resets the system’s global RADIUS statistics.
825 826 827 |
# File 'lib/icontrol/system/statistics.rb', line 825 def reset_radius_statistics super end |
#reset_rtsp_statistics ⇒ Object
Resets the system’s global RTSP statistics.
835 836 837 |
# File 'lib/icontrol/system/statistics.rb', line 835 def reset_rtsp_statistics super end |
#reset_sctp_statistics ⇒ Object
Resets the system’s global SCTP statistics.
845 846 847 |
# File 'lib/icontrol/system/statistics.rb', line 845 def reset_sctp_statistics super end |
#reset_server_ssl_statistics ⇒ Object
Resets the system’s global server SSL statistics.
855 856 857 |
# File 'lib/icontrol/system/statistics.rb', line 855 def reset_server_ssl_statistics super end |
#reset_stream_statistics ⇒ Object
Resets the system’s global stream statistics.
865 866 867 |
# File 'lib/icontrol/system/statistics.rb', line 865 def reset_stream_statistics super end |
#reset_tcp_statistics ⇒ Object
Resets the system’s global TCP statistics.
875 876 877 |
# File 'lib/icontrol/system/statistics.rb', line 875 def reset_tcp_statistics super end |
#reset_udp_statistics ⇒ Object
Resets the system’s global UDP statistics.
885 886 887 |
# File 'lib/icontrol/system/statistics.rb', line 885 def reset_udp_statistics super end |
#reset_virtual_compression_statistics(opts) ⇒ Object
This method has been deprecated, as it represents internal, implementation-specific details. Resets the statistics for this virtual compression devices.
897 898 899 900 |
# File 'lib/icontrol/system/statistics.rb', line 897 def reset_virtual_compression_statistics(opts) opts = check_params(opts,[:device_names]) super(opts) end |
#reset_xml_statistics ⇒ Object
Resets the system’s global XML statistics.
908 909 910 |
# File 'lib/icontrol/system/statistics.rb', line 908 def reset_xml_statistics super end |
#rtsp_statistics ⇒ SystemStatistics
Gets the system’s global RTSP statistics. These are the roll-ups of all the individual RTSP profiles’ statistics.
500 501 502 |
# File 'lib/icontrol/system/statistics.rb', line 500 def rtsp_statistics super end |
#sctp_statistics ⇒ SystemStatistics
Gets the system’s global SCTP statistics. These are the roll-ups of all the individual SCTP profiles’ statistics.
512 513 514 |
# File 'lib/icontrol/system/statistics.rb', line 512 def sctp_statistics super end |
#server_ssl_statistics ⇒ SystemStatistics
Gets the system’s global server SSL statistics. These are the roll-ups of all the individual server SSL profiles’ statistics.
524 525 526 |
# File 'lib/icontrol/system/statistics.rb', line 524 def server_ssl_statistics super end |
#stream_statistics ⇒ SystemStatistics
Gets the system’s global stream statistics. These are the roll-ups of all the individual stream profiles’ statistics.
536 537 538 |
# File 'lib/icontrol/system/statistics.rb', line 536 def stream_statistics super end |
#tcp_statistics ⇒ SystemStatistics
Gets the system’s global TCP statistics. These are the roll-ups of all the individual TCP profiles’ statistics.
548 549 550 |
# File 'lib/icontrol/system/statistics.rb', line 548 def tcp_statistics super end |
#tmm_statistics(opts) ⇒ TMMStatistics
Gets the system’s TMOS processing agent statistics (by TMOS processing agent id).
561 562 563 564 |
# File 'lib/icontrol/system/statistics.rb', line 561 def tmm_statistics(opts) opts = check_params(opts,[:tmm_ids]) super(opts) end |
#udp_statistics ⇒ SystemStatistics
Gets the system’s global UDP statistics. These are the roll-ups of all the individual UDP profiles’ statistics.
574 575 576 |
# File 'lib/icontrol/system/statistics.rb', line 574 def udp_statistics super end |
#version ⇒ String
Gets the version information for this interface.
582 583 584 |
# File 'lib/icontrol/system/statistics.rb', line 582 def version super end |
#virtual_compression_statistics(opts) ⇒ VirtualCompressionStatistics
This method has been deprecated, as it represents internal, implementation-specific details. Gets the statistics for this virtual compression devices.
595 596 597 598 |
# File 'lib/icontrol/system/statistics.rb', line 595 def virtual_compression_statistics(opts) opts = check_params(opts,[:device_names]) super(opts) end |
#xml_statistics ⇒ SystemStatistics
Gets the system’s global XML statistics. These are the roll-ups of all the individual XML profiles’ statistics.
608 609 610 |
# File 'lib/icontrol/system/statistics.rb', line 608 def xml_statistics super end |