Hello all,
Is there a way to count the running AcSOCs produced by ArcGIS for Server on the production machine?
Solved! Go to Solution.
From Windows Command Line:
tasklist | find "ArcSOC.exe" /C
here is an example on one of my machines:
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...
Yes David, I am asking about a tool that can count the ArcSOCs automatically not manually.
Hi Hani,
Take a look at the ArcGIS System Monitor. I believe you can do this with this tool.
This looks promising, thanks Jake.
Thank you very much Jake, I'll try it, it seems a great tool!
Of course automatically, my apologies.
From Windows Command Line:
tasklist | find "ArcSOC.exe" /C
here is an example on one of my machines:
Many thanks Patrick for your valuable reply and for the screenshot!
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