You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
6.5 KiB

<dashboard script="DA-ITSI-APPSERVER-Application_Server_View.js"
stylesheet="DA-ITSI-APPSERVER-Application_Server_View.css"
isVisible="False"
version="1.1">
<label>Application Server Details</label>
<row>
<panel>
<viz type="SA-ITSI-CustomModuleViz.entity_info_header">
<option name="link.visible">false</option>
<option name="refresh.time.visible">false</option>
<search>
<query>| savedsearch DA-ITSI-APPSERVER-ApplicationServerInstance_Inventory application_server="$application_server$"</query>
<earliest>-6h</earliest>
<latest>now</latest>
</search>
</viz>
<viz type="SA-ITSI-CustomModuleViz.mini_chart">
<option name="SA-ITSI-CustomModuleViz.mini_chart.id">appserver-memory-heap-free</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.title">Memory Heap Free (%)</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.subtitleField">_stats</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.chartType">area</option>
<search>
<query>| savedsearch DA-ITSI-APPSERVER-Context_Chart_Heap_Free_Percentage application_server="$application_server$"</query>
<earliest>$earliest$</earliest>
<latest>$latest$</latest>
</search>
</viz>
<viz type="SA-ITSI-CustomModuleViz.mini_chart">
<option name="SA-ITSI-CustomModuleViz.mini_chart.id">appserver-cpu-util</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.title">CPU Utilization (%)</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.subtitleField">_stats</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.chartType">area</option>
<search>
<query>| savedsearch DA-ITSI-APPSERVER-Context_Chart_CPU_Utilization_Percentage application_server="$application_server$"</query>
<earliest>$earliest$</earliest>
<latest>$latest$</latest>
</search>
</viz>
<viz type="SA-ITSI-CustomModuleViz.mini_chart">
<option name="SA-ITSI-CustomModuleViz.mini_chart.id">appserver-available-threads-count</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.title">Available Threads (%)</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.subtitleField">_stats</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.chartType">area</option>
<search>
<query>|| savedsearch DA-ITSI-APPSERVER-Context_Chart_Available_Threads_Percentage application_server="$application_server$"</query>
<earliest>$earliest$</earliest>
<latest>$latest$</latest>
</search>
</viz>
<viz type="SA-ITSI-CustomModuleViz.mini_chart">
<option name="SA-ITSI-CustomModuleViz.mini_chart.id">appserver-error-rate</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.title">4XX/5XX Error (%)</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.subtitleField">_stats</option>
<option name="SA-ITSI-CustomModuleViz.mini_chart.chartType">area</option>
<search>
<query>| savedsearch DA-ITSI-APPSERVER-Context_Chart_Error_Code_Percentage application_server="$application_server$"</query>
<earliest>$earliest$</earliest>
<latest>$latest$</latest>
</search>
</viz>
</panel>
</row>
<row id="tabs">
<panel id="tabs_panel">
<viz type="SA-ITSI-CustomModuleViz.tab_viz">
<option name="link.visible">false</option>
<option name="refresh.time.visible">false</option>
<search>
<query>|noop | stats count</query>
</search>
</viz>
</panel>
</row>
<row depends="$control_overview$">
<panel ref="overview_runtime_heap_used" app="DA-ITSI-APPSERVER"></panel>
<panel ref="overview_web_response_codes_by_type" app="DA-ITSI-APPSERVER"></panel>
</row>
<row depends="$control_overview$">
<panel ref="overview_runtime_cpu_utilization" app="DA-ITSI-APPSERVER"></panel>
<panel ref="overview_web_request_count" app="DA-ITSI-APPSERVER"></panel>
</row>
<row depends="$control_runtime$">
<panel ref="runtime_heap_free_percentage" app="DA-ITSI-APPSERVER"></panel>
<panel ref="runtime_heap_used" app="DA-ITSI-APPSERVER"></panel>
<panel ref="runtime_heap_size" app="DA-ITSI-APPSERVER"></panel>
</row>
<row depends="$control_runtime$">
<panel ref="runtime_perm_gen_used" app="DA-ITSI-APPSERVER"></panel>
<panel ref="runtime_active_threads_count" app="DA-ITSI-APPSERVER"></panel>
</row>
<row depends="$control_runtime$">
<panel ref="runtime_hung_threads_count" app="DA-ITSI-APPSERVER"></panel>
<panel ref="runtime_available_threads_count_percentage" app="DA-ITSI-APPSERVER"></panel>
</row>
<row depends="$control_runtime$">
<panel ref="runtime_garbage_collection_time" app="DA-ITSI-APPSERVER"></panel>
<panel ref="runtime_garbage_collection_count" app="DA-ITSI-APPSERVER"></panel>
</row>
<row depends="$control_web$">
<panel ref="web_active_sessions_count" app="DA-ITSI-APPSERVER"></panel>
<panel ref="web_response_time_by_time" app="DA-ITSI-APPSERVER"></panel>
</row>
<row depends="$control_web$">
<panel ref="web_response_codes_by_type" app="DA-ITSI-APPSERVER"></panel>
<panel ref="web_failed_client_transactions" app="DA-ITSI-APPSERVER"></panel>
</row>
<row depends="$control_web$">
<panel ref="web_request_count" app="DA-ITSI-APPSERVER"></panel>
</row>
<row depends="$control_cpu_mem$">
<panel ref="runtime_memory_pool_size" app="DA-ITSI-APPSERVER"></panel>
<panel ref="runtime_memory_used" app="DA-ITSI-APPSERVER"></panel>
</row>
<row depends="$control_cpu_mem$">
<panel ref="runtime_cpu_utilization" app="DA-ITSI-APPSERVER"></panel>
</row>
<row depends="$control_splunk_events$">
<panel ref="splunk_events" app="DA-ITSI-APPSERVER"></panel>
</row>
</dashboard>