Insane load average after reboot

Posted by Gazzer on Ask Ubuntu See other posts from Ask Ubuntu or by Gazzer
Published on 2012-11-22T20:24:21Z Indexed on 2012/11/22 23:10 UTC
Read the original article Hit count: 269

Filed under:
|

After doing a reboot of Ubuntu server 12.04 LTS (after an apt-get dist-upgrade) my server load (on a 16GB) machine goes insane (around 80) for about 10 or 15 minutes

The only things I can think of are these two processes:

/usr/bin/mysql --defaults-file=/etc/mysql/debian.cnf --skip-column-names --batch -e ?      select concat('select count(*) into @discard from `',?                    TABLE_SCHEMA, '`.`', TABLE_NAME, '`') ?      from information_schema.TABLES where ENGINE='MyISAM'
/usr/bin/mysql --defaults-file=/etc/mysql/debian.cnf --skip-column-names --silent --batch --force -e select count(*) into @discard from `information_schema`.`PARTITIONS`

Is this normal?

© Ask Ubuntu or respective owner

Related posts about server

Related posts about cpu-load