From c5e99539f4dc4c49f04df56d4f3f07cd823276ab Mon Sep 17 00:00:00 2001 From: Duncan Date: Mon, 3 Feb 2020 14:16:53 -0500 Subject: [PATCH] Added an 'and' --- trackingPaper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trackingPaper.tex b/trackingPaper.tex index 9fc029d..336dfcf 100644 --- a/trackingPaper.tex +++ b/trackingPaper.tex @@ -131,7 +131,7 @@ While file system traces have been well-studied in earlier work, it has been som The purpose of this work is to continue previous SMB studies to better understand the use of the protocol in a real-world production system in use at the University of Connecticut. The main contribution of our work is the exploration of I/O behavior in modern file system workloads as well as new examinations of the inter-arrival times and run times for I/O events. We further investigate if the recent standard models for traffic remain accurate. -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 that 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. +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 that 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. \end{abstract} \section{Introduction}