Wednesday, November 12, 2014

Monitor linux process memory or cpu resource usage

Find the process: > ps -ef | grep java

>top -p pid

interactive commands:
"f" - add/drop columns
"c" - command details
"M" - sort by memory
...

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.