ltcp/bericht/abschnitte/bench-iozone.tex

57 lines
1.4 KiB
TeX

\subsection{IOzone}
\subsubsection{NFS}
\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{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-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}