This repository is maintained by Qlik Customer First. It includes scripts and instructions on how to perform speed tests to a Qlik Cloud tenant.
- Download Create-Fake-Data-File.ps1 to the server where the upload speed needs to be measured
- Open PowerShell and change directories to the folder where the script in the previous step was downloaded/copied to.
- Run the command below. 3 files should be created, a 5GB file, a 10GB file, and a 20GB file with a QVD extension.
.\Create-Fake-Data-File.ps1 -Sizes 5120,10240,20480
- Please note that these are not real QVD files meaning that they cannot be loaded in a Qlik Sense app. They are intended to prevent network compression and produce consistent upload results.
- Open a browser, the latest version of Edge or Chrome is recommended.
- Log in to your Qlik Cloud tenant and go to the Analytics .Home
- Open Developer Tools to start collecting a HAR file.
- Upload the 5GB, 10GB, and 20GB files at least 2 times each.
- Export the HAR file.
- If you are working with Qlik Product Support, then upload the HAR file to your support case folder OR follow Step-2 to process results
- Download jq cmdlet using any windows package manager e.g. Chocolatey
- Download "calc-qcs-upload-time.jq" to the server where the upload speed needs to be measured
- Open PowerShell and change directories to the folder where the script in the previous step was downloaded/copied to.
- Run the command below
gc .\<har file> | jq -f C:\<directory>\calc-qcs-upload-time.jq
This project is provided "AS IS", without any warranty, under the MIT License - see the LICENSE file for details