cPanel Config

Welcome to cPanelConfig the fastest growing cPanel configuration and troubleshooting guide on the internet. Please take the time and register. We would love to have your contribution to this completely free cPanel resource. We are updating this daily so be sure to visit us on a regular basis.

Tracing what a Linux process is doing

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5 out of 5)
Loading ... Loading ...

Posted by yolau

From time to time you will get hanged process or you are unsure of what a process is doing at that moment.

You can trace what a process is doing by running:

 strace -p PID

Where PID is the process ID. Whis will show you what that process is doing in real time.

This is usefull for detecting  exploits or the source of a hang process.

To detach from that process simply press CTRL + C.

Hope it helps ! Leave a comment if you have any questions.

Share this: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Netvouz
  • description
  • ThisNext
  • MisterWong
  • Wists
  • De.lirio.us
  • Furl
  • MyShare
  • Smarking
  • Technorati
  • YahooMyWeb

If you enjoyed this post, make sure you subscribe to my RSS feed!

One Response to “Tracing what a Linux process is doing”

  1. in whm Main >> Server Status >> CPU/Memory/MySQL Usage

    i found /usr/sbin/mysqld –basedir/ –datadir/var/lib/mysql –usermysql –pid-file/var/lib/mysql/ekush.starhostbd.com.pid –skip-external-locking –port3306 –socket/var/lib/mysql/mysql.sock is marked as yallow.

    how can low down the load?

Leave a Reply