Intel® 平台监控技术输入插件
此插件通过 Linux 内核驱动程序收集 Intel® 平台监控技术 (Intel® PMT) 的指标。Intel® PMT 是一种能够枚举和访问支持设备上硬件监控功能的架构。
引入于: Telegraf v1.28.0 标签: hardware, system 操作系统支持: linux
要求
- 支持的设备
- Linux 内核 >= 5.11
- 已加载
intel_pmt_telemetry模块 (内核 5.11-5.14) - 已加载
intel_pmt模块 (内核 5.14+)
此插件支持暴露 PMT 的设备,例如:
- 第四代 Intel® Xeon® 可扩展处理器 (Sapphire Rapids / SPR)
- 第六代 Intel® Xeon® 可扩展处理器 (Granite Rapids / GNR)
主线 Linux 内核在平台驱动程序 (drivers/platform/x86/intel/pmt) 中增加了对该功能的支持,该驱动程序会将 Intel PMT 遥测空间暴露为 sysfs 条目,路径为 /sys/class/intel_pmt/。每个发现的遥测聚合器都显示为一个目录 (以 telem 为前缀),其中包含一个 guid,用于标识唯一的 PMT 空间。此文件与一组 XML 规范文件相关联,这些文件可以在 Intel-PMT 存储库 中找到。必须使用 spec 设置将 XML 规范指定为 pmt.xml 文件的绝对路径。
此插件使用 XML 文件中的规范来发现和解析内核驱动程序暴露的遥测数据。此外,该插件会读取低级样本/计数器,并根据转换公式评估高级样本/计数器,然后报告收集到的值。
PMT 空间位于 /sys/class/intel_pmt,其中的 telem 文件需要 **root 权限** 才能读取。如果 Telegraf 未以 root 身份运行,则应为 Telegraf 可执行文件添加以下权限
sudo setcap cap_dac_read_search+ep /usr/bin/telegraf全局配置选项
插件支持其他全局和插件配置设置,用于修改指标、标签和字段,创建别名以及配置插件顺序等任务。更多详情请参阅 CONFIGURATION.md。
配置
# Intel Platform Monitoring Technology plugin exposes Intel PMT metrics available through the Intel PMT kernel space.
# This plugin ONLY supports Linux.
[[inputs.intel_pmt]]
## Filepath to PMT XML within local copies of XML files from PMT repository.
## The filepath should be absolute.
spec = "/home/telegraf/Intel-PMT/xml/pmt.xml"
## Enable metrics by their datatype.
## See the Enabling Metrics section in README for more details.
## If empty, all metrics are enabled.
## When used, the alternative option samples_enabled should NOT be used.
# datatypes_enabled = []
## Enable metrics by their name.
## See the Enabling Metrics section in README for more details.
## If empty, all metrics are enabled.
## When used, the alternative option datatypes_enabled should NOT be used.
# samples_enabled = []启用指标
默认情况下,插件会收集所有可用指标。
要限制插件收集的指标,提供了两个选项来选择指标
- 按数据类型启用 (指标组),
- 按名称启用。
重要的是要注意,一次只能选择一个启用选项。
有关可用数据类型和相关指标,请参阅下表
| 数据类型 | 指标名称 | 描述 |
|---|---|---|
txtal_strap | XTAL_FREQ | 此硅片上的晶体振荡器的时钟速率 |
tdram_energy | DRAM_ENERGY_LOW | 所有通道中的所有 DIMM 消耗的 DRAM 能量 (uJ) |
DRAM_ENERGY_HIGH | 所有通道中的所有 DIMM 消耗的 DRAM 能量 (uJ) | |
tbandwidth_32b | C2U_BW | 核心到非核心带宽 (每个核心和每个非核心) |
U2C_BW | 非核心到核心带宽 (每个核心和每个非核心) | |
PC2_LOW | 在 Package C-State 2 (PC2) 中花费的时间 | |
PC2_HIGH | 在 Package C-State 2 (PC2) 中花费的时间 | |
PC6_LOW | 在 Package C-State 6 (PC6) 中花费的时间 | |
PC6_HIGH | 在 Package C-State 6 (PC6) 中花费的时间 | |
MEM_RD_BW | 内存读取带宽 (每个通道) | |
MEM_WR_BW | 内存写入带宽 (每个通道) | |
DDRT_READ_BW | DDRT 读取带宽 (每个通道) | |
DDRT_WR_BW | DDRT 写入带宽 (每个通道) | |
THRT_COUNT | IMC 通道发生节流的时钟周期数 (每个通道) | |
PMSUM | IMC 通道累积的能量 (每个通道) | |
CMD_CNT_CH0 | IMC 通道子通道 0 的命令计数 (每个通道) | |
CMD_CNT_CH1 | IMC 通道子通道 1 的命令计数 (每个通道) | |
tU32.0 | PEM_ANY | 由于列出或未列出的原因,核心频率出现偏移的时间 |
PEM_THERMAL | 由于 EMTTM,核心频率出现偏移的时间 | |
PEM_EXT_PROCHOT | 由于外部 PROCHOT 断言,核心频率出现偏移的时间 | |
PEM_PBM | 由于 PBM,核心频率出现偏移的时间 | |
PEM_PL1 | 由于 PL1,核心频率出现偏移的时间 | |
PEM_RESERVED | PEM 保留计数器 | |
PEM_PL2 | 由于 PL2,核心频率出现偏移的时间 | |
PEM_PMAX | 由于 PMAX,核心频率出现偏移的时间 | |
tbandwidth_28b | C0Residency | 核心 C0 驻留时间 (每个核心) |
C1Residency | 核心 C1 驻留时间 (每个核心) | |
tratio | FET | 当前频率偏移阈值。核心频率的比率。 |
tbandwidth_24b | UFS_MAX_RING_TRAFFIC | DMI 或 PCIE 端口的 IO 带宽 (每端口) |
ttemperature | TEMP | 核心的当前温度 (每个核心) |
tU8.0 | VERSION | 对于 SPR,它是 0。新功能版本将提高此值。 |
tebb_energy | FIVR_HBM_ENERGY | FIVR HBM 能量 (uJ) (每 HBM) |
tBOOL | OOB_PEM_ENABLE | 0x0 (默认)=启用了 PEM 的带内接口。0x1=启用了 PEM 的带外接口。 |
ENABLE_PEM | 0 (默认):禁用 PEM。1:启用 PEM | |
ANY | 当发生核心频率偏移(由于列出或未列出的原因)时设置 | |
THERMAL | 当核心/非核心发生任何热事件导致核心频率偏移时设置 | |
EXT_PROCHOT | 当外部 PROCHOT 断言导致核心频率偏移时设置 | |
PBM | 当由于电源限制 (socket RAPL 和/或 platform RAPL) 导致核心频率偏移时设置 | |
PL1 | 当来自任何接口的 PL1 输入导致核心频率偏移时设置 | |
PL2 | 当来自任何接口的 PL2 输入导致核心频率偏移时设置 | |
PMAX | 当由于 PMAX 导致核心频率偏移时设置 | |
ttsc | ART | TSC Delta HBM (每 HBM) |
tproduct_id | PRODUCT_ID | 产品 ID |
tstring | LOCAL_REVISION | 此产品的本地修订 ID |
RECORD_TYPE | 记录类型 | |
tcore_state | EN | 核心 x 已启用 (每个核心) |
thist_counter | FREQ_HIST_R0 | 频率直方图范围 0 (核心在 C6) 计数器 (每个核心) |
FREQ_HIST_R1 | 频率直方图范围 1 (16.67-800 MHz) 计数器 (每个核心) | |
FREQ_HIST_R2 | 频率直方图范围 2 (801-1200 MHz) 计数器 (每个核心) | |
FREQ_HIST_R3 | 频率直方图范围 3 (1201-1600 MHz) 计数器 (每个核心) | |
FREQ_HIST_R4 | 频率直方图范围 4 (1601-2000 MHz) 计数器 (每个核心) | |
FREQ_HIST_R5 | 频率直方图范围 5 (2001-2400 MHz) 计数器 (每个核心) | |
FREQ_HIST_R6 | 频率直方图范围 6 (2401-2800 MHz) 计数器 (每个核心) | |
FREQ_HIST_R7 | 频率直方图范围 7 (2801-3200 MHz) 计数器 (每个核心) | |
FREQ_HIST_R8 | 频率直方图范围 8 (3201-3600 MHz) 计数器 (每个核心) | |
FREQ_HIST_R9 | 频率直方图范围 9 (3601-4000 MHz) 计数器 (每个核心) | |
FREQ_HIST_R10 | 频率直方图范围 10 (4001-4400 MHz) 计数器 (每个核心) | |
FREQ_HIST_R11 | 频率直方图范围 11 (大于 4400 MHz) (每个核心) | |
VOLT_HIST_R0 | 电压直方图范围 0 (小于 602 mV) 计数器 (每个核心) | |
VOLT_HIST_R1 | 电压直方图范围 1 (602.5-657 mV) 计数器 (每个核心) | |
VOLT_HIST_R2 | 电压直方图范围 2 (657.5-712 mV) 计数器 (每个核心) | |
VOLT_HIST_R3 | 电压直方图范围 3 (712.5-767 mV) 计数器 (每个核心) | |
VOLT_HIST_R4 | 电压直方图范围 4 (767.5-822 mV) 计数器 (每个核心) | |
VOLT_HIST_R5 | 电压直方图范围 5 (822.5-877 mV) 计数器 (每个核心) | |
VOLT_HIST_R6 | 电压直方图范围 6 (877.5-932 mV) 计数器 (每个核心) | |
VOLT_HIST_R7 | 电压直方图范围 7 (932.5-987 mV) 计数器 (每个核心) | |
VOLT_HIST_R8 | 电压直方图范围 8 (987.5-1042 mV) 计数器 (每个核心) | |
VOLT_HIST_R9 | 电压直方图范围 9 (1042.5-1097 mV) 计数器 (每个核心) | |
VOLT_HIST_R10 | 电压直方图范围 10 (1097.5-1152 mV) 计数器 (每个核心) | |
VOLT_HIST_R11 | 电压直方图范围 11 (大于 1152 mV) 计数器 (每个核心) | |
TEMP_HIST_R0 | 温度直方图范围 0 (小于 20°C) 计数器 | |
TEMP_HIST_R1 | 温度直方图范围 1 (20.5-27.5°C) 计数器 | |
TEMP_HIST_R2 | 温度直方图范围 2 (28-35°C) 计数器 | |
TEMP_HIST_R3 | 温度直方图范围 3 (35.5-42.5°C) 计数器 | |
TEMP_HIST_R4 | 温度直方图范围 4 (43-50°C) 计数器 | |
TEMP_HIST_R5 | 温度直方图范围 5 (50.5-57.5°C) 计数器 | |
TEMP_HIST_R6 | 温度直方图范围 6 (58-65°C) 计数器 | |
TEMP_HIST_R7 | 温度直方图范围 7 (65.5-72.5°C) 计数器 | |
TEMP_HIST_R8 | 温度直方图范围 8 (73-80°C) 计数器 | |
TEMP_HIST_R9 | 温度直方图范围 9 (80.5-87.5°C) 计数器 | |
TEMP_HIST_R10 | 温度直方图范围 10 (88-95°C) 计数器 | |
TEMP_HIST_R11 | 温度直方图范围 11 (大于 95°C) 计数器 | |
tpvp_throttle_counter | PVP_THROTTLE_64 | 指示核心 x 在最后 64 个周期窗口内被节流的次数的计数器 |
PVP_THROTTLE_1024 | 指示核心 x 在最后 1024 个周期窗口内被节流的次数的计数器 | |
tpvp_level_res | PVP_LEVEL_RES_128_L0 | 指示此类型 CPU 指令级别 0 在过去 2 毫秒测量期间的驻留百分比的计数器 |
PVP_LEVEL_RES_128_L1 | 指示此类型 CPU 指令级别 1 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_128_L2 | 指示此类型 CPU 指令级别 2 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_128_L3 | 指示此类型 CPU 指令级别 3 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_256_L0 | 指示 AVX256 CPU 指令级别 0 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_256_L1 | 指示 AVX256 CPU 指令级别 1 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_256_L2 | 指示 AVX256 CPU 指令级别 2 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_256_L3 | 指示 AVX256 CPU 指令级别 3 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_512_L0 | 指示 AVX512 CPU 指令级别 0 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_512_L1 | 指示 AVX512 CPU 指令级别 1 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_512_L2 | 指示 AVX512 CPU 指令级别 2 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_512_L3 | 指示 AVX512 CPU 指令级别 3 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_TMUL_L0 | 指示 TMUL CPU 指令级别 0 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_TMUL_L1 | 指示 TMUL CPU 指令级别 1 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_TMUL_L2 | 指示 TMUL CPU 指令级别 2 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
PVP_LEVEL_RES_TMUL_L3 | 指示 TMUL CPU 指令级别 3 在过去 2 毫秒测量期间的驻留百分比的计数器 | |
ttsc_timer | TSC_TIMER | OOBMSM TSC (时间戳计数器) 值 |
tnum_en_cha | NUM_EN_CHA | 启用的 CHA 数量 |
trmid_usage_counter | RMID0_RDT_CMT | CHA x RMID 0 LLC 缓存行使用计数器 (每 CHA) |
RMID1_RDT_CMT | CHA x RMID 1 LLC 缓存行使用计数器 (每 CHA) | |
RMID2_RDT_CMT | CHA x RMID 2 LLC 缓存行使用计数器 (每 CHA) | |
RMID3_RDT_CMT | CHA x RMID 3 LLC 缓存行使用计数器 (每 CHA) | |
RMID4_RDT_CMT | CHA x RMID 4 LLC 缓存行使用计数器 (每 CHA) | |
RMID5_RDT_CMT | CHA x RMID 5 LLC 缓存行使用计数器 (每 CHA) | |
RMID6_RDT_CMT | CHA x RMID 6 LLC 缓存行使用计数器 (每 CHA) | |
RMID7_RDT_CMT | CHA x RMID 7 LLC 缓存行使用计数器 (每 CHA) | |
RMID0_RDT_MBM_TOTAL | CHA x RMID 0 总内存事务计数器 (每 CHA) | |
RMID1_RDT_MBM_TOTAL | CHA x RMID 1 总内存事务计数器 (每 CHA) | |
RMID2_RDT_MBM_TOTAL | CHA x RMID 2 总内存事务计数器 (每 CHA) | |
RMID3_RDT_MBM_TOTAL | CHA x RMID 3 总内存事务计数器 (每 CHA) | |
RMID4_RDT_MBM_TOTAL | CHA x RMID 4 总内存事务计数器 (每 CHA) | |
RMID5_RDT_MBM_TOTAL | CHA x RMID 5 总内存事务计数器 (每 CHA) | |
RMID6_RDT_MBM_TOTAL | CHA x RMID 6 总内存事务计数器 (每 CHA) | |
RMID7_RDT_MBM_TOTAL | CHA x RMID 7 总内存事务计数器 (每 CHA) | |
RMID0_RDT_MBM_LOCAL | CHA x RMID 0 本地内存事务计数器 (每 CHA) | |
RMID1_RDT_MBM_LOCAL | CHA x RMID 1 本地内存事务计数器 (每 CHA) | |
RMID2_RDT_MBM_LOCAL | CHA x RMID 2 本地内存事务计数器 (每 CHA) | |
RMID3_RDT_MBM_LOCAL | CHA x RMID 3 本地内存事务计数器 (每 CHA) | |
RMID4_RDT_MBM_LOCAL | CHA x RMID 4 本地内存事务计数器 (每 CHA) | |
RMID5_RDT_MBM_LOCAL | CHA x RMID 5 本地内存事务计数器 (每 CHA) | |
RMID6_RDT_MBM_LOCAL | CHA x RMID 6 本地内存事务计数器 (每 CHA) | |
RMID7_RDT_MBM_LOCAL | CHA x RMID 7 本地内存事务计数器 (每 CHA) | |
ttw_unit | TW | 时间窗口。有效的 TW 范围是 0 到 17。单位计算为 2.3 * 2^TW 毫秒 (例如,2.3 * 2^17 毫秒 = ~302 秒)。 |
tcore_stress_level | STRESS_LEVEL | 累积计数器,表示核心的相对压力水平 (每个核心) |
示例:C 状态驻留和温度,使用数据类型指标过滤器
此配置允许使用数据类型过滤器仅获取部分指标
[[inputs.intel_pmt]]
spec = "/home/telegraf/Intel-PMT/xml/pmt.xml"
datatypes_enabled = ["tbandwidth_28b","ttemperature"]示例:C 状态驻留和温度,使用样本指标过滤器
此配置允许使用样本过滤器仅获取部分指标
[[inputs.intel_pmt]]
spec = "/home/telegraf/Intel-PMT/xml/pmt.xml"
samples_enabled = ["C0Residency","C1Residency", "Cx_TEMP"]Metrics
所有指标都有以下标签
guid(Intel PMT 空间的唯一 ID)。numa_node(收集样本的 NUMA 节点)。pci_bdf(收集样本的 PCI 总线:设备.功能 (BDF))。sample_name(收集到的样本的名称)。sample_group(样本所属的组的名称)。datatype_idref(样本所属的数据类型)。
XML 中以 Cx_ (其中 x 是核心编号) 为前缀的 sample_name 也有以下标签
core(指标关联的核心)。
XML 中以 CHAx_ (其中 x 是 CHA 编号) 为前缀的 sample_name 也有以下标签
cha(指标关联的缓存和主代理)。
示例输出
使用 tpvp_throttle_counter 作为数据类型指标过滤器的示例输出
intel_pmt,core=0,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C0_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1886465i 1693766334000000000
intel_pmt,core=1,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C1_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=2,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C2_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=3,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C3_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=4,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C4_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1357578i 1693766334000000000
intel_pmt,core=5,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C5_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=6,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C6_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=2024801i 1693766334000000000
intel_pmt,core=7,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C7_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=8,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C8_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1390741i 1693766334000000000
intel_pmt,core=9,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C9_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=10,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C10_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1536483i 1693766334000000000
intel_pmt,core=11,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C11_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=12,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C12_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=13,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C13_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=14,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C14_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1604964i 1693766334000000000
intel_pmt,core=15,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C15_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1168673i 1693766334000000000
intel_pmt,core=16,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C16_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=17,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C17_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=18,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C18_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1276588i 1693766334000000000
intel_pmt,core=19,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C19_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1139005i 1693766334000000000
intel_pmt,core=20,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C20_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=21,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C21_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=22,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C22_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=970698i 1693766334000000000
intel_pmt,core=23,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C23_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=24,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C24_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=25,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C25_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1178462i 1693766334000000000
intel_pmt,core=26,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C26_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=27,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C27_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=2093384i 1693766334000000000
intel_pmt,core=28,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C28_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=29,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C29_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=30,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C30_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=31,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C31_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=32,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C32_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=2825174i 1693766334000000000
intel_pmt,core=33,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C33_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=2592279i 1693766334000000000
intel_pmt,core=34,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C34_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=35,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C35_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=36,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C36_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1960662i 1693766334000000000
intel_pmt,core=37,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C37_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1821914i 1693766334000000000
intel_pmt,core=38,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C38_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=39,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C39_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=40,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C40_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=41,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C41_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=2654651i 1693766334000000000
intel_pmt,core=42,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C42_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=2230984i 1693766334000000000
intel_pmt,core=43,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C43_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=44,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C44_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=45,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C45_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=46,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C46_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=2325520i 1693766334000000000
intel_pmt,core=47,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C47_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=48,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C48_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=49,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C49_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=50,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C50_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=51,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C51_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=52,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C52_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1468880i 1693766334000000000
intel_pmt,core=53,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C53_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=2151919i 1693766334000000000
intel_pmt,core=54,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C54_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=55,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C55_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=2065994i 1693766334000000000
intel_pmt,core=56,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C56_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=57,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C57_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=58,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C58_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1553691i 1693766334000000000
intel_pmt,core=59,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C59_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=1624177i 1693766334000000000
intel_pmt,core=60,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C60_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=61,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C61_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=62,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C62_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=63,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C63_PVP_THROTTLE_64,sample_name=PVP_THROTTLE_64 value=0i 1693766334000000000
intel_pmt,core=0,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C0_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=12977949i 1693766334000000000
intel_pmt,core=1,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C1_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=2,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C2_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=3,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C3_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=4,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C4_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=7180524i 1693766334000000000
intel_pmt,core=5,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C5_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=6,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C6_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=8667263i 1693766334000000000
intel_pmt,core=7,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C7_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=8,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C8_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=5945851i 1693766334000000000
intel_pmt,core=9,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C9_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=10,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C10_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=6669829i 1693766334000000000
intel_pmt,core=11,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C11_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=12,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C12_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=13,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C13_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=14,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C14_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=6579832i 1693766334000000000
intel_pmt,core=15,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C15_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=6101856i 1693766334000000000
intel_pmt,core=16,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C16_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=17,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C17_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=18,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C18_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=7796183i 1693766334000000000
intel_pmt,core=19,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C19_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=6849098i 1693766334000000000
intel_pmt,core=20,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C20_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=21,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C21_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=22,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C22_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=12378942i 1693766334000000000
intel_pmt,core=23,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C23_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=24,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C24_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=25,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C25_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=8299231i 1693766334000000000
intel_pmt,core=26,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C26_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=27,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C27_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=7986390i 1693766334000000000
intel_pmt,core=28,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C28_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=29,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C29_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=30,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C30_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=31,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C31_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=32,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C32_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=9876325i 1693766334000000000
intel_pmt,core=33,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C33_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=8547471i 1693766334000000000
intel_pmt,core=34,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C34_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=35,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C35_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=36,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C36_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=9231744i 1693766334000000000
intel_pmt,core=37,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C37_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=8133031i 1693766334000000000
intel_pmt,core=38,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C38_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=39,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C39_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=40,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C40_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=41,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C41_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=6136417i 1693766334000000000
intel_pmt,core=42,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C42_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=6091019i 1693766334000000000
intel_pmt,core=43,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C43_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=44,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C44_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=45,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C45_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=46,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C46_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=5804639i 1693766334000000000
intel_pmt,core=47,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C47_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=48,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C48_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=49,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C49_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=50,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C50_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=51,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C51_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=52,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C52_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=5738491i 1693766334000000000
intel_pmt,core=53,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C53_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=6058504i 1693766334000000000
intel_pmt,core=54,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C54_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=55,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C55_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=5987093i 1693766334000000000
intel_pmt,core=56,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C56_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=57,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C57_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=58,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C58_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=10384909i 1693766334000000000
intel_pmt,core=59,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C59_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=7305786i 1693766334000000000
intel_pmt,core=60,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C60_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=61,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C61_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=62,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C62_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000
intel_pmt,core=63,datatype_idref=tpvp_throttle_counter,guid=0x87b6fef1,pmt,numa_node=0,pci_bdf=0000:e7:03.1,sample_group=C63_PVP_THROTTLE_1024,sample_name=PVP_THROTTLE_1024 value=0i 1693766334000000000此页面是否有帮助?
感谢您的反馈!
支持和反馈
感谢您成为我们社区的一员!我们欢迎并鼓励您对 Telegraf 和本文档提出反馈和 bug 报告。要获取支持,请使用以下资源
具有年度合同或支持合同的客户可以 联系 InfluxData 支持。