Skip to content

Commit

Permalink
Meeting needs of submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan committed Apr 27, 2020
1 parent 405f133 commit 6cf7e81
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions trackingPaper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,12 @@
% can use linebreaks \\ within to get better formatting as desired
\title{A Trace-Based Study of SMB Network File System Workloads in an Academic Enterprise}

%\author{\IEEEauthorblockN{Paul Wortman and John Chandy}
%\IEEEauthorblockA{Department of Electrical and Computer Engineering\\
%University of Connecticut, USA\\
%(paul.wortman, john.chandy)@uconn.edu
%}}
\author{\IEEEauthorblockN{Paul Wortman and John Chandy}
\IEEEauthorblockA{Department of Electrical and Computer Engineering\\
University of Connecticut, USA\\
(paul.wortman, john.chandy)@uconn.edu
\\
+1-860-486-5047/+1-860-486-2447}}


% make the title area
Expand All @@ -136,8 +137,8 @@
Our findings reveal interesting data relating to the number of read and write events. We notice that the number of read and write events is significantly less than creates and the average number of bytes exchanged per I/O is much smaller than what has been seen in previous studies.
%the average of bytes transferred over the wire is much smaller than what has been seen in previous studies.
Furthermore we find an increase in the use of metadata for overall network communication that can be taken advantage of through the use of smart storage devices.
\keywords{Server Message Block,
Network Benchmark, Storage Systems, Distributed I/O, Network Communication Analysis.}
\keywords{Server Message Block, Storage System Tracing,
Network Benchmark, Storage Systems, Distributed I/O.}
\end{abstract}

\section{Introduction}
Expand Down Expand Up @@ -288,6 +289,7 @@ \section{Background}
\includegraphics[width=\textwidth]{./images/packetcapturetopology.png}
\caption{Visualization of Packet Capturing System}
\label{fig:captureTopology}
\vspace{-1em}
\end{figure*}


Expand Down Expand Up @@ -445,6 +447,7 @@ \section{Data Analysis}
Combined Protocols \% & 0.86\% & 99.14\% & 100\% \\ \hline
\end{tabular}
\caption{\label{tbl:SMBCommands}Percentage of SMB and SMB2 Protocol Commands on March 15th}
\vspace{-1em}
\end{table}

\begin{table}[]
Expand Down Expand Up @@ -543,6 +546,7 @@ \subsection{I/O Data Request Sizes}
\vspace{-2em}
\caption{PDF and CDF of Bytes Transferred for Read and Write I/O}
\label{fig:SMB-Bytes-IO}
\vspace{-1em}
\end{figure}

%\begin{figure}
Expand Down Expand Up @@ -661,7 +665,7 @@ \subsection{I/O Response Times}
\includegraphics[width=0.5\textwidth]{./images/smb_2019_iats_pdf.png}
\caption{PDF of Inter-Arrival Time for SMB I/O}
\label{fig:PDF-IAT-SMB}
%\vspace{-2em}
\vspace{-1em}
\end{figure}

\begin{figure}[t!]
Expand All @@ -675,7 +679,7 @@ \subsection{I/O Response Times}
\includegraphics[width=0.5\textwidth]{./images/smb_2019_rts_pdf.png}
\caption{PDF of Response Time for SMB I/O}
\label{fig:PDF-RT-SMB}
%\vspace{-2em}
\vspace{-1em}
\end{figure}

\begin{table}[]
Expand Down Expand Up @@ -934,6 +938,7 @@ \subsection{File Extensions}
\end{tabular}
\caption{Top 10 File Extensions Seen Over Three Week Period}
\label{tab:top10SMB2FileExts}
\vspace{-2em}
\end{table}

\begin{table}[]
Expand All @@ -954,6 +959,7 @@ \subsection{File Extensions}
\end{tabular}
\caption{Common File Extensions Seen Over Three Week Period}
\label{tab:commonSMB2FileExts}
\vspace{-3em}
\end{table}

%Points worth mentioning:
Expand Down

0 comments on commit 6cf7e81

Please sign in to comment.