Hi,
I am running a server which is not yet open to the public, which means there is a load of 0. Since I upgraded to 9.2 (at least that was the last bigger change to the system) the performance is really bad. On the server (Quadcore Xeon, 32 GB RAM, 2 SSDs in a mirrored ZFS pool) I have MariaDB running in a jail and nginx with PHP 5.5 in a jail. When I try to open the website I get a response from the webserver and then it takes about 1 minute until the page loads. All processes at that time show a load of 0 in
I don't know how I can narrow down the problem. The application itself says that the execution time is roughly 40 ms. This would mean that the communication between PHP and nginx would be maximum slow, but how can I prove this?
I rebooted several times already, updated all ports recompiled my ezjail-Basejail etc. First I thought it's a ZFS problem, but then sending static files would be slow as well. I really appreciate any help or hints how I can narrow down the problem.
Thanks in advance!
I am running a server which is not yet open to the public, which means there is a load of 0. Since I upgraded to 9.2 (at least that was the last bigger change to the system) the performance is really bad. On the server (Quadcore Xeon, 32 GB RAM, 2 SSDs in a mirrored ZFS pool) I have MariaDB running in a jail and nginx with PHP 5.5 in a jail. When I try to open the website I get a response from the webserver and then it takes about 1 minute until the page loads. All processes at that time show a load of 0 in
top. Also PHP, it's just sitting there. In PHP's slowload I get even for the simple phpinfo() function a record. Nginx itself seems to be fast. When I request static files it's fast as normal.I don't know how I can narrow down the problem. The application itself says that the execution time is roughly 40 ms. This would mean that the communication between PHP and nginx would be maximum slow, but how can I prove this?
I rebooted several times already, updated all ports recompiled my ezjail-Basejail etc. First I thought it's a ZFS problem, but then sending static files would be slow as well. I really appreciate any help or hints how I can narrow down the problem.
Thanks in advance!