Thinking In Software
Thursday, May 19, 2016
Filter output of Linux top command
To filter by process name:
top -cb | grep processName
Or if you want to interact with top just start it using 'top -c', then press "o" and use as filter "COMMAND=processName"
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment