UAT
$Prefixhost$_Basesearch($HostName$) | fields *
$TimeSpan.earliest$
$TimeSpan.latest$
<query>`$Prefixhost$_Process($HostName$)` instance=$instance$ | fields *</query>
<earliest>$TimeSpan.earliest$</earliest>
<latest>$TimeSpan.latest$</latest>
<input type="radio" searchWhenChanged="true" token="Enter SID/HostName">
HostName
SID
$SID$
$HostName$
$HostName$
$SID$
Enter Hostname (click away):
UA
Clone_GSO
Clone_GSO
Clone_GSO
Clone_GSO
Clone_GSO
Enter SID (click away):
Select Time Window
-4h@m
now
Select Timechart Span:
Select a Span from dropdown to set chart resolution.
Search by Hostname:
Click on a row of "SID to Host Lookup" for Perfmon statistics
Select Timechart Span:
1 Minute
5 Minutes
10 Minutes
15 Minutes
30 Minutes
60 Minutes
5m
5m
Advanced Debug
Enable
</panel>
<panel >
<title>SID to Host Lookup</title>
<table depends="$SID$">
<search >
<query>source=User_activity_stats index=wks_summary sourcetype="user_activity_stats" SID=$SID$ | convert auto(Last_Reported) auto(First_Reported) | table orig_host SID First_Reported Last_Reported _time | dedup SID orig_host sortby -Last_Reported | sort -Last_Reported | convert ctime(First_Reported) ctime(Last_Reported)| rename orig_host as HostName</query>
<earliest>-30d@d</earliest>
<latest>@d</latest>
</search>
<option name="wrap">true</option>
<option name="rowNumbers">true</option>
<option name="dataOverlayMode">none</option>
<drilldown>
<set token="HostName" >$row.HostName$</set>
<fieldset autoRun="true" submitButton="false">
<change>
<condition match="match('row.value',"^CH.*")">
<set token="Prefixhost">UA</set>
</condition>
<condition match="match('row.value',"^V\d{1,2}\d\d.*")">
<set token="Prefixhost">Clone_GSO</set>
</condition>
<condition match="match('row.value',"L.*")">
<set token="Prefixhost">Clone_GSO</set>
</condition>
<condition match="match('row.value',"ATC.*")">
<set token="Prefixhost">Clone_GSO</set>
</condition>
<condition match="match('row.value',"\dCP.*")">
<set token="Prefixhost">Clone_GSO</set>
</condition>
<condition match="match('row.value',"W.*")">
<set token="Prefixhost">Clone_GSO</set>
</condition>
</change>
</fieldset>
<option name="drilldown">row</option>
<option name="count">20</option>
</drilldown>
</table>
</panel>
</row>
<row depends="$HostName$">
<panel>
<title>CPU Utilization</title>
<chart id="link1">
<title>OverAll</title>
<search base="Overview_Data" >
<query> | timechart span=$chartSpan$ avg("%_Processor_Time") as %_Processor_Time, avg("%_User_Time") as %_User_Time, avg("%_Privileged_Time") as %_Privileged_Time avg("%_Interrupt_Time") as %_Interrupt_Time</query>
</search>
<chart id="link35">
<title>Context Switches/Sec</title>
<search base="Overview_Data" >
<query> | timechart span=$chartSpan$ Avg(Context_Switches/sec) As "Context Switches/sec"</query>
</search>
</chart>
</panel>
</row>
</form>
... View more