Skip to main content
12 events
when toggle format what by license comment
S Jan 16 at 15:24 history edited AdminBee CC BY-SA 4.0
Remove unrelated "linux" tag, remove "users" tag as it is not about user creation/management, but the usage of "top"; remove thanks
Jan 9 at 14:52 review Suggested edits
S Jan 16 at 15:24
May 25, 2022 at 4:05 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jan 17, 2022 at 23:05 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Sep 19, 2021 at 11:08 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
May 22, 2021 at 5:04 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jan 8, 2021 at 4:04 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Oct 6, 2020 at 14:31 answer added user3058654 timeline score: 0
Jul 17, 2018 at 22:25 answer added Thespis timeline score: 1
Jul 10, 2018 at 14:36 comment added S.V Unfortunately, I do not know the processes in advance. The manual only says that 'p', 'u', and 'U' are mutually exclusive. That means that one can not do: 'top -u user1 -U user2". The manual does not say that there can not be 2 'u' options, for example. In fact, one can monitor multiple PIDs, e.g. "top -p 777 -p 888", even though 'p' is on the 'mutually exclusive" list. I am guessing that multiple -u options are simply not implemented (yet) in top.
Jul 10, 2018 at 14:22 comment added Drako this (unix.stackexchange.com/questions/188702/…) may help you if you know the processes, but -u switch according to manual is exclusive - you can try to join by running a top in batch mode and out put to files and combine them or so, but no direct way I think.
Jul 10, 2018 at 13:42 history asked S.V CC BY-SA 4.0