[haizea-commit] r513 - trunk/doc/manual
haizea-commit at mailman.cs.uchicago.edu
haizea-commit at mailman.cs.uchicago.edu
Wed Sep 24 13:32:37 CDT 2008
Author: borja
Date: 2008-09-24 13:32:37 -0500 (Wed, 24 Sep 2008)
New Revision: 513
Added:
trunk/doc/manual/appendix_lwf.tex
Log:
Added appendix on LWF file format
Added: trunk/doc/manual/appendix_lwf.tex
===================================================================
--- trunk/doc/manual/appendix_lwf.tex (rev 0)
+++ trunk/doc/manual/appendix_lwf.tex 2008-09-24 18:32:37 UTC (rev 513)
@@ -0,0 +1,22 @@
+The LWF (Lease Workload Format) is used to specify lease workloads in Haizea. In an LWF file, time is measured in seconds and starts at second 0. Each line is a lease request and includes ten fields. Each field is separated by whitespace
+The meaning of the fields are:
+
+\begin{center}
+% use packages: array
+\begin{tabular}{|c|l|p{6cm}|}
+\hline
+\sffamily\bfseries \# & \sffamily\bfseries Name & \sffamily\bfseries Description \\ \hline\hline
+ 0 & Request time & The time at which the lease is requested \\ \hline
+ 1 & Start time & The time at which the lease must start. -1 denotes that no start time is requested (i.e., best-effort start time) \\ \hline
+ 2 & Duration & Requested duration \\ \hline
+ 3 & Real duration & Real duration. This field is used to simulate leases that end prematurely \\ \hline
+ 4 & \# of nodes & Number of nodes in the lease \\ \hline
+ 5 & CPU & Number of CPUs, per node. \\ \hline
+ 6 & Memory & Memory per node, in MB. \\ \hline
+ 7 & Disk & Additional disk space (not counting the VM image) in MB, per node \\ \hline
+ 8 & Disk Image & Disk image identifier \\ \hline
+ 9 & Image size & Size of disk image \\ \hline
+\end{tabular}
+\end{center}
+
+This format is specific to Haizea and, as you can see, very ad-hoc. We're looking to replace it with a more flexible format in future versions of Haizea.
\ No newline at end of file
More information about the Haizea-commit
mailing list