<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Logging Service Instances In Use in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/logging-service-instances-in-use/m-p/177493#M6993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;V 10.3.1 ArcGIS Server Windows 2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a geocoding service and a map service that are used to geo-verify addresses and return 9-1-1 response information respectively.&amp;nbsp; We've been receiving complaints of slow address verification from dispatchers, so I&amp;nbsp; turned up the pooling from 2min/4max to 5min/8max a few minutes ago.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking at the services now in ArcCatalog, and each show 5 instances running, but zero instances in use.&amp;nbsp; Is there a way to monitor and/or log when instances are actually used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 May 2017 17:04:00 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2017-05-16T17:04:00Z</dc:date>
    <item>
      <title>Logging Service Instances In Use</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/logging-service-instances-in-use/m-p/177493#M6993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;V 10.3.1 ArcGIS Server Windows 2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a geocoding service and a map service that are used to geo-verify addresses and return 9-1-1 response information respectively.&amp;nbsp; We've been receiving complaints of slow address verification from dispatchers, so I&amp;nbsp; turned up the pooling from 2min/4max to 5min/8max a few minutes ago.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking at the services now in ArcCatalog, and each show 5 instances running, but zero instances in use.&amp;nbsp; Is there a way to monitor and/or log when instances are actually used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 17:04:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/logging-service-instances-in-use/m-p/177493#M6993</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-05-16T17:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Service Instances In Use</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/logging-service-instances-in-use/m-p/177494#M6994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use&amp;nbsp;&lt;A class="link-titled" href="http://server.arcgis.com/en/server/latest/administer/windows/working-with-server-statistics.htm" title="http://server.arcgis.com/en/server/latest/administer/windows/working-with-server-statistics.htm"&gt;Working with server statistics—ArcGIS Server Administration (Windows) | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the available statistics you will find:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;Maximum running instances—Maximum number of instances running for a particular service over a given time frame.&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other alternative would be to use ArcGIS System Monitor, which is at version 3 at this moment, but that would normally involve professional services of Esri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 17:50:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/logging-service-instances-in-use/m-p/177494#M6994</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-05-16T17:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Service Instances In Use</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/logging-service-instances-in-use/m-p/177495#M6995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing to know about, if you don't already, ArcGIS Server has a stats page you can access:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Login as admin&lt;/P&gt;&lt;P&gt;-&amp;gt; Logs&lt;/P&gt;&lt;P&gt;-&amp;gt; Statistics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/351463_pastedImage_1.png" style="width: 620px; height: 336px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, you can check for timed-out requests in addition to total requests, by service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as your original question, you could roll your own, through something like a PowerShell or Python script... essentially, you'd create an http request every so often to evaluate responsiveness. You could send an e-mail if it were to time-out or become unavailable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something else to check-out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;System log Parser&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.arcgis.com/home/item.html?id=90134fb0f1c148a48c65319287dde2f7" title="https://www.arcgis.com/home/item.html?id=90134fb0f1c148a48c65319287dde2f7"&gt;https://www.arcgis.com/home/item.html?id=90134fb0f1c148a48c65319287dde2f7&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;System Monitor&amp;nbsp;&lt;/STRONG&gt;(contains link to new version)&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.arcgis.com/home/item.html?id=848f48b0f88e4de7a036377197453efe" title="http://www.arcgis.com/home/item.html?id=848f48b0f88e4de7a036377197453efe"&gt;http://www.arcgis.com/home/item.html?id=848f48b0f88e4de7a036377197453efe&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 17:57:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/logging-service-instances-in-use/m-p/177495#M6995</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2017-05-16T17:57:36Z</dc:date>
    </item>
  </channel>
</rss>

