linux kworker
2016-10-09What is kworker? kworker means a Linux kernel process doing "work" (processing system calls).
You can have several of them in your process list: kworker/0:1 is the one on your first CPU core, kworker/1:1 the one on your second etc..
分类:Linux | 标签: |