Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

top show specific pid

top | grep 1234 
# assuming your PID is 1234, press "q" to stop the visualization
# you can also feed the name of the process among double quotes
# instead of the PID 
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #top #show #specific #pid
ADD COMMENT
Topic
Name
9+2 =