<?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 How to predict JVM Memory Usage in certain conditions? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340767#M41085</link>
    <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;

&lt;P&gt;I am having a situation in which I need to tell my project that what would the JVM memory usage look like if the number of requests increased to 200 transactions per second for the next 15 minutes continuously.&lt;/P&gt;

&lt;P&gt;e.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;00:00:01 = 200 transactions                    
00:00:02 = 200 transactions
00:00:03 = 200 transactions
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;all the way to &lt;CODE&gt;00:14:59 200 transactions&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I know how to use Machine Learning, creating models, and training datasets in Splunk but I am not able to figure out how to tell them the exact heap usage mentioned above if the condition occurs.&lt;/P&gt;

&lt;P&gt;This same situation has already occurred in my project in the past as well.&lt;/P&gt;

&lt;P&gt;Any help would be really appreciable &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Tarun Malhotra &lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2018 10:40:57 GMT</pubDate>
    <dc:creator>m7787580</dc:creator>
    <dc:date>2018-01-31T10:40:57Z</dc:date>
    <item>
      <title>How to predict JVM Memory Usage in certain conditions?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340767#M41085</link>
      <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;

&lt;P&gt;I am having a situation in which I need to tell my project that what would the JVM memory usage look like if the number of requests increased to 200 transactions per second for the next 15 minutes continuously.&lt;/P&gt;

&lt;P&gt;e.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;00:00:01 = 200 transactions                    
00:00:02 = 200 transactions
00:00:03 = 200 transactions
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;all the way to &lt;CODE&gt;00:14:59 200 transactions&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I know how to use Machine Learning, creating models, and training datasets in Splunk but I am not able to figure out how to tell them the exact heap usage mentioned above if the condition occurs.&lt;/P&gt;

&lt;P&gt;This same situation has already occurred in my project in the past as well.&lt;/P&gt;

&lt;P&gt;Any help would be really appreciable &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Tarun Malhotra &lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 10:40:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340767#M41085</guid>
      <dc:creator>m7787580</dc:creator>
      <dc:date>2018-01-31T10:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to predict JVM Memory Usage in certain conditions?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340768#M41086</link>
      <description>&lt;P&gt;Hi Tarun,&lt;/P&gt;

&lt;P&gt;I'm not sure I understand what you're asking. Are you having trouble expressing the gradual increase in total transactions in the form of features? Or have you trained a model but can't figure out how to compute the features in a streaming manner for the apply phase? Or something else?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 22:05:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340768#M41086</guid>
      <dc:creator>aoliner_splunk</dc:creator>
      <dc:date>2018-02-01T22:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to predict JVM Memory Usage in certain conditions?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340769#M41087</link>
      <description>&lt;P&gt;HI Aoilner,&lt;/P&gt;

&lt;P&gt;Thanks for replying.&lt;BR /&gt;
Forget the question for an instance.&lt;/P&gt;

&lt;P&gt;Let’s say transaction per second and JVM Usage are co-related parameters and sudden increased in transactions will increase the JVM usage..&lt;/P&gt;

&lt;P&gt;Now I have to calculate how my JVM usage will look like if my transaction count is 2k or 20k etc.?&lt;/P&gt;

&lt;P&gt;I have got 3 months of data in indexes , so let’s say we trained our model after that using machine learning I used to predict JVM Usage taking transaction as the dependent parameter &lt;BR /&gt;
for next 15 min or 15 days according to my requirement. &lt;BR /&gt;
but here I am saying what if hypothetically my transaction count has increased to 2k or 20k then on the basis of its learning I want to predict how my JVM Usage going to behave for that hypothetically transaction count?&lt;/P&gt;

&lt;P&gt;I hope it makes sense , feel free to reach me if you still need more clarification.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
M7787579&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 09:14:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340769#M41087</guid>
      <dc:creator>m7787580</dc:creator>
      <dc:date>2018-02-05T09:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to predict JVM Memory Usage in certain conditions?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340770#M41088</link>
      <description>&lt;P&gt;Hi M7787579,&lt;/P&gt;

&lt;P&gt;I think I understand your question. You have a model that predicts JVM size given transaction count, and you want to know the JVM size given a hypothetical transaction count, correct? If so, you could the makeresults and eval commands to generate simulated transaction counts, then pipe that to apply. Does that make sense?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 23:34:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340770#M41088</guid>
      <dc:creator>aoliner_splunk</dc:creator>
      <dc:date>2018-02-06T23:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to predict JVM Memory Usage in certain conditions?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340771#M41089</link>
      <description>&lt;P&gt;Hi Aoilner,&lt;/P&gt;

&lt;P&gt;Can you please explain it with some examples.It would be really helpful.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 11:00:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340771#M41089</guid>
      <dc:creator>m7787580</dc:creator>
      <dc:date>2018-02-07T11:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to predict JVM Memory Usage in certain conditions?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340772#M41090</link>
      <description>&lt;P&gt;Go to the Showcase in the ML Toolkit and run the Predict Server Power Consumption example under Predict Numeric Fields. That'll build a model that takes in utilization metrics and outputs predicted power consumption. Say you want to ask the what-if question "How much power would this machine draw if the disk utilization were pinned at 99%?" You can simply run the following:&lt;BR /&gt;
    | inputlookup server_power.csv&lt;BR /&gt;
    | eval total-disk-utilization = 0.99&lt;BR /&gt;
    | apply "example_server_power"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:58:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-predict-JVM-Memory-Usage-in-certain-conditions/m-p/340772#M41090</guid>
      <dc:creator>aoliner_splunk</dc:creator>
      <dc:date>2020-09-29T17:58:30Z</dc:date>
    </item>
  </channel>
</rss>

