You can try running the following command:<br><br>       strace -tt -o /tmp/output.txt -p PID<br><br clear="all">This will log the microsecond offset for all system calls, but will have a lot of "noise"<br>as well. <br>
<br>If you follow it closely and use egrep -v to filter out the extraneous stuff, it could provide <br>you with valid info as to where the issue may lie.<br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com">2bits.com</a>, Inc.<br>
<a href="http://2bits.com">http://2bits.com</a><br>Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>