Select to view content in your preferred language

How to get ArcSOCs used against each service Using ArcGIS Monitor 2023.2

737
4
Jump to solution
08-05-2024 07:19 AM
NaveenK
Occasional Contributor

Is it possible to create an expression to get ArcSOCs in-use/used against each service on an ArcGIS Server Host. Can you please let me know how to achieve this?

0 Kudos
1 Solution

Accepted Solutions
DerekLaw
Esri Esteemed Contributor

Hi @NaveenK,

Please review this blog, 5 Useful ArcGIS Server Analysis Elements in ArcGIS Monitor 
(please see element #3)

Hope this helps,

View solution in original post

0 Kudos
4 Replies
DerekLaw
Esri Esteemed Contributor

Hi @NaveenK,

Please review this blog, 5 Useful ArcGIS Server Analysis Elements in ArcGIS Monitor 
(please see element #3)

Hope this helps,

0 Kudos
AndrewSakowicz
Esri Contributor

@NaveenK , to add to @DerekLaw , note the difference between

Metrics reference—ArcGIS Monitor | Documentation

Process instances, which is the number of arcsoc.exe running at the collection time (e.g. every 1 min):

AndrewSakowicz_0-1722892271027.png

and

ArcGIS Service Instances used, which is an average over collection interval, e.g. 5 min.

AndrewSakowicz_1-1722892352410.png

It is expected these numbers will be different.

NaveenK
Occasional Contributor

Thank you. 

0 Kudos
SaurabhUpadhyaya
Frequent Contributor

Hello Everyone,

I need guidance on ArcGIS Enterprise 11.1 capacity planning with Postgres RDS as the backend.

Scenario:

  • Services Published:

    1. Feature Service (Min Instances: 2, Max Instances: 5)
    2. Map Service
    3. Geoprocessing Service
  • Data:

    • ~2 million point features stored in Postgres RDS.
    • Each team will load ~2000 point features at a time through the ArcGIS JS API application.
  • Application Functionalities:

    • Load filtered point features per team.
    • Search and buffer operations.
    • Export to PDF.

Question:
How many concurrent users can a single ArcGIS Server support under this setup?

Would appreciate any insights on capacity planning and optimization strategies.

Thanks in advance!

0 Kudos