Python script - alantang888/VMware-IO-Analyzer-Management-Tools GitHub Wiki
Requirement
-
Install ActivePython 2.7 you can download at here (Or other Python 2.7 are OK.) on VMware I/O Analyzer
-
Install requests and futures Python package
/opt/ActivePython-2.7/bin/pip install requests futures
Config
-
ioTestSchedulerSubmit.py:
Edit SERVER_PROFILE_REQUEST_LINK, change 192.168.153.181:8000 to Django project web's URL and port. If the connection is over Internet, use HTTPS instead of HTTP is preferred.
-
ioTestResultChecker.py:
Edit UPLOAD_JSON_RESULT_URL, same as above.