diff options
| author | Christian Grothoff <christian@grothoff.org> | 2017-05-16 14:16:03 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2017-05-16 14:16:03 +0200 | 
| commit | 94b56a8f76ba279cab4fd9fc2182a66577a5444e (patch) | |
| tree | 431de543681807c287db3fba45dc6ec888776cfb /doc | |
| parent | c1bfa591732770aa648ce7b40e8fb75b685fccb6 (diff) | |
comment out experiments again
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/paper/taler.tex | 64 | 
1 files changed, 32 insertions, 32 deletions
| diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex index 4a4f741a..5166efea 100644 --- a/doc/paper/taler.tex +++ b/doc/paper/taler.tex @@ -1404,38 +1404,38 @@ The merchant can issue refunds, and only to the original customer.  \section{Experimental results} -\begin{figure}[b!] -    \includegraphics[width=\columnwidth]{bw_in.png} -    \caption{Incoming traffic at the exchange, in bytes per 5 minutes.} -    \label{fig:in} -\end{figure}\hfill -  \begin{figure}[b!] -    \includegraphics[width=\columnwidth]{bw_out.png} -    \caption{Outgoing traffic from the exchange, in bytes per 5 minutes.} -    \label{fig:out} -  \end{figure} -  \begin{figure}[b!] -    \includegraphics[width=\columnwidth]{db_read.png} -    \caption{DB read operations per second.} -    \label{fig:read} -  \end{figure} -  \begin{figure}[b!] -    \includegraphics[width=\columnwidth]{db_write.png} -    \caption{DB write operations per second.} -    \label{fig:write} -   \end{figure} -  \begin{figure}[b!] -    \includegraphics[width=\columnwidth]{cpu_balance.png} -    \caption{CPU credit balance. Hitting a balance of 0 shows the CPU is -       the limiting factor.} -    \label{fig:cpu} -  \end{figure} -  \begin{figure}[b!] -    \includegraphics[width=\columnwidth]{cpu_usage.png} -    \caption{CPU utilization. The t2.micro instance is allowed to use 10\% of -       one CPU.} -    \label{fig:usage} -  \end{figure} +%\begin{figure}[b!] +%    \includegraphics[width=\columnwidth]{bw_in.png} +%    \caption{Incoming traffic at the exchange, in bytes per 5 minutes.} +%    \label{fig:in} +%\end{figure}\hfill +%  \begin{figure}[b!] +%    \includegraphics[width=\columnwidth]{bw_out.png} +%    \caption{Outgoing traffic from the exchange, in bytes per 5 minutes.} +%    \label{fig:out} +%  \end{figure} +%  \begin{figure}[b!] +%    \includegraphics[width=\columnwidth]{db_read.png} +%    \caption{DB read operations per second.} +%    \label{fig:read} +%  \end{figure} +%  \begin{figure}[b!] +%    \includegraphics[width=\columnwidth]{db_write.png} +%    \caption{DB write operations per second.} +%    \label{fig:write} +%   \end{figure} +%  \begin{figure}[b!] +%    \includegraphics[width=\columnwidth]{cpu_balance.png} +%    \caption{CPU credit balance. Hitting a balance of 0 shows the CPU is +%       the limiting factor.} +%    \label{fig:cpu} +%  \end{figure} +%  \begin{figure}[b!] +%    \includegraphics[width=\columnwidth]{cpu_usage.png} +%    \caption{CPU utilization. The t2.micro instance is allowed to use 10\% of +%       one CPU.} +%    \label{fig:usage} +%  \end{figure}  %  \caption{Selected EC2 performance monitors for the experiment in the EC2  %           (after several hours, once the system was ``warm'').}  %  \label{fig:ec2} | 
