Failed to Obtain the Measurement Metrics When Opening the Test Result File
Symptom
When the test result file is opened, the system displays a message indicating that the measurement metrics of the file cannot be obtained. The details are as follows:
Failed to obtain stable measurement within10 measurement windows for concurrency 20.Please try to increase the- -measurement-interval. Failed to obtain stable measurement

Key Process and Cause Analysis
None
Conclusion and Solution
- Go to the directory where ModelZoo is stored.
1cd /path/to/modelzoo
- Open the inference_throughput_test.py test file.
1vi inference_throughput_test.py - Press i to enter the insert mode and adjust the settings of concurrency and batch in lines 210 and 211. In concurrency, the three numbers in each group indicate the start concurrent requests, final concurrent requests, and steps in sequence.

- Press Esc, type :wq!, and press Enter to save the file and exit.
Parent topic: Troubleshooting