[kwlug-disc] what is the probable cause of mail downloading being painfully slow?
Khalid Baheyeldin
kb at 2bits.com
Sat Dec 27 16:19:51 EST 2008
You can try running the following command:
strace -tt -o /tmp/output.txt -p PID
This will log the microsecond offset for all system calls, but will have a
lot of "noise"
as well.
If you follow it closely and use egrep -v to filter out the extraneous
stuff, it could provide
you with valid info as to where the issue may lie.
--
Khalid M. Baheyeldin
2bits.com, Inc.
http://2bits.com
Drupal optimization, development, customization and consulting.
Simplicity is prerequisite for reliability. -- Edsger W.Dijkstra
Simplicity is the ultimate sophistication. -- Leonardo da Vinci
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20081227/271af4c7/attachment.htm>
More information about the kwlug-disc
mailing list