This is my apt install from your php-fpm repo:
Code:
apt-get install php-pear php5-cgi php5-fpm php5-cli php5-common php5-curl php5-mysql php5-suhosin php-apc php5-gd
And this is my configure script:
Code:
./configure \
--with-config-file-path=/usr/local/lib/php \
--with-curl \
--with-pear \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--with-zlib \
--with-xpm-dir \
--with-freetype-dir \
--with-t1lib \
--with-mcrypt \
--with-mhash \
--with-mysql \
--with-mysqli \
--with-pdo-mysql \
--with-openssl \
--with-xmlrpc \
--with-xsl \
--with-bz2 \
--with-gettext \
--with-fpm-user=www-data \
--with-fpm-group=www-data \
--enable-fpm \
--enable-exif \
--enable-wddx \
--enable-zip \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-mbstring \
--enable-soap \
--enable-sockets \
--enable-sqlite-utf8 \
--enable-shmop \
--enable-dba \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm
They look the same to me.
And the munin graph:
From the 19th to 23rd is a normal apt install, with 5 children spawned, from 23rd to 25th is compiled from sources with 5 children, and from 25th till present source compiled with 10 children spawned. The jigsaw look is due to the many compiles and stress tests. Normally it is very clean linear graph.