How do I monitor a single process only? #1668
Unanswered
chitralverma
asked this question in
Q&A
Replies: 2 comments
-
|
Currently not possible, and that would be pretty tricky to implement the way you describe. That said there is an open issue on something similar: #601 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
(also, sorry but if you just meant can you see one process result, then you can filter processes with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The dashboard by btm command is great but it shows results for all the processes that are currently active.
How do I see the same dashboard but just for 1 process?
Maybe this process can be provided on the cli as
--process-idand/ orprocess-nameor a regex on process id/ names.With this option, the users will be able to monitor the network, CPU, mem etc that is utilized by a single process/ tree
Beta Was this translation helpful? Give feedback.
All reactions