获取指定服务器上所有设备存活的QP信息,包括QPC、SQ、RQ信息。
<tool name> roce_dbg -s <type> [-f]
参数 |
参数说明 |
取值 |
---|---|---|
<type> |
查询内容类型。 |
|
项目 |
描述 |
---|---|
roce_dbg command error(-1): -s all don't need other options. |
查询时添加了“-i”,“-q”或“-r”参数。 |
待查询所有设备QP数据 |
操作成功。 |
带“-f”参数时,将查询结果写入文件“/var/log/cloud_roce/roce_dbg_info_${user_name}/show_info.txt”。
1 2 3 4 5 6 7 | hinicadm3 roce_dbg -s all qpc-info : …… sq-info : …… rq-info : …… |