-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbijlagen.tex
67 lines (49 loc) · 3.15 KB
/
bijlagen.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
\chapter{Bijlagen}
\label{ch:bijlagen}
In dit hoofdstuk kunnen de volgende bijlagen gevonden worden:
\begin{itemize}
\item{Het bachelorproefvoorstel;}
\item{Resultatenrapport van de FIO benchmarks;}
\item{Resultatenrapport van de FS-Mark benchmarks;}
\item{Resultatenrapport van de SQLite benchmarks;}
\item{Resultatenrapport van de PostMark benchmarks}
\end{itemize}
De bijgevoegde rapporten van de benchmarks werden m.b.v. de Phoronix Test Suite gegenereerd.
%% Bachelorproefvoorstel
\includepdf[pages=1,pagecommand=\section{Bachelorproefvoorstel},width=\textwidth]{bijlagen/demoor_jonas_voorstel.pdf}
\includepdf[pages=2,pagecommand={},width=\textwidth]{bijlagen/demoor_jonas_voorstel.pdf}
%% Benchmarks
% FIO
% RR 4K
\includepdf[pages=2,pagecommand=\section{Flexible I/O Tester - Random Read (4K)},width=\textwidth]{bijlagen/Testen/fio-randomread-4k.pdf}
\includepdf[pages=3-4,pagecommand={}, width=\textwidth]{bijlagen/Testen/fio-randomread-4k.pdf}
% RW 4K
\includepdf[pages=2,pagecommand=\section{Flexible I/O Tester - Random Write (4K)},width=\textwidth]{bijlagen/Testen/fio-randomwrite-4k.pdf}
\includepdf[pages=3-4,pagecommand={}, width=\textwidth]{bijlagen/Testen/fio-randomwrite-4k.pdf}
% SR 4K
\includepdf[pages=2,pagecommand=\section{Flexible I/O Tester - Sequential Read (4K)},width=\textwidth]{bijlagen/Testen/fio-seqread-4k.pdf}
\includepdf[pages=3-4,pagecommand={}, width=\textwidth]{bijlagen/Testen/fio-seqread-4k.pdf}
% SW 4K
\includepdf[pages=2,pagecommand=\section{Flexible I/O Tester - Sequential Write (4K)},width=\textwidth]{bijlagen/Testen/fio-seqwrite-4k.pdf}
\includepdf[pages=3-4,pagecommand={}, width=\textwidth]{bijlagen/Testen/fio-seqwrite-4k.pdf}
% RR 4MB
\includepdf[pages=2,pagecommand=\section{Flexible I/O Tester - Random Read (4MB)},width=\textwidth]{bijlagen/Testen/randomread-4mb.pdf}
\includepdf[pages=3-4,pagecommand={}, width=\textwidth]{bijlagen/Testen/randomread-4mb.pdf}
% RW 4MB
\includepdf[pages=2,pagecommand=\section{Flexible I/O Tester - Random Write (4MB)},width=\textwidth]{bijlagen/Testen/randomwrite-4mb.pdf}
\includepdf[pages=3-4,pagecommand={}, width=\textwidth]{bijlagen/Testen/randomwrite-4mb.pdf}
% SR 4MB
\includepdf[pages=2,pagecommand=\section{Flexible I/O Tester - Sequential Read (4MB)},width=\textwidth]{bijlagen/Testen/seqread-4mb.pdf}
\includepdf[pages=3-4,pagecommand={}, width=\textwidth]{bijlagen/Testen/seqread-4mb.pdf}
% SW 4MB
\includepdf[pages=2,pagecommand=\section{Flexible I/O Tester - Sequential Write (4MB)},width=\textwidth]{bijlagen/Testen/seqwrite-4mb.pdf}
\includepdf[pages=3-4,pagecommand={}, width=\textwidth]{bijlagen/Testen/seqwrite-4mb.pdf}
% FSMARK
\includepdf[pages=2,pagecommand=\section{FS-Mark},width=\textwidth]{bijlagen/Testen/fmark4.pdf}
\includepdf[pages=3-4,pagecommand={}, width=\textwidth]{bijlagen/Testen/fmark4.pdf}
% SQLite
\includepdf[pages=1,pagecommand=\section{SQLite},width=\textwidth]{bijlagen/Testen/sqlite.pdf}
\includepdf[pages=2,pagecommand={}, width=\textwidth]{bijlagen/Testen/sqlite.pdf}
% PostMark
\includepdf[pages=1,pagecommand=\section{PostMark},width=\textwidth]{bijlagen/Testen/postmark.pdf}
\includepdf[pages=2,pagecommand={}, width=\textwidth]{bijlagen/Testen/postmark.pdf}