Results 1 to 3 of 3

Thread: Web Server slow

  1. #1
    Join Date
    May 2012
    Beans
    367

    Web Server slow

    Hello all.

    After reinstalling the web server, I found out that it is too slow, and queries are not submitted, I checked the error log:

    Code:
    [Tue Feb 12 15:22:14 2013] [warn] child process 9884 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:15 2013] [warn] child process 9676 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:15 2013] [warn] child process 9512 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:15 2013] [warn] child process 9688 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:15 2013] [warn] child process 9885 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:15 2013] [warn] child process 9886 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:15 2013] [warn] child process 10299 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:15 2013] [warn] child process 10304 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:15 2013] [warn] child process 10305 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:15 2013] [warn] child process 9128 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:15 2013] [warn] child process 9130 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:15 2013] [warn] child process 9895 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 9884 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 9676 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 9512 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 9688 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 9885 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 9886 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 10299 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 10304 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 10305 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 9128 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 9130 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:17 2013] [warn] child process 9895 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 9884 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 9676 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 9512 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 9688 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 9885 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 9886 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 10299 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 10304 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 10305 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 9128 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 9130 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:18 2013] [warn] child process 9895 still did not exit, sending a SIGTERM
    [Tue Feb 12 15:22:20 2013] [error] child process 9884 still did not exit, sending a SIGKILL
    [Tue Feb 12 15:22:20 2013] [error] child process 9130 still did not exit, sending a SIGKILL
    [Tue Feb 12 15:22:21 2013] [notice] caught SIGTERM, shutting down
    [Tue Feb 12 15:22:25 2013] [notice] Apache/2.2.22 (Ubuntu) configured -- resuming normal operations
    I have installed only: apache2, php5, mysql and phpmyadmin, when I launched the url (Server IP), it is going slow, even to get in phpmyadmin, it takes time

    The partitions are like this (home directory is the content of the website, ONLY 1 website is there)

    Code:
    Filesystem      Size  Used Avail Use% Mounted on
    rootfs           49G  4.0G   43G   9% /
    /dev/root        49G  4.0G   43G   9% /
    none            199M  2.7M  197M   2% /run
    none            5.0M  4.0K  5.0M   1% /run/lock
    none            995M     0  995M   0% /run/shm
    /dev/sda2       879G  718G  118G  86% /home
    Thanks for your help

  2. #2
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Web Server slow

    Code:
    sudo apt-get install htop
    htop
    What processes are taking up the CPU? Control-C to exit.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  3. #3
    Join Date
    May 2012
    Beans
    367

    Re: Web Server slow

    Thanks tgalati4, everything seems to be OK, one table has been crashed

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •