Bastien974 Asked: 2010-03-06 10:51:08 +0800 CST2010-03-06 10:51:08 +0800 CST 2010-03-06 10:51:08 +0800 CST 许多相同的 3 个进程:迁移,ksoftirqd,Fedora 上的看门狗 772 在 Fedora 11 上,我有 250 多个进程:迁移、ksoftirqd 和看门狗。 它们不占用任何 CPU 或内存资源,只是在休眠。 那是什么? fedora process 1 个回答 Voted Best Answer zimbabao 2010-04-28T04:42:27+08:002010-04-28T04:42:27+08:00 这些是每个 cpu 内核线程。如果您有 16 个 CPU,您将获得以下输出(请参阅从 0 到 15 的线程号) # ps aux | grep migration root 2 0.0 0.0 0 0 ? S< Feb22 0:27 [migration/0] root 5 0.0 0.0 0 0 ? S< Feb22 1:07 [migration/1] root 8 0.0 0.0 0 0 ? S< Feb22 0:38 [migration/2] root 11 0.0 0.0 0 0 ? S< Feb22 0:22 [migration/3] root 14 0.0 0.0 0 0 ? S< Feb22 0:23 [migration/4] root 17 0.0 0.0 0 0 ? S< Feb22 0:06 [migration/5] root 20 0.0 0.0 0 0 ? S< Feb22 0:01 [migration/6] root 23 0.0 0.0 0 0 ? S< Feb22 0:01 [migration/7] root 26 0.0 0.0 0 0 ? S< Feb22 0:04 [migration/8] root 29 0.0 0.0 0 0 ? S< Feb22 0:29 [migration/9] root 32 0.0 0.0 0 0 ? S< Feb22 0:19 [migration/10] root 35 0.0 0.0 0 0 ? S< Feb22 0:12 [migration/11] root 38 0.0 0.0 0 0 ? S< Feb22 0:09 [migration/12] root 41 0.0 0.0 0 0 ? S< Feb22 0:19 [migration/13] root 44 0.0 0.0 0 0 ? S< Feb22 0:16 [migration/14] root 47 0.0 0.0 0 0 ? S< Feb22 0:09 [migration/15] 您会发现 ksoftirqd、watchdog 和其他 per-cpu-kernel 线程的类似输出。 问题是当您开始看到它们在顶部吃一些 CPU 时。你是?。这实际上意味着您的服务器上有很大的负载。
这些是每个 cpu 内核线程。如果您有 16 个 CPU,您将获得以下输出(请参阅从 0 到 15 的线程号)
您会发现 ksoftirqd、watchdog 和其他 per-cpu-kernel 线程的类似输出。
问题是当您开始看到它们在顶部吃一些 CPU 时。你是?。这实际上意味着您的服务器上有很大的负载。