source: doc/theses/thierry_delisle_PhD/thesis/text/eval_macro.tex@ 74ec742

ADT ast-experimental pthread-emulation qualifiedEnum
Last change on this file since 74ec742 was 622a358, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

A whole lot of results and some text section done

  • Property mode set to 100644
File size: 1.7 KB
Line 
1\chapter{Macro-Benchmarks}\label{macrobench}
2
3\section{Static Web-Server}
4
5In Memory Plain Text
6
7Networked ZIPF
8
9Nginx : 5Gb still good, 4Gb starts to suffer
10
11Cforall : 10Gb too high, 4 Gb too low
12
13\section{Memcached}
14
15\subsection{Benchmark Environment}
16These experiments are run on a cluster of homogenous Supermicro SYS-6017R-TDF compute nodes with the following characteristics:
17The server runs Ubuntu 20.04.3 LTS on top of Linux Kernel 5.11.0-34.
18Each node has 2 Intel(R) Xeon(R) CPU E5-2620 v2 running at 2.10GHz.
19These CPUs have 6 cores per CPUs and 2 \glspl{hthrd} per core, for a total of 24 \glspl{hthrd}.
20The cpus each have 384 KB, 3 MB and 30 MB of L1, L2 and L3 caches respectively.
21Each node is connected to the network through a Mellanox 10 Gigabit Ethernet port.
22The network route uses 1 Mellanox SX1012 10/40 Gigabit Ethernet cluster switch.
23
24
25
26\begin{figure}
27 \centering
28 \input{result.memcd.updt.qps.pstex_t}
29 \caption[Churn Benchmark : Throughput on Intel]{Churn Benchmark : Throughput on Intel\smallskip\newline Description}
30 \label{fig:memcd:updt:qps}
31\end{figure}
32
33\begin{figure}
34 \centering
35 \input{result.memcd.updt.lat.pstex_t}
36 \caption[Churn Benchmark : Throughput on Intel]{Churn Benchmark : Throughput on Intel\smallskip\newline Description}
37 \label{fig:memcd:updt:lat}
38\end{figure}
39
40\begin{figure}
41 \centering
42 \input{result.memcd.rate.qps.pstex_t}
43 \caption[Churn Benchmark : Throughput on Intel]{Churn Benchmark : Throughput on Intel\smallskip\newline Description}
44 \label{fig:memcd:rate:qps}
45\end{figure}
46
47\begin{figure}
48 \centering
49 \input{result.memcd.rate.99th.pstex_t}
50 \caption[Churn Benchmark : Throughput on Intel]{Churn Benchmark : Throughput on Intel\smallskip\newline Description}
51 \label{fig:memcd:rate:tail}
52\end{figure}
Note: See TracBrowser for help on using the repository browser.