# HG changeset patch # User Nobuyasu Oshiro # Date 1374166355 -32400 # Node ID aec0e1852d85e3682dbb89468d8ab167d66a385c # Parent 62114661471d28585a0149054b44702fbbb66977 wrote environment diff -r 62114661471d -r aec0e1852d85 Paper/jssst.tex --- a/Paper/jssst.tex Fri Jul 19 00:01:34 2013 +0900 +++ b/Paper/jssst.tex Fri Jul 19 01:52:35 2013 +0900 @@ -394,8 +394,48 @@ それにより最新のデータでなくてもデータを返すことができ, それがスケーラビリティ に繋がると考えている. -\section{掲示板の作成} +\section{掲示板による Jungle の性能評価} +Jungle の例題のアプリケーションとして Jetty を用いて実装された掲示板がある. +今回作成した分散バージョンと2つのベンチマークをとり性能比較を行う. +ベンチマークは学科が提供する VMWare のクラスタを用いて行う. + +\subsection{実験方法} +複数のクラスタから並列に 5000 回アクセスを行い, それぞれのクラスタの +平均時間をとる. +クラスタ1台から45台まで順次並列にアクセスを行いグラフ化する. + +\subsection{実験環境} +\begin{table}[!htbp] +\caption{掲示板を動かすサーバーの仕様} +\label{tab:server_spec_1} +\begin{center}\small +\begin{tabular}{|c||c|} \hline +名前 & 概要 \\ \hline \hline +CPU &Intel(R) Xeon(R) CPU X5650@2.67GHz*2\\ \hline +物理コア数 & 12 \\ \hline +論理コア数 & 24 \\ \hline +Memory & 132GB \\ \hline +OS & Fedora 16 \\ \hline +JavaVM & 1.6.0\_39-b04 \\ \hline +\end{tabular} +\end{center} +\end{table} + + +\begin{table}[!htbp] +\caption{検証に利用するVMWareクラスタの仕様} +\label{tab:cluster_spec_vmware} +\begin{center}\small +\begin{tabular}{|c||c|} \hline +名前 & 概要 \\ \hline \hline +CPU & Intel(R) Xeon(R) CPU X5650@2.67GHz \\ \hline +Memory & 8GB \\ \hline +OS & CentOS 5.8 \\ \hline +HyperVisor & VMWare ESXi \\ \hline +\end{tabular} +\end{center} +\end{table} \subsection{評価}