Select to view content in your preferred language

Number of running ArcSOCs

8844
9
Jump to solution
10-26-2014 02:23 AM
HaniDraidi
Frequent Contributor

Hello all,

Is there a way to count the running AcSOCs produced by ArcGIS for Server on the production machine?Clip_740.jpg

1 Solution

Accepted Solutions
PF1
by
Frequent Contributor

From Windows Command Line:

tasklist | find "ArcSOC.exe" /C

here is an example on one of my machines:

tasklist_arcsoc_count.png

View solution in original post

9 Replies
DavidColey
Honored Contributor

Do you mean other than manually counting the exes?  There's probably something in Windows commands that can produce a count for a certain processs...

HaniDraidi
Frequent Contributor

Yes David, I am asking about a tool that can count the ArcSOCs automatically not manually.

JakeSkinner
Esri Esteemed Contributor

Hi Hani,

Take a look at the ArcGIS System Monitor.  I believe you can do this with this tool.

DavidColey
Honored Contributor

This looks promising, thanks Jake.

0 Kudos
HaniDraidi
Frequent Contributor

Thank you very much Jake, I'll try it, it seems a great tool!

0 Kudos
DavidColey
Honored Contributor

Of course automatically, my apologies.

PF1
by
Frequent Contributor

From Windows Command Line:

tasklist | find "ArcSOC.exe" /C

here is an example on one of my machines:

tasklist_arcsoc_count.png

HaniDraidi
Frequent Contributor

Many thanks Patrick for your valuable reply and for the screenshot!

0 Kudos
berniejconnors
Frequent Contributor

There is a nice, short video from Esri Canada's GeoSnap series on counting ArcSOC.exe for Windows and Linux here - https://www.youtube.com/watch?v=hoCHBkNbIxY

They use the same method as provided by @PF1 

Learn how to optimize ArcGIS Server performance by effectively managing ArcSOC processes. Discover methods to count ArcSOCs on Windows and Linux, and gain insights into setting unpopular services to a shared pool. Technical Article: ...
0 Kudos