# HG changeset patch # User Ken Miyahira # Date 1613054884 -32400 # Node ID 25d968349699c3229d67f4b19d22d2bae1e31cd6 # Parent ae1309162772896a8c57bd7eef3d56d549240fec update slide diff -r ae1309162772 -r 25d968349699 paper/chapter/new_system.tex --- a/paper/chapter/new_system.tex Wed Feb 10 21:08:31 2021 +0900 +++ b/paper/chapter/new_system.tex Thu Feb 11 23:48:04 2021 +0900 @@ -9,7 +9,7 @@ \begin{table}[H] \begin{center} - \caption{新システムの物理サーバ} + \caption{新システムの汎用サーバ} \begin{tabular}{|c|c|} \hline CPU & Intel Xeon Gold 6238 (2.10GHz/22Core) \\ \hline CPUユニット数 & 2 \\ \hline diff -r ae1309162772 -r 25d968349699 paper/chapter/old_system.tex --- a/paper/chapter/old_system.tex Wed Feb 10 21:08:31 2021 +0900 +++ b/paper/chapter/old_system.tex Thu Feb 11 23:48:04 2021 +0900 @@ -8,7 +8,7 @@ そのため,利用者が必要とする十分なスペックを提供するため,表\ref{tb:oldserver}のスペックの汎用サーバを4台導入した. \begin{table}[H] \begin{center} - \caption{旧システムの1Uサーバ} + \caption{旧システムの汎用サーバ} \begin{tabular}{|c|c|} \hline CPU & Intel Xeon E5-2699 v3 (2.30GHz/18Core) \\ \hline CPUユニット数 & 2 \\ \hline diff -r ae1309162772 -r 25d968349699 paper/file/benchmark/bar.py --- a/paper/file/benchmark/bar.py Wed Feb 10 21:08:31 2021 +0900 +++ b/paper/file/benchmark/bar.py Thu Feb 11 23:48:04 2021 +0900 @@ -6,7 +6,7 @@ print("データ読み込み") x = [1, 2, 3] label = ["Docker", "Podman", "ie-podman"] - y = [758.16, 5693.16, 809.34] + y = [758.16, 4999.47, 809.34] name = input("GraphName: ") xlabel = input("xlabel: ") diff -r ae1309162772 -r 25d968349699 paper/file/benchmark/pdf/container.pdf Binary file paper/file/benchmark/pdf/container.pdf has changed diff -r ae1309162772 -r 25d968349699 paper/final_thesis.pdf Binary file paper/final_thesis.pdf has changed diff -r ae1309162772 -r 25d968349699 slide/images/container.png Binary file slide/images/container.png has changed diff -r ae1309162772 -r 25d968349699 slide/slide.html --- a/slide/slide.html Wed Feb 10 21:08:31 2021 +0900 +++ b/slide/slide.html Thu Feb 11 23:48:04 2021 +0900 @@ -27,7 +27,7 @@ position: absolute; left: 50px; top: 35px; } -" class="title" data-marpit-pagination="1" data-marpit-pagination-total="29" style="--paginate:true;--class:title;--theme:default; +" class="title" data-marpit-pagination="1" data-marpit-pagination-total="31" style="--paginate:true;--class:title;--theme:default; ;">

コンテナ技術を用いた教育情報システムの構築