The Architecture Practice team in Professional Services is pleased to announce a new series leading up to the Esri User Conference. We will be highlighting various tools and best practices for ArcGIS Enterprise implementation and tuning.
System design and architecture can some times feel daunting. As an ArcGIS Enterprise or ArcGIS Server administrator, you may occasionally be faced with decisions for how to best optimize the services within your site for performance, reduce wait-times, and eliminate service down times.
Note: The contents presented above are recommendations that will typically improve performance for many scenarios. However, in some cases, these recommendations may not produce better performance results, in which case, additional performance testing and system configuration modifications may be needed.
Implementing ArcGIS ArcGIS Monitor ArcGIS Enterprise Geodatabase
Hi David,
In relation to ArcGIS Monitor - does this create stats down to the layer level, or just to the service level?
Cheers,
Mark
Hi Mark,
layer level stats are captured if the client requested at that level rather than at the service level.
So, for requests at layer level for a feature enabled map service, the calls are captured in the server logs.
The other trap is that, because Hosted Services are not serviced by an ArcSOC.exe, they do not get logged in the ArcGIS Server logs.
To get stats for Hosted Services, you need to query the Web Adaptor or Load Balancer/Reverse Proxy logs
and Monitor will show what you configure it to retrieve from the available inputs
Hi all,
I'm using System Log Parser and I'm looking for low use services that I can change to Shared Instances. Documentation says 'for most deployments this is fewer than one service request per minute on average'. So can I find average requests per minute per service in the System Log Parser output? To find values significantly below 1? If it's there I'm overlooking it.
Thank you!
@DannyKrouk or others, I am using the egdbhealth tool. The perf_StaleDbStats tab continually tells me "Warning: No statistics update information available. Review statistics updating procedures." for several a and D tables.
I have run the ArcGIS Pro tool Analyze Datasets as the data owner on those datasets, checking Base Tables, Delta Tables, and Archive Tables. Our DBA also runs Update Statistics using this script weekly: https://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html but neither of those is catching these particular a and D tables.
Any ideas?