Skip to main content
Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY
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)
114 Replies
BuTbka
Creator II
Creator II

I tried 1.11.1, 1.12.0 and 1.13.0.
1.11.1 and 1.12.0 - same error
1.13.0 - error in "Connecting and filling application structures" on QSEoW Feb 2024

Daniel_Larsson
Employee
Employee
Author

ah yes 1.13.0 might not work towards older version of Sense, it was just release in tandem with QSEoW Nov 2024 release, and some api's changed. Versions before that should work though, and If it's QSEoW Feb 2024, then v1.11.0 should definitely work as that's the version released at same time. 

Please try the scheduler from command line with the -g though as per previous post, so we can narrow down where the issue is.

BuTbka
Creator II
Creator II

Now it works from the command line

BuTbka_0-1732897410996.png

But from GUI the same error.
BuTbka_1-1732897483324.png
and in the log

Spoiler
[2024-11-29 19:24:30.653] [info] executing binary: C:\Program Files\Qlik\Sense\Qlik Sense Enterprise Scalability Tools\resources/qsest-scheduler/scheduler.exe
[2024-11-29 19:24:30.704] [info] failed to WebSocket dial "ws://127.0.0.1:6263": use of closed network connection
[2024-11-29 19:24:33.702] [info] failed to read JSON message: failed to read: use of closed network connection
[2024-11-29 19:24:34.687] [info] failed to write JSON message: failed to marshal JSON: failed to write: use of closed network connection
[2024-11-29 19:24:46.691] [info] child process exited with code 0
[2024-11-29 19:24:46.692] [info] temp sequence file deleted: C:\Users\user\Desktop/.temporary_execution.sequence.temp





 

Daniel_Larsson
Employee
Employee
Author

Ok so we reduced it to be an issue between GUI and scheduler.exe

I had a look at the code and it seems port 6263 is fixed. Can you have a look if this is already occupied by something else. On windows could be done with something like (in cmd):

netstat -ano|find ":6263"

BuTbka
Creator II
Creator II

No, nothing

BuTbka_0-1734354131566.png