systemd 和 ksoftirqd 的问题

systemd 和 ksoftirqd 的问题

我有一个运行的服务器Debian 8。我认为systemd&有问题ksoftirqd。事实上,如果我执行systemctl's命令(如systemctl mysql restart),它不会返回任何内容,我必须按CTRL+C

如果我执行该命令journalctl -x -e,我会收到很多这些日志:

apr 06 18:50:27 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 06 18:50:28 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 06 18:50:29 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 06 18:50:31 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 06 18:50:32 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 06 18:50:33 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 06 18:50:35 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 06 18:50:36 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 06 18:50:38 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 06 18:50:39 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.

此外,他们使用了不寻常的(我认为)CPU 数量:

 PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
    1 root      20   0   28888   4404   2436 S  12,0  0,1 170:25.27 systemd
    3 root      20   0       0      0      0 S   7,6  0,0 101:50.61 ksoftirqd/0
   13 root      20   0       0      0      0 S   1,0  0,0 104:21.05 ksoftirqd/1

最后,这是大量垃圾邮件之前的日志Looping too fast. [...]

apr 05 21:17:02 MrJonhs CRON[13469]: pam_unix(cron:session): session opened for user root by (uid=0)
apr 05 21:17:02 MrJonhs CRON[13470]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
apr 05 21:17:02 MrJonhs CRON[13469]: pam_unix(cron:session): session closed for user root
apr 05 21:18:09 MrJonhs sshd[13453]: pam_unix(sshd:session): session closed for user admin
apr 05 21:19:19 MrJonhs systemd-logind[18619]: Failed to abandon session scope: Connection timed out
apr 05 21:22:16 MrJonhs systemd-logind[18619]: Removed session 269.
-- Subject: The session with ID 269 was terminated.
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
--
-- The session with ID 269 was terminated.
apr 05 21:22:16 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 05 21:22:33 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 05 21:22:46 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 05 21:22:58 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 05 21:23:01 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.
apr 05 21:23:05 MrJonhs systemd[1]: Looping too fast. Throttling execution a little.

可能是什么问题呢?

相关内容