\subsection{IOzone} Es wurden ein neu angelegtes NFS- und das vorhandene FastFS-Dateisystem vermessen. \subsubsection{NFS} Testaufruf: \shellcmd{./iozone -azcR -I -U /mnt/data -f /mnt/data/testfile -b excel-nfs.xls}\\ \begin{tikzpicture} \begin{axis}[ title=Lesen, width=15cm, height=10cm, xlabel={Dateigröße [KiB]}, xmode=log, log basis x=2, ylabel={Record-Größe [KiB]}, ymode=log, log basis y=2 ] \addplot3 [patch, patch table={iozone-nfs-read.out}] table {iozone-nfs-read}; \end{axis} \end{tikzpicture} \begin{tikzpicture} \begin{axis}[ title=Schreiben, width=15cm, height=10cm, xlabel={Dateigröße [KiB]}, xmode=log, log basis x=2, ylabel={Record-Größe [KiB]}, ymode=log, log basis y=2 ] \addplot3 [patch, patch table={iozone-nfs-write.out}] table {iozone-nfs-write}; \end{axis} \end{tikzpicture} \subsubsection{FastFS} Testaufruf: \shellcmd{./iozone -azcR -+q 1 -U /fastfs -f /fastfs/testfile -b excel-fastfs.xls}\\ \begin{tikzpicture} \begin{axis}[ title=Lesen, width=15cm, height=10cm, xlabel={Dateigröße [KiB]}, xmode=log, log basis x=2, ylabel={Record-Größe [KiB]}, ymode=log, log basis y=2 ] \addplot3 [patch, patch table={iozone-fastfs-read.out}] table {iozone-fastfs-read}; \end{axis} \end{tikzpicture} \begin{tikzpicture} \begin{axis}[ title=Schreiben, width=15cm, height=10cm, xlabel={Dateigröße [KiB]}, xmode=log, log basis x=2, ylabel={Record-Größe [KiB]}, ymode=log, log basis y=2 ] \addplot3 [patch, patch table={iozone-fastfs-write.out}] table {iozone-fastfs-write}; \end{axis} \end{tikzpicture}