<?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: report on counters in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/report-on-counters/m-p/49901#M9483</link>
    <description>&lt;P&gt;For network bytes, it can make sense to show the two values together on a graph.  Try a variation on the below search, make it a stacked area chart, and see if you like the results.  (Subsearches are often pretty slow, and I try to avoid them.)&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
host=stbackup06 counter="Bytes Sent/sec" OR counter="Bytes Received/sec" | timechart avg(Value) as Avg by counter &lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2012 20:43:48 GMT</pubDate>
    <dc:creator>cphair</dc:creator>
    <dc:date>2012-05-11T20:43:48Z</dc:date>
    <item>
      <title>report on counters</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/report-on-counters/m-p/49900#M9482</link>
      <description>&lt;P&gt;I am trying to create a report of network bytes from the Universal Forwarder, WMI is not an option for me. Here is an excerpt of the fields&lt;/P&gt;

&lt;P&gt;5/11/12&lt;BR /&gt;
8:30:42.863 AM  &lt;/P&gt;

&lt;P&gt;05/11/2012 08:30:42.863&lt;BR /&gt;
collection="Network Interface"&lt;BR /&gt;
object="Network Interface"&lt;BR /&gt;
counter="Bytes Sent/sec"&lt;BR /&gt;
instance="HP NC7782 Gigabit Server Adapter _3"&lt;BR /&gt;
Value=2578.7604252584738&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=STBACKUP06   Options|  
sourcetype=Perfmon:Network Interface   Options|  
source=Perfmon:Network Interface   Options
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;3   »  5/11/12&lt;BR /&gt;
8:30:42.863 AM  &lt;/P&gt;

&lt;P&gt;05/11/2012 08:30:42.863&lt;BR /&gt;
collection="Network Interface"&lt;BR /&gt;
object="Network Interface"&lt;BR /&gt;
counter="Bytes Received/sec"&lt;BR /&gt;
instance=isatap.redmond.corp.microsoft.com&lt;BR /&gt;
Value=1523.9033187413756&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=STBACKUP06   Options|  
sourcetype=Perfmon:Network Interface   Options|  
source=Perfmon:Network Interface   Options
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The counter's are different but they both use the word Value for data and I tried to use a search to join these and it failed.&lt;/P&gt;

&lt;P&gt;source="Perfmon:Network Interface" host=stbackup06 counter="Bytes Sent/sec"|stats avg(Value) AS Bytes_in by host|join host[search source="Perfmon:Network Interface" host=stbackup06 counter="Bytes Recieved/sec"|stats avg(Value) AS Bytes_Rec by host]|timechart avg(Bytes_in) avg(Bytes_Rec) &lt;/P&gt;

&lt;P&gt;I ended up with no data.  What am I missing?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:48:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/report-on-counters/m-p/49900#M9482</guid>
      <dc:creator>mlevenson</dc:creator>
      <dc:date>2020-09-28T11:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: report on counters</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/report-on-counters/m-p/49901#M9483</link>
      <description>&lt;P&gt;For network bytes, it can make sense to show the two values together on a graph.  Try a variation on the below search, make it a stacked area chart, and see if you like the results.  (Subsearches are often pretty slow, and I try to avoid them.)&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
host=stbackup06 counter="Bytes Sent/sec" OR counter="Bytes Received/sec" | timechart avg(Value) as Avg by counter &lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2012 20:43:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/report-on-counters/m-p/49901#M9483</guid>
      <dc:creator>cphair</dc:creator>
      <dc:date>2012-05-11T20:43:48Z</dc:date>
    </item>
  </channel>
</rss>

