XPU Manager
  • XPUM Documentation
    • Intel(R) XPU Manager and XPU System Management Interface
    • Installation
    • Intel(R) XPU Manager Command Line Interface User Guide
    • Restful API
    • Core Library API
      • Basic API
      • Device API
      • Group management
      • Device health
      • Device configurations
      • Firmware flash
      • Diagnostics
      • Agent settings
      • Device statistics
      • Dump metrics raw data
      • Topologies
      • Policy management
      • Sensor reading
      • VGPU management
      • Debug log api
      • Device realtime metrics
      • Global Namespace
        • enum xpum_agent_config_enum
        • enum xpum_device_config_type_enum
        • enum xpum_device_function_type_enum
        • enum xpum_device_mode_enum
        • enum xpum_device_property_name_enum
        • enum xpum_device_type_enum
        • enum xpum_diag_level_enum
        • enum xpum_diag_result_type_enum
        • enum xpum_diag_task_result_enum
        • enum xpum_diag_task_type_enum
        • enum xpum_dump_type_enum
        • enum xpum_ecc_action_t
        • enum xpum_ecc_state_t
        • enum xpum_engine_type_enum
        • enum xpum_engine_type_flags_t
        • enum xpum_fabric_throughput_type_enum
        • enum xpum_firmware_flash_result_enum
        • enum xpum_firmware_type_enum
        • enum xpum_frequency_type_t
        • enum xpum_health_config_type_enum
        • enum xpum_health_status_enum
        • enum xpum_health_type_enum
        • enum xpum_link_type_enum
        • enum xpum_media_format_enum
        • enum xpum_media_resolution_enum
        • enum xpum_policy_action_type_enum
        • enum xpum_policy_conditon_type_enum
        • enum xpum_policy_type_enum
        • enum xpum_precheck_component_status_t
        • enum xpum_precheck_component_type_t
        • enum xpum_precheck_error_category_t
        • enum xpum_precheck_error_severity_t
        • enum xpum_precheck_error_type_t
        • enum xpum_ras_type_enum
        • enum xpum_result_enum
        • enum xpum_scheduler_mode_t
        • enum xpum_standby_mode_t
        • enum xpum_standby_type_t
        • enum xpum_stats_type_enum
        • enum xpum_version_enum
        • struct parent_switch
        • struct xpum_amc_fw_version_t
        • struct xpum_device_basic_info
        • struct xpum_device_component_ratio_t
        • struct xpum_device_components_ratio_t
        • struct xpum_device_engine_metric_t
        • struct xpum_device_engine_stats_t
        • struct xpum_device_fabric_throughput_metric_t
        • struct xpum_device_fabric_throughput_stats_t
        • struct xpum_device_metric_data_t
        • struct xpum_device_metrics_t
        • struct xpum_device_performancefactor_t
        • struct xpum_device_process_t
        • struct xpum_device_properties_t
        • struct xpum_device_property_t
        • struct xpum_device_realtime_metric_t
        • struct xpum_device_realtime_metrics_t
        • struct xpum_device_stats_data_t
        • struct xpum_device_stats_t
        • struct xpum_device_util_by_process_t
        • struct xpum_diag_component_info_t
        • struct xpum_diag_media_codec_metrics_t
        • struct xpum_diag_task_info_t
        • struct xpum_diag_xe_link_throughput_t
        • struct xpum_dump_raw_data_option_t
        • struct xpum_dump_raw_data_task_t
        • struct xpum_fabric_port_config_t
        • struct xpum_firmware_flash_job
        • struct xpum_firmware_flash_task_result_t
        • struct xpum_frequency_range_t
        • struct xpum_group_info_t
        • struct xpum_health_data_t
        • struct xpum_metrics_raw_data_t
        • struct xpum_policy_action_t
        • struct xpum_policy_condition_t
        • struct xpum_policy_notify_callback_para_t
        • struct xpum_policy_t
        • struct xpum_power_burst_limit_t
        • struct xpum_power_limits_t
        • struct xpum_power_peak_limit_t
        • struct xpum_power_prop_data_t
        • struct xpum_power_sustained_limit_t
        • struct xpum_precheck_component_info_t
        • struct xpum_precheck_error_t
        • struct xpum_precheck_options
        • struct xpum_scheduler_data_t
        • struct xpum_scheduler_debug_t
        • struct xpum_scheduler_exclusive_t
        • struct xpum_scheduler_timeout_t
        • struct xpum_scheduler_timeslice_t
        • struct xpum_sensor_reading_t
        • struct xpum_standby_data_t
        • struct xpum_topology_t
        • struct xpum_version_info
        • struct xpum_vf_metric_t
        • struct xpum_vgpu_config_t
        • struct xpum_vgpu_function_info_t
        • struct xpum_vgpu_precheck_result_t
        • struct xpum_xelink_topo_info
        • struct xpum_xelink_unit
        • Overview
        • Detailed Documentation
  • XPU-SMI Linux Documentation
  • XPU-SMI Windows Documentation
XPU Manager
  • XPUM Documentation
  • Core Library API
  • Global Namespace
  • struct xpum_diag_xe_link_throughput_t

struct xpum_diag_xe_link_throughput_t

#include <xpum_structs.h>

struct xpum_diag_xe_link_throughput_t
{
    // fields

    xpum_device_id_t deviceId;
    xpum_device_id_t srcDeviceId;
    xpum_device_tile_id_t srcTileId;
    int32_t srcPortId;
    xpum_device_id_t dstDeviceId;
    xpum_device_tile_id_t dstTileId;
    int32_t dstPortId;
    double currentSpeed;
    double maxSpeed;
    double threshold;
};
Previous Next

© Copyright 2024, Intel.

Built with Sphinx using a theme provided by Read the Docs.