<div>thank u for your help..</div>
<div>about question 2 i find that"<em> there are many <font style="BACKGROUND-COLOR: #ffd700">linux</font> kernel patches can do this<br></em><i>  such as LL_TRACE for 2.4 kernel" in <a href="https://sos.ece.cmu.edu/pipermail/disksim-users/2006-July/000043.html">https://sos.ece.cmu.edu/pipermail/disksim-users/2006-July/000043.html</a></i><br>
<br></div>
<div class="gmail_quote">2010/3/7 <span dir="ltr"><<a href="mailto:disksim-users-request@ece.cmu.edu" target="_blank">disksim-users-request@ece.cmu.edu</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Send Disksim-users mailing list submissions to<br>       <a href="mailto:disksim-users@ece.cmu.edu" target="_blank">disksim-users@ece.cmu.edu</a><br>
<br>To subscribe or unsubscribe via the World Wide Web, visit<br>       <a href="https://sos.ece.cmu.edu/mailman/listinfo/disksim-users" target="_blank">https://sos.ece.cmu.edu/mailman/listinfo/disksim-users</a><br>or, via email, send a message with subject or body 'help' to<br>
       <a href="mailto:disksim-users-request@ece.cmu.edu" target="_blank">disksim-users-request@ece.cmu.edu</a><br><br>You can reach the person managing the list at<br>       <a href="mailto:disksim-users-owner@ece.cmu.edu" target="_blank">disksim-users-owner@ece.cmu.edu</a><br>
<br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Disksim-users digest..."<br><br>Today's Topics:<br><br>  1. help for the construction of raid 5 in disksim and        the way of<br>
     trace acquisition (fei fei)<br>  2. Re: help for the construction of raid 5 in disksim        and the<br>     way of trace acquisition (Yinliang Yue)<br><br><br>---------- 已转发邮件 ----------<br>From: fei fei <<a href="mailto:fei33423@gmail.com" target="_blank">fei33423@gmail.com</a>><br>
To: <a href="mailto:disksim-users@ece.cmu.edu" target="_blank">disksim-users@ece.cmu.edu</a><br>Date: Sat, 6 Mar 2010 14:52:33 +0800<br>Subject: [Disksim-users] help for the construction of raid 5 in disksim and the way of trace acquisition<br>

<div><font size="2">question 1 :    </font><font size="2">i have read the manul ,and i want to use the disksim to simulate a raid 5 system about reading and writing.</font></div>
<div><font size="2">            in the manual ,i find that the parameter concerned with raid 5 is "redundancy scheme "in the section "disk array date organization" of the manual</font></div>
<div><font size="2">           and  i find  the file synthraid5.parv in the "valid" folder of the disksim source code .however i can not find the configuration about raid 5 in                     the file.</font><font size="2">            </font></div>

<div><font size="2">            <strong>how do the disksim make the data  stored in the way of raid 5?</strong></font></div>
<div><font size="2">            <strong>if i will reach my purpose ,which one in the "src" folder  of the disksim source code should i change ??</strong></font></div>
<div><font size="2"></font> </div>
<div><font size="2">question 2 :     in a paper i find that the author use the trace of the software " cpp ,andrew benchmark and wc"as a input to disksim </font></div>
<div><font size="2">            [The C <font color="#cc0033">preprocessor</font> (<font color="#cc0033">cpp</font>) is the <font color="#cc0033">preprocessor</font> for the C programming language. ]</font></div>
<div><font size="2">            [The <font color="#cc0033">Andrew benchmark</font> is used to compare BFS with two other file systems] </font></div>
<div><font size="2">            [The <font color="#cc0033">wc</font> command stands for " word count ]</font></div>
<div><font size="2">            <strong>how can i get the trace of the software ? utilise some tool??</strong></font></div><br><br>---------- 已转发邮件 ----------<br>From: Yinliang Yue <<a href="mailto:yueyinliang@gmail.com" target="_blank">yueyinliang@gmail.com</a>><br>
To: fei fei <<a href="mailto:fei33423@gmail.com" target="_blank">fei33423@gmail.com</a>><br>Date: Sat, 6 Mar 2010 15:07:06 +0800<br>Subject: Re: [Disksim-users] help for the construction of raid 5 in disksim and the way of trace acquisition<br>

<div><font size="2"><font face="tahoma,sans-serif">The answers to the first question:</font></font></div>
<div> </div>
<div>The following combination in  synthraid5.parv  shows that you are using a RAID5. For the reason, please see the manual.</div>
<div> </div>
<div><font size="2"><font face="tahoma,sans-serif">   Distribution scheme = Striped,<br>   Redundancy scheme = Parity_rotated,</font></font></div>
<div> </div>
<div> </div>
<div>Please see the the function named logorg_maprequest() in disksim_logorg.c if you want to make a deep analysis of the mechanism of RAID5.</div>
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">2010/3/6 fei fei <span dir="ltr"><<a href="mailto:fei33423@gmail.com" target="_blank">fei33423@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div><font size="2">question 1 :    </font><font size="2">i have read the manul ,and i want to use the disksim to simulate a raid 5 system about reading and writing.</font></div>
<div><font size="2">            in the manual ,i find that the parameter concerned with raid 5 is "redundancy scheme "in the section "disk array date organization" of the manual</font></div>
<div><font size="2">           and  i find  the file synthraid5.parv in the "valid" folder of the disksim source code .however i can not find the configuration about raid 5 in                     the file.</font><font size="2">            </font></div>

<div><font size="2">            <strong>how do the disksim make the data  stored in the way of raid 5?</strong></font></div>
<div><font size="2">            <strong>if i will reach my purpose ,which one in the "src" folder  of the disksim source code should i change ??</strong></font></div>
<div><font size="2"></font> </div>
<div><font size="2">question 2 :     in a paper i find that the author use the trace of the software " cpp ,andrew benchmark and wc"as a input to disksim </font></div>
<div><font size="2">            [The C <font color="#cc0033">preprocessor</font> (<font color="#cc0033">cpp</font>) is the <font color="#cc0033">preprocessor</font> for the C programming language. ]</font></div>
<div><font size="2">            [The <font color="#cc0033">Andrew benchmark</font> is used to compare BFS with two other file systems] </font></div>
<div><font size="2">            [The <font color="#cc0033">wc</font> command stands for " word count ]</font></div>
<div><font size="2">            <strong>how can i get the trace of the software ? utilise some tool??</strong></font></div><br>_______________________________________________<br>Disksim-users mailing list<br><a href="mailto:Disksim-users@ece.cmu.edu" target="_blank">Disksim-users@ece.cmu.edu</a><br>
<a href="https://sos.ece.cmu.edu/mailman/listinfo/disksim-users" target="_blank">https://sos.ece.cmu.edu/mailman/listinfo/disksim-users</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>Regards! <br><br>Yinliang Yue<br>
F301, WNLO, HUST, Wuhan, China<br>Tel: +86-27-87792302-801<br><br>_______________________________________________<br>Disksim-users mailing list<br><a href="mailto:Disksim-users@ece.cmu.edu" target="_blank">Disksim-users@ece.cmu.edu</a><br>
<a href="https://sos.ece.cmu.edu/mailman/listinfo/disksim-users" target="_blank">https://sos.ece.cmu.edu/mailman/listinfo/disksim-users</a><br><br></blockquote></div><br>