Skip to main content
Announcements
Save $600 on Qlik Connect registration! Sign up by Dec. 6 to get an extra $100 off with code CYBERSAVE: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
Daniel_Larsson
Employee
Employee

Qlik Sense Enterprise Scalability Tools

Note: Our legacy performance testing offering can be found here: Qlik Sense Scalability Tools.

The Qlik Sense Enterprise Scalability Tools are used to create and run load and performance tests towards Qlik Sense Enterprise for Windows (QSEfW).

Included parts are:

  • Documentation on how to use the package
  • Command line tool for Windows, Mac and Linux. This command line tool (gopherciser) is open source and can be found here .
  • GUI for Windows, Mac and Linux.

Downloadable files can be found here:
📎 Qlik Sense Enterprise Scalability Tools 


Qlik Sense documents to help analyze result and log files can be found here :https://community.qlik.com/docs/DOC-15451

Change log

v1.13.0

  • Gopherciser v0.18.7 -> v0.20.1
    • QSEoW Nov24 support
    • Support sn-tabbed-container object
    • Openapp changed for Nov24 api compliance
    • New default websocket reconnect backoff pattern
    • Bugfixes

v1.12.0

  • Updated scheduler
  • Gopherciser v0.18.5 - v0.18.7
    • performance enhancements
    • new action stepdimension

v1.11.0 - v1.11.1

  • Gopherciser v0.17.26 - v0.18.5
    • QSEoW Nov24 support
    • Support sn-tabbed-container object
      * Openapp changed for Nov24 api compliance
      * New default websocket reconnect backoff pattern
      * Bugfixes

v1.10.2 - v1.11.0

  • Support for Feb 2024 Sense release
  • Gopherciser v0.17.21 -> v0.17.26
    • Bugfixes
    • Report sub hypercube errors as errors instead of warnings (unless calculation condition)

v1.10.1 - v1.10.2

  • Rebranded with new Qlik Logo

v1.10.0 - v1.10.1

  • Gopherciser v0.17.7 -> v0.17.21
    • Added support for layout container object
    • Added support for new pivot table
    • Added support for sn-text object
    • Added support for sn-table object
    • Added support for sn-shape object
    • Added hyper cube sub-errors as warnings (These warnings will become errors in v1.11.0)

v1.9.0 - v1.10.0

  • Gopherciser v0.17.7 -> v0.17.11
    • Open Hub Api compliance August 2023 release
    • Open App Api compliance August 2023 release

 

Your use of Qlik Sense Enterprise Scalability Tools will be subject to the same license agreement between you and Qlik for your Qlik Sense License. Qlik does not provide maintenance and support services for the Qlik Sense Enterprise Scalability Tools, however please check QlikCommunity for additional information on use of these products.

Labels (2)
113 Replies
diagonjope
Partner - Creator III
Partner - Creator III

Greetings @Daniel_Larsson !

It seems that the download link for the Qlik Sense Enterprise Scalability files expired again (https://qliktechnologies365.sharepoint.com/:f:/s/ScalabilityLab/Eodm95Sn7K5PsXFG-iZjQF0BhO1eM59v9LW2...). 

Are these files still available for download?

Please advise.

Cheers,

++José

Daniel_Larsson
Employee
Employee
Author

Thank you,
I extended it fully again, should work now again

diagonjope
Partner - Creator III
Partner - Creator III

Thank you @Daniel_Larsson !

BuTbka
Creator II
Creator II

Hi!
When I try to start execution I get an error:
"Connection to scheduler failed: failed to read JSON message: failed to read: use of closed network connection"

In the log:

Spoiler
[2024-11-28 23:03:31.299] [info] executing binary: C:\Program Files\qsest\Qlik Sense Enterprise Scalability Tools\resources/qsest-scheduler/scheduler.exe
[2024-11-28 23:03:32.221] [info] failed to WebSocket dial "ws://127.0.0.1:6263": use of closed network connection
[2024-11-28 23:03:35.240] [info] failed to read JSON message: failed to read: use of closed network connection
[2024-11-28 23:03:36.229] [info] failed to write JSON message: failed to marshal JSON: failed to write: use of closed network connection
[2024-11-28 23:03:48.933] [info] child process exited with code 0
[2024-11-28 23:03:48.934] [info] temp sequence file deleted: C:\Users\user\Desktop/.temporary_execution.sequence.temp

 Tried to turn off firewall but no luck

Daniel_Larsson
Employee
Employee
Author

Windows sometimes decides to block the downloaded zip which can make the underlying exe not being able to execute, when using windows built-in unzip functionalit,  unless unblocking zipped package first (properties -> unblock). Can you see if that's the case for your downloaded zip and unblock, before unzipping the tool?

Daniel_Larsson_0-1732868139271.png

 

BuTbka
Creator II
Creator II

I have successfully extracted, installed and run this software.
I can run "Connect and populate application structures" and configure the script, but when I try to execute the script, I get errors.
I also tried disabling the firewall and antivirus

 

Daniel_Larsson
Employee
Employee
Author

unfortunately when the the zip is "blocked", unzipping, installing and starting the program will still (seemingly) "work", but the underlying executables will be blocked from running, so please check if the zip you downloaded has the "unblock" checkbox, if it does this likely the problem. If so, uninstall, unblock the zip, unzip and reinstall. It will not be a problem if unzip is done with e.g. 7zip, only microsoft built-in unzip.  (and still yes, windows will not complain when unzipping and installing, or even running it despite them putting the "block" on it). As this is the most common issue, and many get confused since it works "halfway", I want to be 100% this is not it before trying to identify any other issue.

BuTbka
Creator II
Creator II

No, there is no such checkbox. Also tried command from here

BuTbka_0-1732886778004.png

I also tried to run it manually
gopherciser work well
but scheduler fail

BuTbka_1-1732887426804.png
The same error like in the main app log.

Daniel_Larsson
Employee
Employee
Author

hmm ok, hmm from commandline it looks like scheduler part works, but fails to execute the gopherciser (I'm assuming here it's gopherciser script in event 0). Just had two different persons try downloading from shared folder and executing a simple script on 2 different windows, and report success, so can eliminate something getting corrupt somehow in release process or upload.

Also, I assume same script works in earlier version, so it's an issue with latest version only? (as I see you have some of those)

Daniel_Larsson
Employee
Employee
Author

from command line requires pointing to gopherciser though, see that's missing,
can you try adding
-g gopherciser.exe
when executing the scheduler? (adding path if it's not in your working directory)
if this works at least we can eliminate the scheduler itself, in that case it's an issue connecting GUI to exe