Appendix Removal, Main .tex edits

This commit is contained in:
Noah L. Schrick 2022-03-21 12:13:57 -05:00
parent 01f2bbe83a
commit 871e56d0cb
9 changed files with 82 additions and 171 deletions

View File

@ -31,7 +31,7 @@
\newlabel{table:tasking-tag}{{\caption@xref {table:tasking-tag}{ on input line 104}}{36}}
\@writefile{lot}{\contentsline {table}{\numberline {5.1}{\ignorespaces MPI Tags for the MPI Tasking Approach\relax }}{36}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{MPI Tags}{36}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {5.3.3}\it Performance Expectations}{37}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {5.3.3}\it Performance Expectations and Use Cases}{37}{}\protected@file@percent }
\newlabel{Task-perf-expec}{{5.3.3}{37}}
\@writefile{toc}{\contentsline {subsection}{\numberline {5.3.4}\it Results}{37}{}\protected@file@percent }
\citation{li_concurrency_2019}
@ -49,7 +49,7 @@
\@writefile{lof}{\contentsline {figure}{\numberline {5.9}{\ignorespaces Frontier Merging and Data Distribution Process\relax }}{43}{}\protected@file@percent }
\newlabel{fig:front-merg}{{5.9}{43}}
\@writefile{toc}{\contentsline {subsubsection}{Database Node}{43}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {5.4.3}\it Performance Expectations}{43}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {5.4.3}\it Performance Expectations and Use Cases}{43}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {5.4.4}\it Results}{44}{}\protected@file@percent }
\@setckpt{Chapter5}{
\setcounter{page}{45}

View File

@ -1,23 +1,9 @@
\relax
\@writefile{toc}{\contentsline {chapter}{\numberline {CHAPTER 6: }{\bf \uppercase {PERFORMANCE ANALYSIS}}}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {6.1}\bf Small Networks}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.1.1}\it Test Information}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.1.2}\it Results}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.1.3}\it Analysis}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {6.2}\bf Large Networks}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.2.1}\it Test Information}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.2.2}\it Results}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.2.3}\it Analysis}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {6.3}\bf Large Exploit Lists}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.3.1}\it Test Information}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.3.2}\it Results}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.3.3}\it Analysis}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {6.4}\bf Distributed Hash Tables}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.4.1}\it Test Information}{46}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.4.2}\it Results}{46}{}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {6.4.3}\it Analysis}{46}{}\protected@file@percent }
\@writefile{toc}{\contentsline {chapter}{\numberline {CHAPTER 6: }{\bf \uppercase {CONCLUSIONS AND FUTURE WORKS}}}{45}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {6.1}\bf Future Work}{45}{}\protected@file@percent }
\newlabel{sec:FW}{{6.1}{45}}
\@setckpt{Chapter6}{
\setcounter{page}{47}
\setcounter{page}{46}
\setcounter{equation}{0}
\setcounter{enumi}{4}
\setcounter{enumii}{0}
@ -27,8 +13,8 @@
\setcounter{mpfootnote}{0}
\setcounter{part}{0}
\setcounter{chapter}{6}
\setcounter{section}{4}
\setcounter{subsection}{3}
\setcounter{section}{1}
\setcounter{subsection}{0}
\setcounter{subsubsection}{0}
\setcounter{paragraph}{0}
\setcounter{subparagraph}{0}

View File

@ -1,21 +1,10 @@
\TUchapter{PERFORMANCE ANALYSIS}
\TUchapter{CONCLUSIONS AND FUTURE WORKS}
\TUsection{Small Networks}
\TUsubsection{Test Information}
\TUsubsection{Results}
\TUsubsection{Analysis}
\TUsection{Large Networks}
\TUsubsection{Test Information}
\TUsubsection{Results}
\TUsubsection{Analysis}
\TUsection{Large Exploit Lists}
\TUsubsection{Test Information}
\TUsubsection{Results}
\TUsubsection{Analysis}
\TUsection{Distributed Hash Tables}
\TUsubsection{Test Information}
\TUsubsection{Results}
\TUsubsection{Analysis}
\TUsection{Future Work} \label{sec:FW}
%Sync Fire more assets
%Blending OpenMP and MPI
%Subgraphing Work
%DHT alts
%depth limit parameter tuning
%Tuning MPI Params
%Testing various MPI implementations (OpenMPI vs MPICH vs MVAPICH)

View File

@ -1,10 +0,0 @@
\TUchapter{CONCLUSIONS AND FUTURE WORKS}
\TUsection{Future Work} \label{sec:FW}
%Sync Fire more assets
%Blending OpenMP and MPI
%Subgraphing Work
%DHT alts
%depth limit parameter tuning
%Tuning MPI Params
%Testing various MPI implementations (OpenMPI vs MPICH vs MVAPICH)

View File

@ -6,20 +6,19 @@
\@writefile{toc}{{\hfill \ }}
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }ACKNOWLEDGEMENTS}{v}{}\protected@file@percent }
\@writefile{toc}{{\hfill \ }}
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }TABLE OF CONTENTS}{viii}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }TABLE OF CONTENTS}{vii}{}\protected@file@percent }
\@writefile{toc}{{\hfill \ }}
\@writefile{lot}{{\vspace {\baselineskip }}}
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }LIST OF TABLES}{ix}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }LIST OF TABLES}{viii}{}\protected@file@percent }
\@writefile{toc}{{\hfill \ }}
\@writefile{lof}{{\vspace {\baselineskip }}}
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }LIST OF FIGURES}{x}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }LIST OF FIGURES}{ix}{}\protected@file@percent }
\@input{Chapter1.aux}
\@input{Chapter2.aux}
\@input{Chapter3.aux}
\@input{Chapter4.aux}
\@input{Chapter5.aux}
\@input{Chapter6.aux}
\@input{Chapter7.aux}
\bibdata{Bibliography}
\bibcite{phillips_graph-based_1998}{1}
\bibcite{schneier_modeling_1999}{2}
@ -32,9 +31,9 @@
\bibcite{cook_rage_2018}{9}
\bibcite{berry_graph_2007}{10}
\@writefile{toc}{{\hfill \ }}
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }NOMENCLATURE}{48}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }NOMENCLATURE}{46}{}\protected@file@percent }
\@writefile{toc}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }BIBLIOGRAPHY}{48}{}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }BIBLIOGRAPHY}{46}{}\protected@file@percent }
\@writefile{toc}{{\hfill \ }}
\bibcite{ainsworth_graph_2016}{11}
\bibcite{yao_efficient_2018}{12}
@ -53,5 +52,4 @@
\bibcite{CVE-2019-10747}{25}
\bibcite{louthan_hybrid_2011}{26}
\bibstyle{ieeetr}
\@input{Appendices.aux}
\gdef \@abspage@last{62}
\gdef \@abspage@last{57}

View File

@ -1,4 +1,4 @@
This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021/Arch Linux) (preloaded format=pdflatex 2022.3.21) 21 MAR 2022 12:03
This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021/Arch Linux) (preloaded format=pdflatex 2022.3.21) 21 MAR 2022 12:10
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
@ -136,11 +136,7 @@ File: l3backend-pdftex.def 2022-02-07 L3 backend support: PDF output (pdfTeX)
\l__pdf_internal_box=\box51
)
(./Schrick-Noah_MS-Thesis.aux (./Chapter1.aux) (./Chapter2.aux) (./Chapter3.aux
) (./Chapter4.aux) (./Chapter5.aux
LaTeX Warning: Label `fig:Task1-Case1' multiply defined.
) (./Chapter6.aux) (./Chapter7.aux) (./Appendices.aux))
) (./Chapter4.aux) (./Chapter5.aux) (./Chapter6.aux))
\openout1 = `Schrick-Noah_MS-Thesis.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 121.
@ -207,22 +203,22 @@ Overfull \hbox (1.75291pt too wide) in paragraph at lines 24--24
[6
] [7])
])
\tf@toc=\write3
\openout3 = `Schrick-Noah_MS-Thesis.toc'.
[8] (./Schrick-Noah_MS-Thesis.lot)
[7] (./Schrick-Noah_MS-Thesis.lot)
\tf@lot=\write4
\openout4 = `Schrick-Noah_MS-Thesis.lot'.
[9
[8
] (./Schrick-Noah_MS-Thesis.lof)
\tf@lof=\write5
\openout5 = `Schrick-Noah_MS-Thesis.lof'.
[10
[9
]
\openout2 = `Chapter1.aux'.
@ -248,7 +244,7 @@ CHAPTER 2.
(./Chapter3.tex
CHAPTER 3.
<./Chapter3_img/PW.png, id=63, 958.58125pt x 525.965pt>
<./Chapter3_img/PW.png, id=60, 958.58125pt x 525.965pt>
File: ./Chapter3_img/PW.png Graphic file (type png)
<use ./Chapter3_img/PW.png>
Package pdftex.def Info: ./Chapter3_img/PW.png used on input line 17.
@ -259,7 +255,7 @@ Package pdftex.def Info: ./Chapter3_img/PW.png used on input line 17.
] [9 <./Chapter3_img/PW.png>]
<./Chapter3_img/CC.png, id=71, 658.46pt x 527.9725pt>
<./Chapter3_img/CC.png, id=67, 658.46pt x 527.9725pt>
File: ./Chapter3_img/CC.png Graphic file (type png)
<use ./Chapter3_img/CC.png>
Package pdftex.def Info: ./Chapter3_img/CC.png used on input line 57.
@ -270,7 +266,7 @@ Package pdftex.def Info: ./Chapter3_img/CC.png used on input line 57.
(./Chapter4.tex
CHAPTER 4.
<./Chapter4_img/non-sync_ex.drawio.png, id=94, 1014.79124pt x 400.49625pt>
<./Chapter4_img/non-sync_ex.drawio.png, id=91, 1014.79124pt x 400.49625pt>
File: ./Chapter4_img/non-sync_ex.drawio.png Graphic file (type png)
<use ./Chapter4_img/non-sync_ex.drawio.png>
Package pdftex.def Info: ./Chapter4_img/non-sync_ex.drawio.png used on input l
@ -287,37 +283,37 @@ Overfull \hbox (30.42026pt too wide) in paragraph at lines 49--49
, (<parameter-list>)=
[]
<./Chapter4_img/Bison-Flex.png, id=106, 1447.4075pt x 492.84125pt>
<./Chapter4_img/Bison-Flex.png, id=103, 1447.4075pt x 492.84125pt>
File: ./Chapter4_img/Bison-Flex.png Graphic file (type png)
<use ./Chapter4_img/Bison-Flex.png>
Package pdftex.def Info: ./Chapter4_img/Bison-Flex.png used on input line 61.
(pdftex.def) Requested size: 469.75499pt x 159.95341pt.
[20] [21 <./Chapter4_img/Bison-Flex.png (PNG copy)>]
<./Chapter4_img/Sync-Fire.png, id=115, 489.83pt x 1052.93375pt>
<./Chapter4_img/Sync-Fire.png, id=111, 489.83pt x 1052.93375pt>
File: ./Chapter4_img/Sync-Fire.png Graphic file (type png)
<use ./Chapter4_img/Sync-Fire.png>
Package pdftex.def Info: ./Chapter4_img/Sync-Fire.png used on input line 85.
(pdftex.def) Requested size: 244.9144pt x 526.46559pt.
[22] [23 <./Chapter4_img/Sync-Fire.png>] [24]
<./Chapter4_img/Sync-Runtime-Bar.png, id=126, 435.591pt x 238.491pt>
<./Chapter4_img/Sync-Runtime-Bar.png, id=123, 435.591pt x 238.491pt>
File: ./Chapter4_img/Sync-Runtime-Bar.png Graphic file (type png)
<use ./Chapter4_img/Sync-Runtime-Bar.png>
Package pdftex.def Info: ./Chapter4_img/Sync-Runtime-Bar.png used on input lin
e 123.
(pdftex.def) Requested size: 469.75499pt x 257.2098pt.
<./Chapter4_img/Sync-Runtime.png, id=127, 402.522pt x 236.082pt>
<./Chapter4_img/Sync-Runtime.png, id=124, 402.522pt x 236.082pt>
File: ./Chapter4_img/Sync-Runtime.png Graphic file (type png)
<use ./Chapter4_img/Sync-Runtime.png>
Package pdftex.def Info: ./Chapter4_img/Sync-Runtime.png used on input line 12
4.
(pdftex.def) Requested size: 469.75499pt x 275.52676pt.
<./Chapter4_img/Sync-StateSpace-Bar.png, id=128, 434.058pt x 230.169pt>
<./Chapter4_img/Sync-StateSpace-Bar.png, id=125, 434.058pt x 230.169pt>
File: ./Chapter4_img/Sync-StateSpace-Bar.png Graphic file (type png)
<use ./Chapter4_img/Sync-StateSpace-Bar.png>
Package pdftex.def Info: ./Chapter4_img/Sync-StateSpace-Bar.png used on input
line 131.
(pdftex.def) Requested size: 469.75499pt x 249.11264pt.
<./Chapter4_img/Sync-StateSpace.png, id=129, 402.741pt x 236.301pt>
<./Chapter4_img/Sync-StateSpace.png, id=126, 402.741pt x 236.301pt>
File: ./Chapter4_img/Sync-StateSpace.png Graphic file (type png)
<use ./Chapter4_img/Sync-StateSpace.png>
Package pdftex.def Info: ./Chapter4_img/Sync-StateSpace.png used on input line
@ -336,33 +332,33 @@ CHAPTER 5.
]
<./Chapter5_img/horiz_task.drawio.png, id=147, 1125.20375pt x 738.76pt>
<./Chapter5_img/horiz_task.drawio.png, id=144, 1125.20375pt x 738.76pt>
File: ./Chapter5_img/horiz_task.drawio.png Graphic file (type png)
<use ./Chapter5_img/horiz_task.drawio.png>
Package pdftex.def Info: ./Chapter5_img/horiz_task.drawio.png used on input li
ne 42.
(pdftex.def) Requested size: 469.75499pt x 308.4171pt.
[29] [30 <./Chapter5_img/horiz_task.drawio.png>]
<./Chapter5_img/node-alloc.png, id=155, 818.30719pt x 536.75531pt>
<./Chapter5_img/node-alloc.png, id=152, 818.30719pt x 536.75531pt>
File: ./Chapter5_img/node-alloc.png Graphic file (type png)
<use ./Chapter5_img/node-alloc.png>
Package pdftex.def Info: ./Chapter5_img/node-alloc.png used on input line 54.
(pdftex.def) Requested size: 469.75499pt x 308.1323pt.
[31 <./Chapter5_img/node-alloc.PNG>]
<./Chapter5_img/Task1-Data-Dist.png, id=160, 1017.04968pt x 336.50719pt>
<./Chapter5_img/Task1-Data-Dist.png, id=157, 1017.04968pt x 336.50719pt>
File: ./Chapter5_img/Task1-Data-Dist.png Graphic file (type png)
<use ./Chapter5_img/Task1-Data-Dist.png>
Package pdftex.def Info: ./Chapter5_img/Task1-Data-Dist.png used on input line
70.
(pdftex.def) Requested size: 469.75499pt x 155.42674pt.
[32]
<./Chapter5_img/Task1-Case1.png, id=164, 586.44093pt x 339.51843pt>
<./Chapter5_img/Task1-Case1.png, id=161, 586.44093pt x 339.51843pt>
File: ./Chapter5_img/Task1-Case1.png Graphic file (type png)
<use ./Chapter5_img/Task1-Case1.png>
Package pdftex.def Info: ./Chapter5_img/Task1-Case1.png used on input line 79.
(pdftex.def) Requested size: 469.75499pt x 271.9622pt.
<./Chapter5_img/Task1-Case2.png, id=165, 702.37407pt x 414.79968pt>
<./Chapter5_img/Task1-Case2.png, id=162, 702.37407pt x 414.79968pt>
File: ./Chapter5_img/Task1-Case2.png Graphic file (type png)
<use ./Chapter5_img/Task1-Case2.png>
Package pdftex.def Info: ./Chapter5_img/Task1-Case2.png used on input line 86.
@ -387,18 +383,18 @@ LaTeX Warning: No positions in optional float specifier.
LaTeX Warning: Reference `sec:Task-perf-expec' on page 38 undefined on input li
ne 136.
<./Chapter5_img/NA.png, id=185, 369.38pt x 118.4425pt>
<./Chapter5_img/NA.png, id=182, 369.38pt x 118.4425pt>
File: ./Chapter5_img/NA.png Graphic file (type png)
<use ./Chapter5_img/NA.png>
Package pdftex.def Info: ./Chapter5_img/NA.png used on input line 142.
(pdftex.def) Requested size: 184.68954pt x 59.2211pt.
<./Chapter5_img/Speedup-Esize-Tasking.png, id=186, 620.208pt x 321.93pt>
<./Chapter5_img/Speedup-Esize-Tasking.png, id=183, 620.208pt x 321.93pt>
File: ./Chapter5_img/Speedup-Esize-Tasking.png Graphic file (type png)
<use ./Chapter5_img/Speedup-Esize-Tasking.png>
Package pdftex.def Info: ./Chapter5_img/Speedup-Esize-Tasking.png used on inpu
t line 150.
(pdftex.def) Requested size: 469.75499pt x 243.83916pt.
<./Chapter5_img/Eff-Esize-Tasking.png, id=187, 620.208pt x 322.149pt>
<./Chapter5_img/Eff-Esize-Tasking.png, id=184, 620.208pt x 322.149pt>
File: ./Chapter5_img/Eff-Esize-Tasking.png Graphic file (type png)
<use ./Chapter5_img/Eff-Esize-Tasking.png>
Package pdftex.def Info: ./Chapter5_img/Eff-Esize-Tasking.png used on input li
@ -406,19 +402,14 @@ ne 151.
(pdftex.def) Requested size: 469.75499pt x 244.00504pt.
[38] [39 <./Chapter5_img/NA.png> <./Chapter5_img/Speedup-Esize-Tasking.png> <./
Chapter5_img/Eff-Esize-Tasking.png>]
<./Chapter5_img/subgraphing.drawio.png, id=197, 824.07875pt x 743.77875pt>
<./Chapter5_img/subgraphing.drawio.png, id=193, 824.07875pt x 743.77875pt>
File: ./Chapter5_img/subgraphing.drawio.png Graphic file (type png)
<use ./Chapter5_img/subgraphing.drawio.png>
Package pdftex.def Info: ./Chapter5_img/subgraphing.drawio.png used on input l
ine 165.
(pdftex.def) Requested size: 247.22552pt x 223.13535pt.
[40]
LaTeX Warning: Reference `fig:front-merg' on page 41 undefined on input line 17
5.
[41 <./Chapter5_img/subgraphing.drawio.png>]
<./Chapter5_img/front_merge.drawio.png, id=206, 1059.96pt x 465.74pt>
[40] [41 <./Chapter5_img/subgraphing.drawio.png>]
<./Chapter5_img/front_merge.drawio.png, id=203, 1059.96pt x 465.74pt>
File: ./Chapter5_img/front_merge.drawio.png Graphic file (type png)
<use ./Chapter5_img/front_merge.drawio.png>
Package pdftex.def Info: ./Chapter5_img/front_merge.drawio.png used on input l
@ -429,42 +420,21 @@ ine 178.
(./Chapter6.tex
CHAPTER 6.
[45
) [45
]) [46]
\openout2 = `Chapter7.aux'.
(./Chapter7.tex
CHAPTER 7.
) [47
] (./Schrick-Noah_MS-Thesis.bbl [46
] (./Schrick-Noah_MS-Thesis.bbl [48
] [49])
\c@appendixno=\count275
[50]
\openout2 = `Appendices.aux'.
(./Appendices.tex [51
])
[52] (./Schrick-Noah_MS-Thesis.aux (./Chapter1.aux) (./Chapter2.aux)
(./Chapter3.aux) (./Chapter4.aux) (./Chapter5.aux) (./Chapter6.aux)
(./Chapter7.aux) (./Appendices.aux))
] [47]) [48]
(./Schrick-Noah_MS-Thesis.aux (./Chapter1.aux) (./Chapter2.aux) (./Chapter3.aux
) (./Chapter4.aux) (./Chapter5.aux) (./Chapter6.aux))
LaTeX Warning: There were undefined references.
LaTeX Warning: There were multiply-defined labels.
)
(\end occurred inside a group at level 6)
@ -476,13 +446,13 @@ LaTeX Warning: There were multiply-defined labels.
### semi simple group (level 1) entered at line 52 (\begingroup)
### bottom level
Here is how much of TeX's memory you used:
3742 strings out of 478276
70808 string characters out of 5853013
363714 words of memory out of 5000000
21866 multiletter control sequences out of 15000+600000
3681 strings out of 478276
69233 string characters out of 5853013
361906 words of memory out of 5000000
21819 multiletter control sequences out of 15000+600000
473155 words of font info for 41 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
67i,8n,77p,1728b,1424s stack positions out of 5000i,500n,10000p,200000b,80000s
67i,8n,77p,1717b,1424s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/share/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.en
c}</usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/
texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/texmf-dist/fon
@ -491,10 +461,10 @@ ts/type1/public/amsfonts/cm/cmr12.pfb></usr/share/texmf-dist/fonts/type1/public
y10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfb></usr/
share/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb></usr/share/texmf-di
st/fonts/type1/public/cm-super/sfrm1200.pfb>
Output written on Schrick-Noah_MS-Thesis.pdf (62 pages, 1185960 bytes).
Output written on Schrick-Noah_MS-Thesis.pdf (57 pages, 1183415 bytes).
PDF statistics:
281 PDF objects out of 1000 (max. 8388607)
165 compressed objects within 2 object streams
265 PDF objects out of 1000 (max. 8388607)
154 compressed objects within 2 object streams
0 named destinations out of 1000 (max. 500000)
96 words of extra memory for PDF output out of 10000 (max. 10000000)

Binary file not shown.

View File

@ -116,7 +116,7 @@
\RequirePackage{TUthesis}
\includeonly{Chapter1,Chapter2,Chapter3,Chapter4,Chapter5,Chapter6,Chapter7,Appendices}
\includeonly{Chapter1,Chapter2,Chapter3,Chapter4,Chapter5,Chapter6}
\begin{document}
@ -147,15 +147,15 @@
%
\committeesize=6
\advisor{I. M. Brilliant} % name of chairperson or co-advisor
\secondmember{Second Member} % name of second member or co-advisor
\thirdmember{Third Member} % name of third member
\fourthmember{Fourth Member} % as needed
\fifthmember{Fifth Member} % as needed
\sixthmember{Sixth Member} % as needed
\advisor{Peter J. Hawrylak} % name of chairperson or co-advisor
\secondmember{John Hale} % name of second member or co-advisor
\thirdmember{Mauricio Papa} % name of third member
\fourthmember{} % as needed
\fifthmember{} % as needed
\sixthmember{} % as needed
\numofpages{92} % number of pages in the document
\numofchapters=7 % number of chapters in the document
\numofchapters=6 % number of chapters in the document
\lastchapter{Conclusions and Future Works} % the title of the last numbered chapter
\numofabstractwords{29} % number of words in the abstract
@ -209,7 +209,7 @@ over the place.
\include{Chapter4}
\include{Chapter5}
\include{Chapter6}
\include{Chapter7}
%\include{Chapter7}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BIBLIOGRAPHY
@ -226,6 +226,6 @@ over the place.
% APPENDICES AS NECESSARY
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendixpages % prepare for the generation of the appendices
\include{Appendices}
%\appendixpages % prepare for the generation of the appendices
%\include{Appendices}
\end{document}

View File

@ -5,11 +5,11 @@
{\hfill \ }
\contentsline {section}{\hspace {-\parindent }ACKNOWLEDGEMENTS}{v}{}%
{\hfill \ }
\contentsline {section}{\hspace {-\parindent }TABLE OF CONTENTS}{viii}{}%
\contentsline {section}{\hspace {-\parindent }TABLE OF CONTENTS}{vii}{}%
{\hfill \ }
\contentsline {section}{\hspace {-\parindent }LIST OF TABLES}{ix}{}%
\contentsline {section}{\hspace {-\parindent }LIST OF TABLES}{viii}{}%
{\hfill \ }
\contentsline {section}{\hspace {-\parindent }LIST OF FIGURES}{x}{}%
\contentsline {section}{\hspace {-\parindent }LIST OF FIGURES}{ix}{}%
\contentsline {chapter}{\numberline {CHAPTER 1: }{\bf \uppercase {INTRODUCTION}}}{1}{}%
\contentsline {section}{\numberline {1.1}\bf Introduction to Attack Graphs}{1}{}%
\contentsline {section}{\numberline {1.2}\bf Application to Compliance}{2}{}%
@ -56,7 +56,7 @@
\contentsline {subsubsection}{Task 3}{35}{}%
\contentsline {subsubsection}{Task 4 and Task 5}{35}{}%
\contentsline {subsubsection}{MPI Tags}{36}{}%
\contentsline {subsection}{\numberline {5.3.3}\it Performance Expectations}{37}{}%
\contentsline {subsection}{\numberline {5.3.3}\it Performance Expectations and Use Cases}{37}{}%
\contentsline {subsection}{\numberline {5.3.4}\it Results}{37}{}%
\contentsline {section}{\numberline {5.4}\bf Subgraphing Approach}{38}{}%
\contentsline {subsection}{\numberline {5.4.1}\it Introduction to the Subgraphing Approach}{40}{}%
@ -64,34 +64,12 @@
\contentsline {subsubsection}{Worker Nodes}{41}{}%
\contentsline {subsubsection}{Root Node}{42}{}%
\contentsline {subsubsection}{Database Node}{43}{}%
\contentsline {subsection}{\numberline {5.4.3}\it Performance Expectations}{43}{}%
\contentsline {subsection}{\numberline {5.4.3}\it Performance Expectations and Use Cases}{43}{}%
\contentsline {subsection}{\numberline {5.4.4}\it Results}{44}{}%
\contentsline {chapter}{\numberline {CHAPTER 6: }{\bf \uppercase {PERFORMANCE ANALYSIS}}}{45}{}%
\contentsline {section}{\numberline {6.1}\bf Small Networks}{45}{}%
\contentsline {subsection}{\numberline {6.1.1}\it Test Information}{45}{}%
\contentsline {subsection}{\numberline {6.1.2}\it Results}{45}{}%
\contentsline {subsection}{\numberline {6.1.3}\it Analysis}{45}{}%
\contentsline {section}{\numberline {6.2}\bf Large Networks}{45}{}%
\contentsline {subsection}{\numberline {6.2.1}\it Test Information}{45}{}%
\contentsline {subsection}{\numberline {6.2.2}\it Results}{45}{}%
\contentsline {subsection}{\numberline {6.2.3}\it Analysis}{45}{}%
\contentsline {section}{\numberline {6.3}\bf Large Exploit Lists}{45}{}%
\contentsline {subsection}{\numberline {6.3.1}\it Test Information}{45}{}%
\contentsline {subsection}{\numberline {6.3.2}\it Results}{45}{}%
\contentsline {subsection}{\numberline {6.3.3}\it Analysis}{45}{}%
\contentsline {section}{\numberline {6.4}\bf Distributed Hash Tables}{45}{}%
\contentsline {subsection}{\numberline {6.4.1}\it Test Information}{46}{}%
\contentsline {subsection}{\numberline {6.4.2}\it Results}{46}{}%
\contentsline {subsection}{\numberline {6.4.3}\it Analysis}{46}{}%
\contentsline {chapter}{\numberline {CHAPTER 7: }{\bf \uppercase {CONCLUSIONS AND FUTURE WORKS}}}{47}{}%
\contentsline {section}{\numberline {7.1}\bf Future Work}{47}{}%
\contentsline {chapter}{\numberline {CHAPTER 6: }{\bf \uppercase {CONCLUSIONS AND FUTURE WORKS}}}{45}{}%
\contentsline {section}{\numberline {6.1}\bf Future Work}{45}{}%
{\hfill \ }
\contentsline {section}{\hspace {-\parindent }NOMENCLATURE}{48}{}%
\contentsline {section}{\hspace {-\parindent }NOMENCLATURE}{46}{}%
\addvspace {10pt}
\contentsline {section}{\hspace {-\parindent }BIBLIOGRAPHY}{48}{}%
\contentsline {section}{\hspace {-\parindent }BIBLIOGRAPHY}{46}{}%
{\hfill \ }
\contentsline {section}{\hspace {-\parindent }APPENDIX A:\ \ {\bf \uppercase {THE FIRST APPENDIX}} }{51}{}%
\contentsline {section}{\hspace {-\parindent }APPENDIX B:\ \ {\bf \uppercase {THE SECOND APPENDIX}} }{52}{}%
\contentsline {section}{\numberline {B.1}\bf A Heading in an Appendix}{52}{}%
\contentsline {subsection}{\numberline {B.1.1}\it A Subheading in an Appendix}{52}{}%
\contentsline {subsubsection}{A Sub-subsection in an Appendix}{52}{}%