Triton-private Repository branch, master, updated. 3cea60a7d673ee0f6de164bf765fb0d166a0039c
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton-private Repository". The branch, master has been updated via 3cea60a7d673ee0f6de164bf765fb0d166a0039c (commit) from 80500c343bcc8981737d20f828eb85b5542dff5e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3cea60a7d673ee0f6de164bf765fb0d166a0039c Author: Kevin Harms <[email protected]> Date: Thu Mar 1 15:13:48 2012 -0600 Add memory usage and latency graph ----------------------------------------------------------------------- Summary of changes: papers/2011/aesop/evaluation.tex | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) Diff of changes: diff --git a/papers/2011/aesop/evaluation.tex b/papers/2011/aesop/evaluation.tex index 35c7cdb..e2d14ba 100644 --- a/papers/2011/aesop/evaluation.tex +++ b/papers/2011/aesop/evaluation.tex @@ -116,6 +116,8 @@ performance difference between blocking and non-blocking socket operations. Aesop uses non-blocking socket operations so this test case is a better comparison between aesop and a hand tuned server. +% use subfigure for performance graphs + \begin{figure}[t] \centering \includegraphics[keepaspectratio,width=0.45\textwidth]{fig/read-hist.pdf} @@ -140,6 +142,18 @@ comparison between aesop and a hand tuned server. \caption{Write-null performance \label{fig:write-null-hist}} \end{figure} +\begin{figure}[t] + \centering + \includegraphics[keepaspectratio,width=0.45\textwidth]{fig/write-mem.pdf} + \caption{Write memory usage \label{fig:write-mem}} +\end{figure} + +\begin{figure}[t] + \centering + \includegraphics[keepaspectratio,width=0.45\textwidth]{fig/write-lat.pdf} + \caption{Write Latency \label{fig:write-lat}} +\end{figure} + \subsection{Productivity} \begin{table} hooks/post-receive -- Triton-private Repository
participants (1)
-
noreply@mcs.anl.gov