<?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: Calculating IOPS from bonnie++ results in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32966#M178247</link>
    <description>&lt;P&gt;Note that the IOPS requirement for SPLUNK 6.0 is 1200&lt;/P&gt;

&lt;P&gt;The reason to use bonnie++ for comparability with what SPLUNK does ie repeatability of results. There are better tools to use &lt;/P&gt;</description>
    <pubDate>Wed, 09 Apr 2014 15:15:14 GMT</pubDate>
    <dc:creator>michael_peters</dc:creator>
    <dc:date>2014-04-09T15:15:14Z</dc:date>
    <item>
      <title>Calculating IOPS from bonnie++ results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32961#M178242</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I was wondering how to obtain IOPS from bonnie++ results.&lt;/P&gt;

&lt;P&gt;The various executions of bonnie++ have been done using a size of twice the RAM, and not the root user.&lt;/P&gt;

&lt;P&gt;Here are the results:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# bonnie++ -d /data -s 12g -qfb
1.97,1.97,host28,1,1360870223,12G,,,,434320,86,116822,22,,,116187,9,1362,32,16,,,,,15457,27,+++++,+++,2854,9,32642,45,+++++,+++,1624,6,,212ms,158ms,,178ms,818ms,125ms,1310us,234ms,103ms,53424us,182ms

# bonnie++ -d /data -s 16g -qfb
1.97,1.97,host56,1,1360869078,16G,,,,392047,38,133174,5,,,363574,5,586.2,8,16,,,,,+++++,+++,+++++,+++,2679,1,+++++,+++,+++++,+++,2700,1,,226ms,289ms,,58929us,276ms,118us,76us,61321us,198us,77us,21293us

# bonnie++ -d /data -s 32g -qfb
1.97,1.97,host57,1,1360852635,32G,,,,505977,54,151226,3,,,254450,3,257.0,8,16,,,,,+++++,+++,+++++,+++,2748,1,+++++,+++,+++++,+++,2602,1,,226ms,438ms,,373ms,1261ms,217us,84us,107ms,131us,31us,65746us

# bonnie++ -d /data -s 16g -qfb
 1.97,1.97,host58,1,1360881644,16G,,,,478704,47,129047,4,,,330770,4,480.6,7,16,,,,,+++++,+++,+++++,+++,2195,2,+++++,+++,+++++,+++,2814,2,,373ms,389ms,,79935us,316ms,452us,82us,295ms,94us,169us,35213us

# bonnie++ -d /data -s 16g -qfb
1.97,1.97,host59,1,1360868560,16G,,,,396657,37,82812,1,,,246492,2,2800,43,16,,,,,+++++,+++,+++++,+++,2819,3,+++++,+++,+++++,+++,2761,1,,226ms,350ms,,90085us,70123us,582us,92us,61752us,135us,36us,13827us
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help would be appreciated, as I just cannot find a way to translate those into the famed IOPS I am looking for.&lt;/P&gt;

&lt;P&gt;The main idea here is to be able to find out if the 800 IOPS threshold is there or not on our future Splunk cluster.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
Olivier&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 17:16:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32961#M178242</guid>
      <dc:creator>ofrachon</dc:creator>
      <dc:date>2013-02-14T17:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating IOPS from bonnie++ results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32962#M178243</link>
      <description>&lt;P&gt;Be sure to use an updated version of bonnie++:&lt;BR /&gt;
&lt;A href="http://www.coker.com.au/bonnie++/"&gt;http://www.coker.com.au/bonnie++/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you're using a version of bonnie that ships with the OS, you will likely find odd results.  "Random Seeks/s" is the metric you want to measure, in order to estimate IOPS.  Also be sure to test with -s set to 3x - 10x (ideally) memory to ensure no caching.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 23:43:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32962#M178243</guid>
      <dc:creator>Ron_Naken</dc:creator>
      <dc:date>2013-02-14T23:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating IOPS from bonnie++ results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32963#M178244</link>
      <description>&lt;P&gt;The default is to have the file size (the -s option) be twice the size of RAM which will usually be enough to break all caches. But if you need to test other things (like filesystem performance with big files) then feel free to make it as large as you wish.&lt;/P&gt;

&lt;P&gt;When you use the -q option stdout gets the CSV format (as shown in the above question) and the human readable version goes to stderr. To convert the CSV version to human-readable use bon_csv2txt.&lt;/P&gt;

&lt;P&gt;In the human readable form what you call "IOPS" is called "Random Seeks".&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 02:49:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32963#M178244</guid>
      <dc:creator>etbe</dc:creator>
      <dc:date>2013-02-19T02:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating IOPS from bonnie++ results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32964#M178245</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;is the measure for "Random Seeks" a representation of "Read IOPS", "Write IOPS", or some kind of average of both?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
--ivo&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2013 16:14:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32964#M178245</guid>
      <dc:creator>ivog</dc:creator>
      <dc:date>2013-09-28T16:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating IOPS from bonnie++ results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32965#M178246</link>
      <description>&lt;P&gt;It is some combined score of a sort, yes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2013 09:21:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32965#M178246</guid>
      <dc:creator>ofrachon</dc:creator>
      <dc:date>2013-09-30T09:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating IOPS from bonnie++ results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32966#M178247</link>
      <description>&lt;P&gt;Note that the IOPS requirement for SPLUNK 6.0 is 1200&lt;/P&gt;

&lt;P&gt;The reason to use bonnie++ for comparability with what SPLUNK does ie repeatability of results. There are better tools to use &lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 15:15:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32966#M178247</guid>
      <dc:creator>michael_peters</dc:creator>
      <dc:date>2014-04-09T15:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating IOPS from bonnie++ results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32967#M178248</link>
      <description>&lt;P&gt;Please share the "better tools" with links, please.  (Not wanting to start a flame war.  I'm interested in other tools.)&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 16:07:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32967#M178248</guid>
      <dc:creator>I_am_Jeff</dc:creator>
      <dc:date>2014-06-18T16:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating IOPS from bonnie++ results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32968#M178249</link>
      <description>&lt;P&gt;+1 for telling those of us that have no clue, 'In the human readable form what you call "IOPS" is called "Random Seeks".'&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 16:10:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32968#M178249</guid>
      <dc:creator>I_am_Jeff</dc:creator>
      <dc:date>2014-06-18T16:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating IOPS from bonnie++ results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32969#M178250</link>
      <description>&lt;P&gt;What you want to do is pass that input into bon_csv2txt. You should see a column named Random Seeks.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 02:21:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32969#M178250</guid>
      <dc:creator>prasadis</dc:creator>
      <dc:date>2015-01-30T02:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating IOPS from bonnie++ results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32970#M178251</link>
      <description>&lt;P&gt;Per etbe's comment below, setting ram size to 3x-10x should be unnecessary.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 15:24:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-IOPS-from-bonnie-results/m-p/32970#M178251</guid>
      <dc:creator>amrit</dc:creator>
      <dc:date>2015-09-10T15:24:07Z</dc:date>
    </item>
  </channel>
</rss>

