diff paper/chapter4.tex @ 46:c63aaa629330

Added dat files
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Fri, 31 Jan 2014 05:38:58 +0900
parents 618adf0a9b2b
children faa708c2958b
line wrap: on
line diff
--- a/paper/chapter4.tex	Thu Jan 30 20:22:22 2014 +0900
+++ b/paper/chapter4.tex	Fri Jan 31 05:38:58 2014 +0900
@@ -43,6 +43,8 @@
   \end{center}
 \end{figure}
 
+\subsection{Torque Resource Manager}
+
 \subsection{weighttp}
 最初の実験で1つのノードに負荷をかけるプログラムはウェブサーバの測定ツールであるweighttpを使用する.
 weighttpは総リクエスト数, 同時接続数, ネイティブスレッド数をオプションとして指定することができるC言語
@@ -53,6 +55,19 @@
 今回使用する掲示板プログラムは組み込み用ウェブサーバであるJettyをフロントエンドとして利用し, バックエンド
 に Jungle と Cassandra を利用している.
 
+\begin{table}[!htbp]
+\caption{簡易掲示板システムで利用したJettyとCassandraのバージョン}
+\label{tab:bulletinboard_components}
+\begin{center}
+\begin{tabular}{|c||c|} \hline
+名前 & バージョン \\ \hline \hline
+Jetty & 6.1.26 \\ \hline
+Cassandra & 2.0.4 \\ \hline
+\end{tabular}
+\end{center}
+\end{table}
+
+
 
 \subsection{実験環境}