<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Richard,<br>
    <br>
    Sequential describes I/O accesses that are just at any offset
    greater than the immediately preceding I/O operation. For instance,
    say I write 100 bytes at offset 0, then my next access is a read at
    offset 500 -- that would be a sequential access.<br>
    <br>
    Consecutive is more strict in that it requires that the current
    operation be at the offset immediately following the end of the
    preceding access's end. An example would be if I write 100 bytes at
    offset 0, then read at offset 100, instead. So, all consecutive
    accesses are also sequential but not vice versa.<br>
    <br>
    Note that there is no distinction between the types of the 2
    operations. If the current operation is a write, we don't care if
    the previous operation was a read or a write, just the ending offset
    of it. <br>
    <br>
    I should probably mention that we have fixed this graph to be more
    clear in the new development branch of darshan we are preparing to
    release, as it has been a source of confusion for a number of
    people.<br>
    <br>
    --Shane<br>
    <br>
    <div class="moz-cite-prefix">On 09/09/2015 03:23 PM, Hedges, Richard
      M. wrote:<br>
    </div>
    <blockquote cite="mid:D215E268.4ED8D%25hedges1@llnl.gov" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div>
        <div>
          <div>In the default report, the fourth plot (labelled ?I/O
            Pattern”) distinguishes between ”Consecutive” and
            “Sequential” .  Could someone explain the distinction for
            me?</div>
          <div><br>
          </div>
          <div>Thanks,</div>
          <div>- Richard</div>
          <div>
            <div><br>
            </div>
            <div>====================================================</div>
            <div><br>
            </div>
            <div>Richard Hedges</div>
            <div>Customer Support and Test - File Systems Project</div>
            <div>Development Environment Group - Livermore Computing</div>
            <div>Lawrence Livermore National Laboratory</div>
            <div>7000 East Avenue, MS L-557</div>
            <div>Livermore, CA    94551</div>
            <div><br>
            </div>
            <div>v:    (925) 423-2699</div>
            <div>f:    (925) 423-6961</div>
            <div>E:    <a class="moz-txt-link-abbreviated" href="mailto:richard-hedges@llnl.gov">richard-hedges@llnl.gov</a></div>
          </div>
        </div>
      </div>
      <div><br>
      </div>
      <span id="OLK_SRC_BODY_SECTION">
        <div style="font-family:Calibri; font-size:11pt;
          text-align:left; color:black; BORDER-BOTTOM: medium none;
          BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT:
          0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid;
          BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
          <br>
        </div>
      </span>
      <style><!--
/* Font Definitions */
@font-face
        {font-family:PMingLiU;
        panose-1:2 2 5 0 0 0 0 0 0 0;}
@font-face
        {font-family:PMingLiU;
        panose-1:2 2 5 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@PMingLiU";
        panose-1:2 2 5 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.E-MailFormatvorlage18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Darshan-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Darshan-users@lists.mcs.anl.gov">Darshan-users@lists.mcs.anl.gov</a>
<a class="moz-txt-link-freetext" href="https://lists.mcs.anl.gov/mailman/listinfo/darshan-users">https://lists.mcs.anl.gov/mailman/listinfo/darshan-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>