sytem (eg. database, webserver and so on). But i want to find more
info on distributed file systems (eg. checkpoint read/write).

our experience with filesystems is that you can model checkpoints as large, multithreaded, sequential IO. but while that may be an important IO mode, it's not the dominant one - most of our IO
is almost certainly smallish, metadataish stuff.  users compiling,
doing 'ls' over and over waiting for their job to produc output, etc.

with that in mind, my opinion is that cluster IO testing should be
a combination of:
        - parallel streaming IO to separate files - resembling a checkpoint,
        or an IO-intensive app reading, or an app where the user forgot to
        turn off debugging.
        - smallish metadata-heavy traffic like time(tar zxf;make;make clean).
_______________________________________________
Beowulf mailing list, [email protected]
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to