Number of running ArcSOCs

8186
8
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

8 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