Information Technology Blog
Programming Lessons, Technology tips,
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>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)