[Darshan-users] Consecutive vs. Sequential?

Phil Carns carns at mcs.anl.gov
Mon Aug 9 12:39:52 CDT 2021


Hi Jeff,

That's not a silly question at all :)

Darshan labels an access as sequential if it occurs at an offset > the 
last byte accessed in the file (basically anything that doesn't seek 
backwards or overlap the preceding operation).

Darshan labels an access as consecutive if it occurs at an offset 
exactly the last byte accessed + 1 (i.e. sequential, but with no gaps at 
all between operations).

Both metrics are from the perspective of a single process.  So it is 
conceivable that a collection of ranks could produce a workload that 
looks consecutive at the file system level, but is interleaved among 
ranks such that it only counts as sequential at the process level.

thanks,

-Phil

On 8/9/21 10:38 AM, Jeffrey Layton wrote:
> Good morning,
>
> I have a question about the job summary output. There is a bar chart 
> with bars labeled as "sequential" and "consecutive". How are these 
> defined?
>
> Thanks!
>
> Jeff
>
> P.S. Apologies for the silly Monday morning question.
>
>
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon> 
> 	Virus-free. www.avast.com 
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link> 
>
>
>
> _______________________________________________
> Darshan-users mailing list
> Darshan-users at lists.mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/darshan-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-users/attachments/20210809/23b5a0b1/attachment.html>


More information about the Darshan-users mailing list