| bio | website | is.gd/ibuyan |
|---|---|---|
| location | Bologna, Italy | |
| age | 36 | |
| visits | member for | 1 year, 1 month |
| seen | Feb 17 at 10:46 | |
| stats | profile views | 16 |
Quo vadis?
|
Mar 23 |
awarded | Yearling |
|
Apr 13 |
awarded | Tumbleweed |
|
Apr 6 |
awarded | Tag Editor |
|
Apr 6 |
revised |
dnssec wiki excerpt added 129 characters in body |
|
Apr 6 |
revised |
dnssec wiki description added 470 characters in body |
|
Apr 6 |
suggested | suggested edit on dnssec tag wiki excerpt |
|
Apr 6 |
suggested | suggested edit on dnssec tag wiki |
|
Apr 6 |
wiki | created dnssec description |
|
Apr 6 |
wiki | created dnssec excerpt |
|
Apr 5 |
comment |
Php5-fpm Crash if much visitors Are you still getting the crashes? Did you checked usage of APC? Usually you define a pool in a separate config file (where all your pm settings go). |
|
Apr 4 |
answered | nginx rewrite for /blah/(.*) /$1 |
|
Apr 3 |
revised |
Php5-fpm Crash if much visitors added 190 characters in body |
|
Apr 3 |
answered | Php5-fpm Crash if much visitors |
|
Apr 3 |
revised |
Auto log off windows machine after certain number of minutes added 343 characters in body |
|
Apr 3 |
answered | Auto log off windows machine after certain number of minutes |
|
Apr 2 |
awarded | Autobiographer |
|
Apr 2 |
comment |
Magento, NGINX, PHP-FPM, APC, MEMCACHED, 16gb Ram CentOS, Spiking PHP-FPM to 100% CPU For munin you can use the guide here Skip the steps related to apache. Instead add to you default server nginx config: location /munin { alias /var/cache/munin/www; }, reload nginx config and see if it is working. That conversation here becomes difficult to follow and too localized, I suggest you contact me or somebody other by mail (you don't have enough reputation to chat here). My address is in profile. |
|
Apr 2 |
comment |
Magento, NGINX, PHP-FPM, APC, MEMCACHED, 16gb Ram CentOS, Spiking PHP-FPM to 100% CPUphp-fpm is a connection manager for php - without it joomla, magento, APC and other stuff would not work at all. On Debian system php-fpm is called php5-fpm, but it is the same as on Centos. Your memcached stats suggests that it is working. Also we know that APC was working before. I can further suggest that the problem can be with mysql, some other conflicting php module or disk/swap operation (munin would be handy to eliminate that one). Try to run php-cgi -i to see how fast the output. |
|
Apr 2 |
comment |
Magento, NGINX, PHP-FPM, APC, MEMCACHED, 16gb Ram CentOS, Spiking PHP-FPM to 100% CPU I can only guess that there is a problem with I/O somewhere. It can be either server-side: buggy php, some php module, mysql client library or server, memcached or software-side: magento settings. If you run php5-cgi -i - how fast (subjectively) you get an output? Can you get stats from memcached echo stats | nc 127.0.0.1 11211? It seems that there is no direct answer to your question but rather you need some hand-on tuning of your site. |
|
Apr 1 |
answered | Magento, NGINX, PHP-FPM, APC, MEMCACHED, 16gb Ram CentOS, Spiking PHP-FPM to 100% CPU |