Skip to content

Commit

Permalink
new tiddler: "BuildSystemtap".
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Mar 4, 2014
1 parent d649f12 commit c8dfd44
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 18 deletions.
17 changes: 16 additions & 1 deletion index.html
Expand Up @@ -600,6 +600,21 @@
Otherwise use an alternative lightweight HTTP load-testing tool [[weighttp|http://redmine.lighttpd.net/projects/weighttp/wiki]] and the invocation {{{weighttp -k -c10 -n10000 'http://127.0.0.1:8080/'}}} for benchmarking.
</pre>
</div>
<div title="BuildSystemtap" creator="YichunZhang" modifier="YichunZhang" created="201403042218" modified="201403042219" changecount="5">
<pre>&lt;&lt;toolbar permalink&gt;&gt;
{{{
sudo yum install gcc gcc-c++ -y
wget https://fedorahosted.org/releases/e/l/elfutils/0.158/elfutils-0.158.tar.bz2
tar -xvf elfutils-0.158.tar.bz2
wget https://sourceware.org/systemtap/ftp/releases/systemtap-2.4.tar.gz
cd systemtap-2.4/
./configure --prefix=/opt/stap --disable-docs \
--disable-publican --disable-refdocs CFLAGS=&quot;-g -O2&quot; \
--with-elfutils=../elfutils-0.158
make -j8
sudo make install
}}}</pre>
</div>
<div title="ChangeLog1000004" creator="YichunZhang" modifier="YichunZhang" created="201107081222" modified="201109020756" changecount="47">
<pre>&lt;&lt;toolbar permalink&gt;&gt;
! Stable Release 1.0.4.2 - 9 August 2011
Expand Down Expand Up @@ -3164,7 +3179,7 @@
When used in conjunction with [[LuaNginxModule]], it is recommended to use [[LuaRestyMySQLLibrary]] instead of this one, since it is more flexible and more memory-efficient.
</pre>
</div>
<div title="DynamicRoutingBasedOnRedis" creator="YichunZhang" modifier="YichunZhang" created="201107270402" modified="201306090149" changecount="16">
<div title="DynamicRoutingBasedOnRedis" creator="YichunZhang" modifier="YichunZhang" created="201107270402" modified="201403042219" changecount="17">
<pre>&lt;&lt;toolbar permalink&gt;&gt;

This sample demonstrates how to use Redis to route incoming requests to different HTTP backends based on the requests' {{{User-Agent}}} header.
Expand Down

0 comments on commit c8dfd44

Please sign in to comment.