<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 21, 2018 at 8:31 AM, Udit agarwal <span dir="ltr"><<a href="mailto:dev.madaari@gmail.com" target="_blank">dev.madaari@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Gedare, Hi Joel,<div class="gmail_extra"><br><div class="gmail_quote"><span class="gmail-">On Mon, May 21, 2018 at 6:53 PM, Gedare Bloom <span dir="ltr"><<a href="mailto:gedare@rtems.org" target="_blank">gedare@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">"License type customized" is not clear to me what that means, it would<br>
be worth explaining<br>
<div class="gmail-m_-6326197920829769585HOEnZb"><div class="gmail-m_-6326197920829769585h5"><br></div></div></blockquote><div> </div></span><div>In case of<a href="http://www.iozone.org/docs/Iozone_License.txt" target="_blank"> IOZONE's license</a>,  b<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">y customized license type, I just mean that it's not one of  standard OSS licenses like GPL, BSD etc.</span></div></div></div></div></blockquote><div><br></div><div>I call this an "AS IS vendor" license but apparently, OSI gives something similar the name Free Public License 1.0.0</div><div><br></div><div><a href="https://opensource.org/licenses/FPL-1.0.0">https://opensource.org/licenses/FPL-1.0.0</a><br></div><div> </div><div>The IOZONE license meets the permissive license requirements for RTEMS.</div><div><br></div><div>But again, we could just end up putting a disk_benchmarks directory under the RSB</div><div>(or examples-v2[1]) and include instructions, RTEMS configuration, plus patches. I</div><div>suspect that we will have to consider that an end user will have to customize the</div><div>startup to account for device names, mounting, etc. That leaves the RSB a less than</div><div>ideal situation unless we can figure out how to kit each benchmark properly.</div><div><br></div><div>Overall, I am torn on where this code will end up but think it needs to be </div><div>public from <a href="http://rtems.org">rtems.org</a>, with easy tailoring and good instructions.</div><div><br></div><div>[1] We need to eventually rename this to rtems-examples. :)</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>BTW, My domain name's DNS is currently misconfigured, website can be accessed from <a href="http://81.4.107.225/wordpress/" target="_blank">here</a>. And for backup, I have exported the </div><div>wordpress content to blogger(<a href="http://nerdyclap.blogspot.in/" target="_blank">here</a>). (There are some alignment issues after exporting, mainly due to the custom CSS i was using, i'll fix that ASAP)</div><div><br></div></div></div></div></blockquote><div>OK. Just pointing it out. :)</div><div><br></div><div>--joel</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div></div><div>Regards,</div><div>Udit Agarwal</div><div><div class="gmail-h5"><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail-m_-6326197920829769585HOEnZb"><div class="gmail-m_-6326197920829769585h5">
On Sun, May 20, 2018 at 7:32 PM, Joel Sherrill <<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>> wrote:<br>
><br>
><br>
> On Sat, May 19, 2018, 5:06 PM Udit agarwal <<a href="mailto:dev.madaari@gmail.com" target="_blank">dev.madaari@gmail.com</a>> wrote:<br>
>><br>
>> Hi,<br>
>><br>
>> On Fri, May 18, 2018 at 11:19 PM, Gedare Bloom <<a href="mailto:gedare@rtems.org" target="_blank">gedare@rtems.org</a>> wrote:<br>
>>><br>
>>> Udit,<br>
>>><br>
>>> Can you please compare pros/cons of FIO, IOZONE, and Bonnie++,<br>
>>> probably in a blog post is a good idea.<br>
>><br>
>> Done, here is the comparison.<br>
><br>
><br>
> That url has a hard-coded IP address in it. GSoC blogs should be hosted<br>
> somewhere where they will have a long life with stable URLs.<br>
><br>
> It looks nice though. :)<br>
><br>
>>><br>
>>> The GPLv2 is not a problem for test suites / benchmarks. It is only a<br>
>>> problem for code that should get merged into the rtems.git.<br>
>>><br>
>>> Gedare<br>
>>><br>
>>> On Thu, May 17, 2018 at 5:20 AM, Udit agarwal <<a href="mailto:dev.madaari@gmail.com" target="_blank">dev.madaari@gmail.com</a>><br>
>>> wrote:<br>
>>> > Hi all,<br>
>>> > As discussed in yesterday's IRC meeting, here is the list of different<br>
>>> > IO<br>
>>> > benchmarks(which are supported by FreeBSD) in the decreasing order of<br>
>>> > their<br>
>>> > popularity  :<br>
>>> ><br>
>>> > FIO - License type:  GPLv2 - Widely accepted for storage device<br>
>>> > benchmarking<br>
>>> > IOZONE - License: Customized - Large number of features, Also used for<br>
>>> > storage benchmarking<br>
>>> > Bonnie++ - GPLv2 - Widely known filesystem benchmark, Not much used for<br>
>>> > storage benchmarking.<br>
>>> > IOMETER -  GPLv2 - Out of active development.<br>
>>> > IORATE - Flexible - Out of active development<br>
>>> ><br>
>>> > I have performed SDIO-SDHCI performance analysis using IOZONE. Here are<br>
>>> > the<br>
>>> > results. And i have documented the process on my blog.<br>
>>> ><br>
>>> > Regards,<br>
>>> ><br>
>>> > Udit Agarwal<br>
>>> ><br>
>>> ><br>
>>> > ______________________________<wbr>_________________<br>
>>> > devel mailing list<br>
>>> > <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
>>> > <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman<wbr>/listinfo/devel</a><br>
>><br>
>><br>
>> ______________________________<wbr>_________________<br>
>> devel mailing list<br>
>> <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
>> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman<wbr>/listinfo/devel</a><br>
</div></div></blockquote></div></div></div><br></div></div>
</blockquote></div><br></div></div>