On Wed, May 16, 2018 at 08:39:56AM -0700, Tejun Heo wrote: > Hello, > > There can be a lot of workqueue workers and they all show up with the > cryptic kworker/* names making it difficult to understand which is > doing what and how they came to be. BTW, I wonder, if we can represent kernel threads in /proc as "threads" instead of "processes"? Especially on a big machine the number of kernel workers is really high, and even if the machine is completely empty there can be easily a hundred or more "processes" with cryptic names in top/ps output. I assume, that most of the users don't really care about kernel threads, so packing them into single tgid makes sense to me. Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html