The goal is to take a peek at the inner workings of APC and monitor things like cache usage, memory fragmentation etc. This extension comes as a module as this is the easiest way to provide all the ...
docker run --rm -i \ -e APC_HOST=192.168.1.2 \ -e "TARGET=http://192.168.1.3:10100/collect/apc" \ reddec/apcsrv ...