View Single Post
  #31  
Old 02-28-2013, 01:41 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
Quote:
Originally Posted by dwalsh0 View Post
...
I've ran a strace on the process:

Process 166598 attached - interrupt to quit
10:13:26.697084 select(5, [4], NULL, NULL, {0, 415000}) = 0 (Timeout) <0.419247>
10:13:27.116602 getppid() = 166110 <0.000053>
10:13:27.116752 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <1.000359>
10:13:28.117272 getppid() = 166110 <0.000053>
10:13:28.117420 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <1.000788>
10:13:29.118418 getppid() = 166110 <0.000096>
10:13:29.118635 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <1.000378>
10:13:30.119164 getppid() = 166110 <0.000052>
10:13:30.119306 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <0.999900>
10:13:31.119526 munmap(0x2af8d2cd5000, 1126176) = 0 <0.000085>
...
...
...
10:13:31.174952 brk(0x1642f000) = 0x1642f000 <0.001085>
10:13:31.176142 brk(0x1617d000) = 0x1617d000 <0.000426>
10:13:31.177453 munmap(0x2af8cfcd8000, 2075016) = 0 <0.000062>
10:13:31.177840 brk(0x15280000) = 0x15280000 <0.002537>
10:13:31.180564 munmap(0x2af8cfc89000, 323584) = 0 <0.000022>
10:13:31.181177 exit_group(0) = ?
Process 166598 detached
The strace is on an idle lsphp5 NOT the one handles the upload. So you have to find the right one and strace again.
Reply With Quote