comparison Paper/jssst.tex @ 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
comparison
equal deleted inserted replaced
29:aec0e1852d85 30:201e1acfdd40
393 Jungle は非破壊により過去のデータを持っているため Merge を行うことができる. 393 Jungle は非破壊により過去のデータを持っているため Merge を行うことができる.
394 それにより最新のデータでなくてもデータを返すことができ, それがスケーラビリティ 394 それにより最新のデータでなくてもデータを返すことができ, それがスケーラビリティ
395 に繋がると考えている. 395 に繋がると考えている.
396 396
397 \section{掲示板による Jungle の性能評価} 397 \section{掲示板による Jungle の性能評価}
398 Jungle の例題のアプリケーションとして Jetty を用いて実装された掲示板がある. 398 Jungle の例題のアプリケーションとして掲示板を作成した.
399 今回作成した分散バージョンと2つのベンチマークをとり性能比較を行う. 399 Jetty を用いて実装した.
400 今回作成した分散バージョンと元のバージョンをシングルサーバ上で動かし, 2つのベンチマークをとり性能比較を行う.
400 ベンチマークは学科が提供する VMWare のクラスタを用いて行う. 401 ベンチマークは学科が提供する VMWare のクラスタを用いて行う.
401 402
402 \subsection{実験方法} 403 \subsection{実験方法}
403 複数のクラスタから並列に 5000 回アクセスを行い, それぞれのクラスタの 404 複数のクラスタから並列に 1000 回アクセスを行い, それぞれのクラスタの
404 平均時間をとる. 405 平均時間をとる.
405 クラスタ1台から45台まで順次並列にアクセスを行いグラフ化する. 406 クラスタ1台から45台まで順次並列にアクセスを行いグラフ化する.
406 407
407 \subsection{実験環境} 408 \subsection{実験環境}
409 掲示板を動かすサーバーの環境を図\ref{fig:server_spec_1}に示す.
408 410
409 \begin{table}[!htbp] 411 \begin{table}[!htbp]
410 \caption{掲示板を動かすサーバーの仕様} 412 \caption{掲示板を動かすサーバーの仕様}
411 \label{tab:server_spec_1} 413 \label{fig:server_spec_1}
412 \begin{center}\small 414 \begin{center}\small
413 \begin{tabular}{|c||c|} \hline 415 \begin{tabular}{|c||c|} \hline
414 名前 & 概要 \\ \hline \hline 416 名前 & 概要 \\ \hline \hline
415 CPU &Intel(R) Xeon(R) CPU X5650@2.67GHz*2\\ \hline 417 CPU &Intel(R) Xeon(R) CPU X5650@2.67GHz*2\\ \hline
416 物理コア数 & 12 \\ \hline 418 物理コア数 & 12 \\ \hline
420 JavaVM & 1.6.0\_39-b04 \\ \hline 422 JavaVM & 1.6.0\_39-b04 \\ \hline
421 \end{tabular} 423 \end{tabular}
422 \end{center} 424 \end{center}
423 \end{table} 425 \end{table}
424 426
425 427 サーバにアクセスを行うクラスタの使用を図\ref{fig:cluster_spec_vmware}に示す.
426 \begin{table}[!htbp] 428 \begin{table}[!htbp]
427 \caption{検証に利用するVMWareクラスタの仕様} 429 \caption{検証に利用するVMWareクラスタの仕様}
428 \label{tab:cluster_spec_vmware} 430 \label{fig:cluster_spec_vmware}
429 \begin{center}\small 431 \begin{center}\small
430 \begin{tabular}{|c||c|} \hline 432 \begin{tabular}{|c||c|} \hline
431 名前 & 概要 \\ \hline \hline 433 名前 & 概要 \\ \hline \hline
432 CPU & Intel(R) Xeon(R) CPU X5650@2.67GHz \\ \hline 434 CPU & Intel(R) Xeon(R) CPU X5650@2.67GHz \\ \hline
433 Memory & 8GB \\ \hline 435 Memory & 8GB \\ \hline
435 HyperVisor & VMWare ESXi \\ \hline 437 HyperVisor & VMWare ESXi \\ \hline
436 \end{tabular} 438 \end{tabular}
437 \end{center} 439 \end{center}
438 \end{table} 440 \end{table}
439 441
440 442 \subsection{実験結果}
441 \subsection{評価}
442 443
443 444
444 \section{まとめ} 445 \section{まとめ}
445 446
446 447