<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<title>iim scoreboard</title>
<meta http-equiv="content-type" CONTENT="text/html; charset=UTF-8">
<meta http-equiv=refresh CONTENT=%REFRESH%>
<style type="text/css">
body
 { background-color: #FFFFF0 ; }

h1, h2, h3, h4, h5, hr
 { color : #007CB9 ; }

div.legenda
 { font-size  : smaller ; }

div.iim_scb table
 { border : 1px solid black ; }

div.iim_scb th
 { border  : 1px solid black ;
   padding : 4px ;
 }

div.iim_scb td
 { border  : 1px solid black ;
   padding : 4px ;
 }

div.iim_scb th.left  { text-align : left  ; }
div.iim_scb th.right { text-align : right ; }
div.iim_scb td.left  { text-align : left  ; }
div.iim_scb td.right { text-align : right ; }

div.iim_scb th.fill
 { border  : 1px solid ;
   padding : 0px ;
   width   : 1px ;
   border-color : #007CB9 ;
   background-color : #007CB9 ;
 }

div.iim_scb td.fill
 { border       : 1px ;
   border-style : solid ;
 }

div.iim_scb th.title
 { border     : 1px solid black ;
   padding    : 4px     ;
   color      : white   ;
   background : #007CB9 ;
   font-size  : larger  ;
 }

div.iim_scb div.tab
 { border-width  : 2px  ;
   border-style  : solid ;
   border-color  : #007CB9 ;
   margin-top    : 1ex  ;
   margin-left   : 3ex  ;
   margin-right  : 1ex  ;
   margin-bottom : 0em  ;
   float         : left ;
 }

div.iim_scb span.iim_red { color : red ; }
</style>
</head>
<body>

<DIV STYLE="float:right">
<a href="%SITE%/"><img src="%LOGO%" BORDER=0 alt="[IIM]"></a>
</DIV>

<h2>iim scoreboard</h2>

<DIV CLASS=iim_scb>
%TABLES%
</DIV>

<br clear=all>

<div class=legenda>
<ul>
<li><b>loops</b> : <b>iim</b> rsyncs twice per loop ;
 this <b>iim</b> sleeps %SML% seconds between loops.
<li><b>events</b> : an <i>event</i> is a
 (<i>time, path</i>, <i>type</i>) tuple,
where <i>type</i> <small>&isin;</small> <i>{ new, delete }</i> ;
 <br>
 &minus; both new files and file updates are represented by <i>new</i>
   events ;
 <br>
 &minus; the <i>RECENT</i> files (<code>RECENT-*.json</code>) contain
   the event stream ;
 <br>
 &minus; the updates of <i>RECENT</i> files are <i>not</i> represented in
   the event stream.
<li><b>&rarr; discarded</b> : <i>new</i> events where file <i>path</i>
 does not exist in the remote archive.
<li><b>files fetched</b> : files fetched in full syncs are <i>not</i> included
<li><b>&rarr; new files</b> : a fetched file is a <i>new file</i> if
 it doesn't exist yet in the local archive.
<li><b>links fetched</b> : counts <i>new</i> events where fetching
 <i>path</i> results in a symlink.
<li><b>dud deletes</b> : counts <i>delete</i> events where file
 <i>path</i> does not exist.
<li><b>time sync errors</b> : time spent waiting for (loop &amp; full) syncs
 that ended in error.
<li><b>sync in/out</b> : bandwidth based on <b>--stats</b> ; lowerbound ;
 full syncs are <i>not</i> included.
<li><b>bandwidth files</b> : based on <i>files fetched</i> ;
 <b>b/s</b> == <i>bits per second</i> ;
 <br>
 upperbound because rsync compression (option <tt>-z</tt>) is not taken
 into account.
</ul>
</div>

<hr noshade="noshade" size="1">
<DIV STYLE="float:right">
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.staff.science.uu.nl/~penni101/icons/valid-html401-blue.png"
border=0 alt="valid-html401"></a>
</DIV>
%DATE%
&rarr; next &rarr;
%NEXT%
-
<a href="http://www.staff.science.uu.nl/~penni101/iim/">%VERSION%</a>
</body>
</html>