Select to view content in your preferred language

Number of running ArcSOCs

8554
9
Jump to solution
10-26-2014 02:23 AM
HaniDraidi
Occasional Contributor II

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
Occasional Contributor II

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
Frequent 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
Occasional Contributor II

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
Frequent Contributor

This looks promising, thanks Jake.

0 Kudos
HaniDraidi
Occasional Contributor II

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

0 Kudos
DavidColey
Frequent Contributor

Of course automatically, my apologies.

PF1
by
Occasional Contributor II

From Windows Command Line:

tasklist | find "ArcSOC.exe" /C

here is an example on one of my machines:

tasklist_arcsoc_count.png

HaniDraidi
Occasional Contributor II

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

0 Kudos
berniejconnors
Regular 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. 0:00 - Intro 0:29 - Counting ArcSOCs on Windows 0:52 - Counting ArcSOCs on Linux ...
0 Kudos