<?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 Re: Creating Gauges for Current CPU in Dashboard in ArcGIS Monitor Questions</title>
    <link>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1402745#M1826</link>
    <description>&lt;P&gt;H&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/200636"&gt;@KevinRathgeber1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ...&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;shows the current CPU and Memory usage of all our ArcGIS Server and other hosts through gauges for CPU ... with the name of the machine beside the gauges&lt;/EM&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I'm not clear on how you're trying to set-up the data visualization. Can you please elaborate or provide a graphic? Sorry if I am missing something obvious.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2024 20:27:59 GMT</pubDate>
    <dc:creator>DerekLaw</dc:creator>
    <dc:date>2024-03-29T20:27:59Z</dc:date>
    <item>
      <title>Creating Gauges for Current CPU in Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1402284#M1825</link>
      <description>&lt;P&gt;I have just started exploring the ArcGIS Monitor API and have my first collection of Windows Hosts.&amp;nbsp; I am wanting to create a custom dashboard that shows the current CPU and Memory usage of all our ArcGIS Server and other hosts through gauges for CPU (not sure what I will use for Mem yet) with the name of the machine beside the gauges.&lt;BR /&gt;&lt;BR /&gt;I have enabled the Feature Service URL on the collection and added the data to Portal from a the URL.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I review the data I am seeing a few problems.&amp;nbsp; &amp;nbsp;The metric data is a history and I am not seeing a way in dashboard to grab the last value entered.&amp;nbsp; There is also no way to tie back to the name of the windows host without potentially hardcoding based on Component Id.&lt;BR /&gt;&lt;BR /&gt;Is what I would like to do impossible in Dashboard (without having to implement some extract of the data to a table using a script)?&lt;BR /&gt;&lt;BR /&gt;Do I need to instead look at PowerBI and talking to the Postgres DB directrly (Sure wish this was SQL database - that is another discussion though)&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 22:55:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1402284#M1825</guid>
      <dc:creator>KevinRathgeber1</dc:creator>
      <dc:date>2024-03-28T22:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Gauges for Current CPU in Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1402745#M1826</link>
      <description>&lt;P&gt;H&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/200636"&gt;@KevinRathgeber1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ...&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;shows the current CPU and Memory usage of all our ArcGIS Server and other hosts through gauges for CPU ... with the name of the machine beside the gauges&lt;/EM&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I'm not clear on how you're trying to set-up the data visualization. Can you please elaborate or provide a graphic? Sorry if I am missing something obvious.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 20:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1402745#M1826</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2024-03-29T20:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Gauges for Current CPU in Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1404699#M1827</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/200636"&gt;@KevinRathgeber1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You are correct: there is no out-of-the-box way to grab the last recorded value of a specific metric for gauge elements. However, there are a few different ways of approaching this. The configuration pictured below will display the maximum value of a metric in the past 10 minutes:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GeoJosh_0-1712073508057.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99769i46148060C32E0112/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GeoJosh_0-1712073508057.png" alt="GeoJosh_0-1712073508057.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Another option is to develop a data expression to extract information. See&lt;A href="https://community.esri.com/t5/arcgis-dashboards-questions/filter-data-based-on-most-recent-value-from/td-p/1218545" target="_self"&gt; this community thread&lt;/A&gt; for more information.&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 16:00:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1404699#M1827</guid>
      <dc:creator>GeoJosh</dc:creator>
      <dc:date>2024-04-02T16:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Gauges for Current CPU in Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1404931#M1828</link>
      <description>&lt;P&gt;I kind of like what you have indicated here, but that is the maximum value, not the most recent.&amp;nbsp; &amp;nbsp;Thinking this through I might be better to do an average over the last 5 or 10 minutes to kind of indicate the server has been doing because instant may not be a clear picture.&lt;BR /&gt;&lt;BR /&gt;I was starting to contemplate adding some views to the database and using Power BI instead directly against the DB.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 22:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1404931#M1828</guid>
      <dc:creator>KevinRathgeber1</dc:creator>
      <dc:date>2024-04-02T22:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Gauges for Current CPU in Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1411899#M1869</link>
      <description>&lt;P&gt;This is what I came up with so far.&amp;nbsp; Thanks for the help&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KevinRathgeber1_0-1713475243143.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101439iFCE153EE5D73612A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KevinRathgeber1_0-1713475243143.png" alt="KevinRathgeber1_0-1713475243143.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 21:21:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1411899#M1869</guid>
      <dc:creator>KevinRathgeber1</dc:creator>
      <dc:date>2024-04-18T21:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Gauges for Current CPU in Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1411900#M1870</link>
      <description>&lt;P&gt;One item of note.&amp;nbsp; I had to use Data Expressions or the data would not auto update.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 21:23:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-monitor-questions/creating-gauges-for-current-cpu-in-dashboard/m-p/1411900#M1870</guid>
      <dc:creator>KevinRathgeber1</dc:creator>
      <dc:date>2024-04-18T21:23:00Z</dc:date>
    </item>
  </channel>
</rss>

