<?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: Feature request: Schedule speedtest in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/373000#M45173</link>
    <description>&lt;P&gt;The speedtest can not measure anything above 800mbps.  &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2020 04:52:31 GMT</pubDate>
    <dc:creator>jkmetz</dc:creator>
    <dc:date>2020-02-27T04:52:31Z</dc:date>
    <item>
      <title>Feature request: Schedule speedtest</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372990#M45163</link>
      <description>&lt;P&gt;I'd like to schedule the functions in the network toolkit. For instance, I'd like to ping, traceroute and run a speedtest hourly.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 06:10:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372990#M45163</guid>
      <dc:creator>glendonlowder</dc:creator>
      <dc:date>2017-06-28T06:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Schedule speedtest</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372991#M45164</link>
      <description>&lt;P&gt;I've used both the &lt;A href="https://splunkbase.splunk.com/app/968/"&gt;Pinger&lt;/A&gt; and &lt;A href="https://splunkbase.splunk.com/app/1493/"&gt;Website Monitor&lt;/A&gt; apps in the past to periodically ping an IP address.&lt;/P&gt;

&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 09:49:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372991#M45164</guid>
      <dc:creator>davebrooking</dc:creator>
      <dc:date>2017-06-29T09:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Schedule speedtest</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372992#M45165</link>
      <description>&lt;P&gt;The ability to perform a speedtest on a schedule was introduced in version 1.0 of the Network Toolkit.&lt;/P&gt;

&lt;P&gt;You can actually use the included search command in a scheduled search if you want to run them on a frequency. You can ping them from SPL like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| ping 127.0.0.1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And traceroute like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| traceroute google.com
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Network Toolkit 1.2 now includes the ability to monitor servers for uptime. See &lt;A href="https://splunkbase.splunk.com/app/3491/"&gt;https://splunkbase.splunk.com/app/3491/&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 16:21:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372992#M45165</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2017-08-22T16:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Schedule speedtest</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372993#M45166</link>
      <description>&lt;P&gt;Hi Luke,&lt;/P&gt;

&lt;P&gt;for one host  it's clear to me. But how do i ping many server periodically... &lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 16:57:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372993#M45166</guid>
      <dc:creator>Spranta</dc:creator>
      <dc:date>2017-11-07T16:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Schedule speedtest</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372994#M45167</link>
      <description>&lt;P&gt;I have been thinking of adding this into the app.&lt;/P&gt;

&lt;P&gt;Which of the following are you looking to do?&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Ping a list of servers &lt;STRONG&gt;on a schedule&lt;/STRONG&gt;? In this case, you would predefine a list of servers to ping and a frequency of how often to scan them.&lt;/LI&gt;
&lt;LI&gt;Ping a list of servers &lt;STRONG&gt;on an ad-hoc basis (not scheduled) from search results&lt;/STRONG&gt;? In this case, it would be something like pinging a list of hosts from search results or from a lookup.&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Ping a list of servers &lt;STRONG&gt;on an ad-hoc basis (not scheduled) from the search command&lt;/STRONG&gt;? In this case, you could ping multiple servers like:&lt;/P&gt;

&lt;P&gt;| ping "127.0.0.1,127.0.0.2,127.0.0.3"&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:40:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372994#M45167</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2017-11-07T18:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Schedule speedtest</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372995#M45168</link>
      <description>&lt;P&gt;Hi Luke,&lt;/P&gt;

&lt;P&gt;Variant 1 would be very usefull for use, because we are going to replace our monitoring solution with splunk and there we have got an huge number of ICMP Agents. &lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Alex&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:47:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372995#M45168</guid>
      <dc:creator>Spranta</dc:creator>
      <dc:date>2017-11-07T18:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Schedule speedtest</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372996#M45169</link>
      <description>&lt;P&gt;Cool. Thanks for the fast response. I have this planned for the next feature release.&lt;/P&gt;

&lt;P&gt;Do you have an estimate on the number of servers you want to monitor and how often you would like to monitor them?  A rough estimate is fine. I'm asking just so that I can test the feature at the scale you would be using it at.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:50:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372996#M45169</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2017-11-07T18:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Schedule speedtest</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372997#M45170</link>
      <description>&lt;P&gt;Your welcome!&lt;/P&gt;

&lt;P&gt;Round about 500 Servers. The time range would be between every minute and every 5 minutes, depending if it's a productive or test equipment.&lt;/P&gt;

&lt;P&gt;cheers!&lt;BR /&gt;
Alex&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:55:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372997#M45170</guid>
      <dc:creator>Spranta</dc:creator>
      <dc:date>2017-11-07T18:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Schedule speedtest</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372998#M45171</link>
      <description>&lt;P&gt;Awesome. I have a ticket covering the work here: &lt;A href="https://lukemurphey.net/issues/2135"&gt;https://lukemurphey.net/issues/2135&lt;/A&gt;. I'm planning this for version 1.2.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 19:11:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372998#M45171</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2017-11-07T19:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Schedule speedtest</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372999#M45172</link>
      <description>&lt;P&gt;speedtest can not measure speeds above 800 or so mbps. &lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 04:52:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/372999#M45172</guid>
      <dc:creator>jkmetz</dc:creator>
      <dc:date>2020-02-27T04:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Schedule speedtest</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/373000#M45173</link>
      <description>&lt;P&gt;The speedtest can not measure anything above 800mbps.  &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 04:52:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Feature-request-Schedule-speedtest/m-p/373000#M45173</guid>
      <dc:creator>jkmetz</dc:creator>
      <dc:date>2020-02-27T04:52:31Z</dc:date>
    </item>
  </channel>
</rss>

