Rate This Document
Findability
Accuracy
Completeness
Readability

Querying Component Version Information

You can use either of the following methods to query the version of the instruction stream engine component:

Method 1: using the obtained software packages

  1. Obtain the instruction stream engine software package by referring to Instruction Stream Engine and decompress it. This document uses BoostKit-instructionengine_5.0.0_*.zip as an example.
    1
    unzip BoostKit-instructionengine_5.0.0_*.zip
    
  2. Decompress the CloudPhoneInstructionEngine.tar.gz package to obtain and view the version of the instruction stream engine component.
    1
    2
    tar xf CloudPhoneInstructionEngine.tar.gz vendor/etc/instructionengine_version.txt
    cat vendor/etc/instructionengine_version.txt
    

    The command output is the version information of the instruction stream engine component. An example is as follows:

    1
    2
    3
    4
    5
    Product Name: Kunpeng BoostKit
    Product Version: 23.0.0
    Component Name: BoostKit-instructionengine
    Component Version: 5.0.0
    Component AppendInfo: 11.0.0_r48
    

Method 2: using a started container

  1. Access a started container. In the command, ${kbox_id} indicates the ID of a container instance.
    1
    docker exec -it kbox_${kbox_id} sh
    
  2. Query the version of the instruction stream engine component.
    1
    cat /vendor/etc/instructionengine_version.txt
    

    The command output is the version information of the instruction stream engine component. An example is as follows:

    1
    2
    3
    4
    5
    Product Name: Kunpeng BoostKit
    Product Version: 23.0.0
    Component Name: BoostKit-instructionengine
    Component Version: 5.0.0
    Component AppendInfo: 11.0.0_r48