Fwd: [Zope3-dev] Start-up time of Zope3 under MacOSX

Isaac Levy isaac@structuredsystems.net
Mon, 31 Mar 2003 13:13:26 -0500


Hello all,

With regard to how to do use a syscall trace on MacOSX, I just looked 
it up, and it seems that the OSX replacement for 'strace' (linux) is 
'ktrace'.

http://lesmuug.org/faq.html#Anchor-Where-33869

man ktrace, and away I go to update my cvs checkout and try it...

Best,
.ike



Begin forwarded message:

>
> On Linux, I use strace.  No idea if it will build on MacOSX -- this
> kind of tool is typically pretty tied to the OS implementation.  Try
> Googling.
>
> --Guido van Rossum (home page: http://www.python.org/~guido/)
>
>
>>
>> To find out more, use a syscall trace tool to see what it's
>> doing all that time.