2014-01-15 21:07:16 +00:00
|
|
|
\subsection{IOzone}
|
|
|
|
|
|
|
|
\subsubsection{NFS}
|
|
|
|
|
|
|
|
\subsubsection{GlusterFS}
|
|
|
|
|
|
|
|
\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-read.out}] table {iozone-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-write.out}] table {iozone-write};
|
|
|
|
\end{axis}
|
|
|
|
\end{tikzpicture}
|