.. only:: internal ============== Hoststats view ============== Example of usage: .. literalinclude:: examples/api/hoststats_liveview.py .. literalinclude:: examples/api/hoststats_liveview_aggregated.py .. currentmodule:: activelogic.liveview .. autoclass:: HoststatsView() .. automethod:: HoststatsView.connect .. automethod:: HoststatsView.connected .. automethod:: HoststatsView.close .. automethod:: HoststatsView.set_view_type .. automethod:: HoststatsView.set_partition_dimension_id .. automethod:: HoststatsView.add_partition_ids .. automethod:: HoststatsView.add_filters .. automethod:: HoststatsView.add_metrics .. automethod:: HoststatsView.add_hf_metrics .. automethod:: HoststatsView.add_at_metrics .. automethod:: HoststatsView.add_histogram_metrics .. automethod:: HoststatsView.wait_for_update .. autoclass:: HoststatsViewType() HoststatsViewFilter =================== .. autoclass:: ViewIncludeFilter() :noindex: .. autoclass:: ViewExcludeFilter() :noindex: Filters that can be applied on a HoststatsView. .. automethod:: HoststatsView.filters HoststatsViewDimensions ======================= Dimensions that can be applied on a HoststatsView. .. automethod:: HoststatsView.dimensions HoststatsViewMetrics ==================== Metrics that can be applied on a HoststatsView. .. automethod:: HoststatsView.lf_metrics HoststatsViewHighFreqMetrics ============================ High frequency metrics that can be applied on a HoststatsView. .. automethod:: HoststatsView.hf_metrics HoststatsViewAggrTrafficMetrics =============================== Aggregated traffic metrics that can be applied on a HoststatsView. .. automethod:: HoststatsView.at_metrics HoststatsViewHistogramMetrics ============================= Histogram metrics that can be applied on a HoststatsView. .. automethod:: HoststatsView.hg_metrics HoststatsViewViewTypes ====================== View types that can be applied on a HoststatsView. .. automethod:: HoststatsView.view_types