Mercurial > hg > Papers > 2013 > nobuyasu-jssst
changeset 30:201e1acfdd40
wrote vm
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 19 Jul 2013 09:09:22 +0900 |
parents | aec0e1852d85 |
children | 984092bfce37 |
files | Paper/jssst.tex |
diffstat | 1 files changed, 9 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Paper/jssst.tex Fri Jul 19 01:52:35 2013 +0900 +++ b/Paper/jssst.tex Fri Jul 19 09:09:22 2013 +0900 @@ -395,20 +395,22 @@ に繋がると考えている. \section{掲示板による Jungle の性能評価} -Jungle の例題のアプリケーションとして Jetty を用いて実装された掲示板がある. -今回作成した分散バージョンと2つのベンチマークをとり性能比較を行う. +Jungle の例題のアプリケーションとして掲示板を作成した. +Jetty を用いて実装した. +今回作成した分散バージョンと元のバージョンをシングルサーバ上で動かし, 2つのベンチマークをとり性能比較を行う. ベンチマークは学科が提供する VMWare のクラスタを用いて行う. \subsection{実験方法} -複数のクラスタから並列に 5000 回アクセスを行い, それぞれのクラスタの +複数のクラスタから並列に 1000 回アクセスを行い, それぞれのクラスタの 平均時間をとる. クラスタ1台から45台まで順次並列にアクセスを行いグラフ化する. \subsection{実験環境} +掲示板を動かすサーバーの環境を図\ref{fig:server_spec_1}に示す. \begin{table}[!htbp] \caption{掲示板を動かすサーバーの仕様} -\label{tab:server_spec_1} +\label{fig:server_spec_1} \begin{center}\small \begin{tabular}{|c||c|} \hline 名前 & 概要 \\ \hline \hline @@ -422,10 +424,10 @@ \end{center} \end{table} - +サーバにアクセスを行うクラスタの使用を図\ref{fig:cluster_spec_vmware}に示す. \begin{table}[!htbp] \caption{検証に利用するVMWareクラスタの仕様} -\label{tab:cluster_spec_vmware} +\label{fig:cluster_spec_vmware} \begin{center}\small \begin{tabular}{|c||c|} \hline 名前 & 概要 \\ \hline \hline @@ -437,8 +439,7 @@ \end{center} \end{table} - -\subsection{評価} +\subsection{実験結果} \section{まとめ}