功耗查询

命令格式

hinicadm3 temperature -i device_name -m module_name

入参说明

参数

参数说明

说明

device_name

对象名称,例如:hinic0、hinic1。

-

module_name

接入模块类型,例如:0、1。

0:core module (default)

1:optical module (Non-zero)

默认查询core温度。

出参说明

参数

参数说明

说明

Combined temp

当前核的综合温度

-

Combined min temp

核温历史最低值

适用于固件版本为15.7.6.1之后的固件包。例如“NIC-FW-17.6.8.1.tar.gz”。

Combined max temp

核温历史最高值

适用于固件版本为15.7.6.1之后的固件包。例如“NIC-FW-17.6.8.1.tar.gz”。

Lower limit temp

核/光模块的阈值低温度

-

Upper limti temp

核/光模块的阈值高温度

-

使用实例

查询核温。

[root@localhost tool]# hinicadm3 temperature -i hinic0
Core module temp:
Combined       temp:        52'C
Combined min   temp:         51'C
Combined max   temp:         53'C
Lower    limit temp:            -10'C
Upper    limit temp:            105'C

查询光模块温度。

[root@localhost tool]# hinicadm3 temperature -i hinic0 -m 1
Optical module temp:
PORT    0   temp: 55'C
PORT    1   temp: 52'C
Lower limit temp: 60'C
Upper limit temp: 88'C