GNOME Bugzilla – Bug 705362
Add option to query only non-kernel processes.
Last modified: 2018-01-10 19:50:17 UTC
Currently there are options to query only users processes, non-root processes, and all processes, but there's no option to query all threads except the kernel threads. Kernel threads usually are not important to users, but users still might want to see other root processes (with parent other than kthreadd)
Created attachment 250721 [details] [review] Add option to query only non-kernel processes.
(In reply to comment #1) > Created an attachment (id=250721) [details] [review] > Add option to query only non-kernel processes. Maybe pid=1 should not be excluded?
(In reply to comment #2) > (In reply to comment #1) > > Created an attachment (id=250721) [details] [review] [details] [review] > > Add option to query only non-kernel processes. > > Maybe pid=1 should not be excluded? That is easy to do, but isn't pid=1 a kernel process? As it doesn't have a parent I thought that's also a kernel process (as it should've been started by the kernel, as we don't know who started that)
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/libgtop/issues/28.