- Notifications
You must be signed in to change notification settings - Fork1.1k
ThreadSanitizerBenchmarkingApache
Alexander Potapenko edited this pageAug 31, 2015 ·1 revision
sudo apt-get install libapr1-dev libaprutil1-devwget http://mirror.cc.columbia.edu/pub/software/apache//httpd/httpd-2.4.9.tar.gztar -zxf httpd-2.4.9.tar.gzcd httpd-2.4.9wget https://thread-sanitizer.googlecode.com/svn/trunk/benchmarks/apache/run.sh# Edit run.sh to set CLANG_BIN!./run.shConfig lines to play with in httpd.conf to change the number of threads/processes:
ServerLimit 1StartServers 1ThreadsPerChild 16<a href='Hidden comment:run.sh doesn"t instrument libapr yet, ignore the lines below.
wget http://apache.mirrors.tds.net//apr/apr-1.5.0.tar.gz'>