For example, run perf command on DUT, and get the perf.data with archive info; ``` cro3 perf record --dut $DUT --archive ``` And get a stat data. ``` cro3 perf stat --dut $DUT --options "-e cache-miss -a -- sleep 1" ```