How do I monitor a single process only? #1668
Unanswered
chitralverma
asked this question in
Q&A
Replies: 1 comment
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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-id
and/ orprocess-name
or 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