comparison 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
comparison
equal deleted inserted replaced
45:cd3b8cf7a3a1 46:c63aaa629330
41 \caption{複数のクライアントから複数のノードへの負荷} 41 \caption{複数のクライアントから複数のノードへの負荷}
42 \label{fig:clients_servers} 42 \label{fig:clients_servers}
43 \end{center} 43 \end{center}
44 \end{figure} 44 \end{figure}
45 45
46 \subsection{Torque Resource Manager}
47
46 \subsection{weighttp} 48 \subsection{weighttp}
47 最初の実験で1つのノードに負荷をかけるプログラムはウェブサーバの測定ツールであるweighttpを使用する. 49 最初の実験で1つのノードに負荷をかけるプログラムはウェブサーバの測定ツールであるweighttpを使用する.
48 weighttpは総リクエスト数, 同時接続数, ネイティブスレッド数をオプションとして指定することができるC言語 50 weighttpは総リクエスト数, 同時接続数, ネイティブスレッド数をオプションとして指定することができるC言語
49 でかかれたプログラムである. 51 でかかれたプログラムである.
50 52
51 53
52 \subsection{掲示板プログラム} 54 \subsection{掲示板プログラム}
53 今回使用する掲示板プログラムは組み込み用ウェブサーバであるJettyをフロントエンドとして利用し, バックエンド 55 今回使用する掲示板プログラムは組み込み用ウェブサーバであるJettyをフロントエンドとして利用し, バックエンド
54 に Jungle と Cassandra を利用している. 56 に Jungle と Cassandra を利用している.
57
58 \begin{table}[!htbp]
59 \caption{簡易掲示板システムで利用したJettyとCassandraのバージョン}
60 \label{tab:bulletinboard_components}
61 \begin{center}
62 \begin{tabular}{|c||c|} \hline
63 名前 & バージョン \\ \hline \hline
64 Jetty & 6.1.26 \\ \hline
65 Cassandra & 2.0.4 \\ \hline
66 \end{tabular}
67 \end{center}
68 \end{table}
69
55 70
56 71
57 \subsection{実験環境} 72 \subsection{実験環境}
58 73
59 \subsubsection{ノードを実行させるサーバの仕様} 74 \subsubsection{ノードを実行させるサーバの仕様}