Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Tutorials
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • DataMiner Insights
      • Security
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Slow SLNet – 15s to connect?

Solved292 views9th April 2025adl2099 SLNet SLNet service slow connection
2
Alberto De Luca [DevOps Enabler]4.58K 5th February 2025 0 Comments

Hi Dojo,

While checking CUBE logging I've found a time measurement in ms: it seems to take more than 15s to connect to the SLNet service on the DMA - if so, any hints on how I can possibly shorten this time?

Ping time is well under 200ms:

Thanks

#EDIT# adding more screenshots (only removing IP details)

1. This shows the client-server connection takes longer than 20s,
despite a minimal (almost) null latency at network layer (18ms for the RTT):

2. This has the "debug" lines as suggested in the first answer.

At times, we experience 30+ seconds even when launching CUBE directly on local host:


Alberto De Luca [DevOps Enabler] Selected answer as best 9th April 2025

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
4
Pieter Van Compernolle [SLC] [DevOps Enabler]3.20K Posted 5th February 2025 7 Comments

Hi Alberto,

By enabling the checkbox on top '[x] Show debug logging', you can see more details. Here's a screenshot from my connection and I highlighted the key parts:

The bottom part (in my case 13sec) is the time it takes to authenticate (includes protobuf initialization in case that's enabled (by default it is)).

Then I have 1.4 sec to retrieve some of the initial data (like the views, elements, etc)

And another 1.4 sec to process that.

In between there is also some UI initialization, potentially extra initial requests and I end up at 21sec to connect.

Can you share the measures of your connection? Then we can see where the 15sec go into.

--- Addendum slcientclienttest - noprotofuf - see comments vv --

Alberto De Luca [DevOps Enabler] Selected answer as best 9th April 2025
Alberto De Luca [DevOps Enabler] commented 11th February 2025

Thanks, Pieter
Will edit the question to add more info from the debug logging

What I can see is that even in your case it takes longer than 20s to connect:
is that expected?

Alberto De Luca [DevOps Enabler] commented 11th February 2025

Details added in the edit – I'm quite surprised to see a huge delay even when opening CUBE on the local host – any hint on how to achieve a faster SLNet connection?

Thanks

Pieter Van Compernolle [SLC] [DevOps Enabler] commented 11th February 2025

Thx for sharing more details Alberto.

'Connecting' includes more or less three parts:
1. Authentication
2. Requesting initial data
3. Initializing the UI (processing the initial data, initializing model layer, generating the UI, …)

We are aware that the Authentication part includes a 'protobuf initialization' which takes a significant part and that can be prevented via a setting. That results in slower communication on some types of messages (mainly SRM related). We can experiment with that on your staging to see how much you like that.
The Initial data upon connecting can be quite extensive. It includes all your view info, your element info, service info, user settings, … The time includes serialization (server) and deserialization (client) of all the objects so it's definitely more than sending over the wire. We've done some small improvements in recent Cube version wrt interface data, so a recent Cube version can show some improvements here. What Cube version are you using?
The last part, the UI initialization, can depend on your initial open cards, alarm console tab pages, etc In your user settings you can for example configure to save your open cards, so that they are loaded again upon new connections. But you can also choose to start from a clean workspace. Same for alarm console tabpages, the ones based on active alarms are reopened in new connections.

Finally, a connection time from 15 to 35 seconds is rather common I believe (not claiming it's good and that we should not aim for better 😉 ). Better, faster, cheaper is what we all want to achieve, right?
I read that you are surprised to see this delay, which make me believe it used to be faster on your side… is that the case? Do you believe the connection was faster in a past version maybe?

Alberto De Luca [DevOps Enabler] commented 13th February 2025

Thanks for the thorough feedback, Pieter – much appreciated!

No SRM in this environment, so if any settings can be recommended to expedite the load-up of the CUBE UI, I'd be keen to experiment these in staging with our support squad.

Version wise, currently using the following:
—————
Server version : 10.3.0.0-13184 (10.3.0 CU5)
Client version : 10.3.2243.13316-c0f46547
Launcher version : 10.4.2413.720-1c47f2f3
—————

I get it now, so depending on the saved cards in my last session I could experience longer or shorter times to initialize my CUBE connection.

I was surprised at first as 15s looks quite long, but indeed you were getting 20s and later on it took me 30s to establish CUBE connection: the reason was also in the fact that when using the "Monitoring" app from the "cloud-connected" DMA, I land on the UI in less than 2-3s – then the data loading keeps happening in the background.

My first test above was with CUBE desktop app running on a client –> 15s;
My second check was with CUBE desktop app running locally on the DMA (127.0.0.1) –>30s

So maybe that DMA has some more cards cached locally for my user.

Pieter Van Compernolle [SLC] [DevOps Enabler] commented 14th February 2025

Hi Alberto,
In that sense the Monitoring app is indeed much more lightweight (and also limited in capabilities) and there are indeed opportunities in Cube to improve in that sense.

I have two suggestions for you that can impact the connection time at your system.
1. Use a more recent Cube version (preferably the latest, but 10.4.12 or higher should already have some impact, depending on the type of elements you have) – (When having internet access on your clients, by default, you should be updated automatically to the latest Cube version)
2. Experiment with disabling protobuf. Warning, this will give a faster authentication step, but can result in some slower data loading at some point (mainly SRM related data).
The easiest experiment you can do here is connecting via slnetclienttest.exe. Not sure if you are familiar with that test client? You can run it on every agent via the DataMiner systray icon context menu > Launch > Tools > Client test.
In the connect window (I'll add a screenshot in my main reply), you find a list of attributes on the right hand side. One of the attributes is 'NoProBufSerialization'. If you connect with or without that option, you should be able to see the difference. Be aware that you'll have to restart the test tool to see an effect, because it's only the first time that you'll notice the delay with protobufSerialization. If you want to disable the protobufserialization for all connections (so also Cube), you can use this softlaunchoption: <ProtoBufSerialization>false</ProtoBufSerialization> (https://docs.dataminer.services/user-guide/Reference/Soft-launch_options/SoftLaunchOptions.html). If you can try this on your staging system and share the results, we can discuss the next steps.

Show 2 more comments
You are viewing 1 out of 1 answers, click here to view all answers.
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas

Recent questions

How to implement bearer token refresh? 0 Answers | 0 Votes
Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (109) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (152) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin