kycheck 分析报告 Kycheck Analysis Report

系统基本信息

系统信息
原系统版本:
{{summary_info.orig_version}}
目标系统版本:
{{summary_info.target_version}}
当前主机名:
{{summary_info.hostname}}
当前主机IP:
{{summary_info.ip_info}}
{% if business_data["nav_data"] %}

应用软件兼容性评估

评估软件安装路径:
依赖包兼容性:
接口兼容性:
包依赖分析列表
依赖包数:
二进制文件名
依赖包名
关联so文件

是否兼容

兼容
不兼容
接口变更分析列表(C/C++)
校验接口数:
变更接口数:
二进制文件名
依赖包名
so文件
接口名
结果

接口兼容列表(C/C++)

  • 二进制文件名
    接口名
{% 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"]}}
  • 板卡名称
    class
    vendor
    subvendor
    device
    subdevice
    desc
  • {% if check_data["card_info"]["pci_info"] |length > 1%} {% for item in check_data["card_info"]["pci_info"] %}
  • {{item[0]}}
    {{item[1].subvendor}}
    {{item[1].vendor}}
    {{item[1].subdevice}}
    {{item[1].device}}
    {{item[1].class}}
    {{item[1].desc}}
  • {% endfor %} {% else %}
  • {{check_data["card_info"]["pci_info"][0][0]}}
    {{check_data["card_info"]["pci_info"][0][1]}}
  • {%endif%}
  • 驱动名称
    一级类别
    二级类别
  • {% 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 check_data["network_state"] | length > 1%} {% for item in check_data["network_state"] %}
  • {{item[0]}}
    {% for value in item[1]%}
    {{value}}
    {% endfor %}
  • {% endfor %} {% else %}
  • {{check_data["network_state"][0][0]}}
    {{check_data["network_state"][0][1]}}
  • {%endif%}
  • 进程名称
    STAT
    PPID
    PID
    VSZ
    RSS
  • {% if check_data["process_status"] | length > 1%} {% for item in check_data["process_status"]%}
  • {{item[0]}}
    {{item[1]["STAT"]}}
    {{item[1]["PPID"]}}
    {{item[1].PID}}
    {{item[1].VSZ}}
    {{item[1]["RSS"]}}
  • {% endfor%} {% else %}
  • {{check_data["process_status"][0][0]}}
    {{check_data["process_status"][0][1]}}
  • {%endif%}
{% if version_flag %}
  • 服务名称
    LOAD
    ACTIVE
    SUB
    DESCRIPTION
  • {% if check_data["service_status"] | length > 1%} {% for item in check_data["service_status"]%}
  • {{item[0]}}
    {{item[1].LOAD}}
    {{item[1]["ACTIVE"]}}
    {{item[1]["SUB"]}}
    {{item[1].DESCRIPTION}}
  • {% endfor%} {% else %}
  • {{check_data["service_status"][0][0]}}
    {{check_data["service_status"][0][1]}}
  • {%endif%}
{% else %}
  • 服务名称
    服务状态
  • {% if check_data["service_status"] | length > 1%} {% for item in check_data["service_status"]%}
  • {{item[0]}}
    {% for value in item[1]%}
    {{value}}
    {% endfor %}
  • {% endfor%} {% else %}
  • {{check_data["service_status"][0][0]}}
    {{check_data["service_status"][0][1]}}
  • {%endif%}
{%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 %}