I have an apache process that takes 98% CPU. How can I find what apache call it runs?

Posted by Nir on Ask Ubuntu See other posts from Ask Ubuntu or by Nir
Published on 2012-09-30T08:49:05Z Indexed on 2012/09/30 9:48 UTC
Read the original article Hit count: 446

Filed under:
|

As you can see below, a single Apache process hangs and takes large amount of CPU resources. How can I find what http call this apache process runs?

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
12554 www-data  20   0  776m 285m 199m R   97  3.7  67:15.84 apache2
14580 www-data  20   0  748m 372m 314m S    4  4.8   0:13.60 apache2
12561 www-data  20   0  784m 416m 322m S    3  5.4   0:58.10 apache2
12592 www-data  20   0  785m 427m 332m S    2  5.6   0:57.06 apache2

© Ask Ubuntu or respective owner

Related posts about apache

Related posts about process