Installation and Deployment
Software Requirements
- OS: openEuler 23.09
Hardware Requirements
- x86_64 architecture
Environment Preparation
Install openEuler by referring to Installation Guide
CTinspector installation requires root permissions.
CTinspector Installation
- Install the CTinspector framework software package.
shell
yum install ctinspector
- Check whether the installation is successful. If the corresponding software package is displayed in the output, the installation is successful.
shell
rpm -q ctinspector
- Check whether the core dynamic library libebpf_vm_executor.so or main program vm_test is installed.
shell
rpm -ql ctinspector
/usr/bin/vm_test
/usr/include/ctinspector/ebpf_vm_functions.h
/usr/include/ctinspector/ebpf_vm_simulator.h
/usr/include/ctinspector/ebpf_vm_transport_rdma.h
/usr/include/ctinspector/list.h
/usr/include/ctinspector/ub_list.h
/usr/lib64/libebpf_vm_executor.so
Bug