- 基本信息
{% if business_data["nav_data"] %}
-
应用软件兼容性
‹
{% endif %}
{% if check_data %}
-
系统环境信息列表
{% endif %}
系统基本信息
原系统版本:
{{summary_info.orig_version}}
目标系统版本:
{{summary_info.target_version}}
当前主机名:
{{summary_info.hostname}}
当前主机IP:
{{summary_info.ip_info}}
{% if business_data["nav_data"] %}
{% endif %}
{% if check_data %}
- 命令接口
- 板卡信息
- 设备驱动接口
- 内核选项参数
- 内核启动参数
- 端口
- 网络状态
- 进程
- 服务状态
- 系统调用接口
- 系统配置参数
- 环境变量
-
命令名称
命令路径
{% for item in check_data["bin_files"] %}
-
{{item[0]}}
{{item[1]}}
{% endfor %}
产品名称:
{{check_data["card_info"]["product_name"]}}
制造商:
{{check_data["card_info"]["manufacturer"]}}
-
驱动名称
一级类别
二级类别
{% if check_data["driver_api"] | length > 1%}
{% for item in check_data["driver_api"] %}
-
{{item[0]}}
{{item[1].dirver_class}}
{{item[1].dirver_sub_class}}
{% endfor %}
{%else%}
-
{{check_data["driver_api"][0][0]}}
{{check_data["driver_api"][0][1]}}
{%endif%}
-
参数名称
参数值
{% for item in check_data["kernel_compile_configuration"] %}
-
{{item[0]}}
{{item[1]}}
{% endfor %}
-
参数名称
参数值
{% for item in check_data["kernel_start"] %}
-
{{item[0]}}
{{item[1]}}
{% endfor %}
-
ip端口
foreign-addr
state
protocol
recv-q
send-q
{% if check_data["netstat_port"] | length > 1%}
{% for item in check_data["netstat_port"]%}
-
{{item[0]}}
{{item[1]["foreign-addr"]}}
{{item[1].state}}
{{item[1].protocol}}
{{item[1]["recv-q"]}}
{{item[1]["send-q"]}}
{% endfor%}
{% else %}
-
{{check_data["netstat_port"][0][0]}}
{{check_data["netstat_port"][0][1]}}
{%endif%}
{% if version_flag %}
{% else %}
{%endif%}
-
接口名称
接口值
{% for item in check_data["syscall_interface"] %}
-
{{item[0]}}
{{item[1]}}
{% endfor %}
-
参数名称
参数值
{% for item in check_data["sysctl_configuration"] %}
-
{{item[0]}}
{{item[1]}}
{% endfor %}
-
参数名称
参数值
{% for item in check_data["system_environment"] %}
-
{{item[0]}}
{{item[1]}}
{% endfor %}
{% endif %}