varnish

High-performance HTTP accelerator and reverse proxy caching layer

brewmacoslinux
Try with needOr install directly
Source

About

High-performance HTTP accelerator

Commands

varnishdvarnishadmvarnishlogvarnishstatvarnishhistvarnishtest

Examples

Start Varnish daemon listening on port 6081, forwarding to backend on localhost:8080$ varnishd -f /etc/varnish/default.vcl -s malloc,256m -a 0.0.0.0:6081 -b 127.0.0.1:8080
Monitor real-time HTTP requests and cache hits/misses$ varnishlog -g request
Display live cache performance statistics$ varnishstat -1