SyntaxFix
Write A Post
Hire A Developer
Questions
You can get the results by the name of the process using
ps -C chrome -o %cpu,%mem,cmd
the -C option allows you to use process name without knowing it's pid.
-C