Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 432 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 432 Bytes

varnish-top

Live stats from a varnish http accelerator. We use the Twitter streaming API to simulate traffic on the SmartMachine.

how to build varnish-2.1.3

CFLAGS="-pthreads" LDFLAGS="-pthreads" VCC_CC="gcc -fpic -shared -o %o %s" PCRE_LIBS=/opt/local/bin/pcre-config --libs PCRE_CFLAGS=/opt/local/bin/pcre-config --cflags ./configure --prefix=/home/node/varnish-2.1.3 ; make ; make install