Edge Video Infrastructure (EVI) KPI Test User Guide
Prerequisites
Get the necessary tools:
Ask an Intel support representative for help.
cd ~ && tar xzf kpi-test-tools.tar.gz export PATH=$HOME/bin:$PATH
For offline deployment, you need to run following commands before each installation:
export EVI_helmRepoName=local export EVI_helmRepoAddress=http://localhost:9080
Check turbo is on:
cat /sys/devices/system/cpu/intel_pstate/no_turbo
# 0 means on
Set environment variables to simplify the instuctions:
# make sure the current directory is the extraced EVI release package pkgdir=$(pwd) pkgbin=Intelligent_Traffic_Searching.py
Increase inotify user instances to avoid error when executing
sudo sysctl -w fs.inotify.max_user_instances=8192