Ask our Experts
Didn't find what you are looking for? Ask our experts!
Launch of Consumer/Home Owner registration process! We are pleased to announce the commencement of the Consumer/Home Owner Registration Process on Community. Consumers/Home Owners may now proceed to register by clicking on Login/Register. The process is straightforward and designed to be completed in just a few steps.
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-07-21 07:42 PM . Last Modified: 2023-05-02 11:54 PM
Hi, we've been working on an application that uses the DDK to read data out of Geo SCADA.
It is based on @sbeadle example project Data Feeder Engine. It is working very well and can pull large amounts of data very quickly. We don't want to overwork Geo SCADA though, (it is easy to adjust how much time it reads and how long it then rests), is there a "recommend" maximum Disk Lock Time percentage (or other metric) that we can tune to?
From the log:
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-07-22 12:39 AM
40% is the general rule of thumb target, but you can certainly go higher if the types of locks aren't blocking other access to the database for extended periods of time.
That 65% is total lock time, not just reads. So long as it's mostly short reads that can be released(and if it is mostly your data feeder then it probably is), 65% is probably fine, because you aren't blocking other reads and writes can jump in when they need to. So long as you aren't seeing performance issues on your ViewX clients, I wouldn't worry too much about it.
It's worth having a look at the database locks breakdowns in server status, that will tell you if there's anything worth improving. Look for the highest % and longest individual locks, especially write locks.
Ideally no individual lock should be longer than 1s, and anything longer than 30s can start to disconnect clients, partners and drivers.
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.