查询指定设备的核/光模块温度。
<tool name> temperature -i <device name> [-m <module>]
参数 |
参数说明 |
取值 |
---|---|---|
<device name> |
设备名称。 |
物理设备名,例如:hinic0、hinic1。 |
<module> |
指定模块类型。 |
|
项目 |
描述 |
---|---|
Combined temp: |
核/光模块的综合温度。 |
PORT 0 temp: |
端口0的光模块温度。 |
PORT 1 temp: |
端口0的光模块温度。 |
Combined min temp: |
核/光模块的最低温度。 |
Combined max temp: |
核/光模块的最高温度。 |
Lower limit temp: |
核/光模块的阈值低温度。 |
Upper limit temp: |
核/光模块的阈值高温度。 |
不加“-m”参数时,默认查询核温度。
1 2 3 4 5 6 7 | hinicadm3 temperature -i hinic0 Core module temp: Combined temp: 42'C Combined min temp: 39'C Combined max temp: 43'C Lower limit temp: -10'C Upper limit temp: 105'C |
1 2 3 4 5 6 | hinicadm3 temperature -i hinic0 -m 1 Optical module temp: PORT 0 temp: 35'C PORT 1 temp: 31'C Lower limit temp: 60'C Upper limit temp: 88'C |