2019/03/04

See what is happening in process that "eating" resource

To see what process is eating my server resource, use following command:

$ top 

Then use command:

$ strace -p <process id>