Skip to main content
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Source Link

From my other answer herehere, you could do something like,

top -p `pgrep "java"` 

From my other answer here, you could do something like,

top -p `pgrep "java"` 

From my other answer here, you could do something like,

top -p `pgrep "java"` 
Source Link
Ramesh
  • 40.6k
  • 45
  • 149
  • 222

From my other answer here, you could do something like,

top -p `pgrep "java"`