DYNAMIC_EXECUTION_PROFILE/DXPAIRS server available

Skip Montanaro skip at pobox.com
Mon Jan 13 18:34:40 EST 2003


Earlier today, I mentioned an XML-RPC server I wrote which will collect and
regurgitate dynamic execution profile information:

    http://tinyurl.com/4eue

I decided to go ahead and freshen it up a bit.  That consisted of a slight
rework to use SimpleXMLRPCServer.  The code is available at

    http://www.musi-cal.com/~skip/python

I am running it once again on manatee.mojam.com, port 7304.  I'll let it run
unless it becomes a resource hog.

To connect to it execute something like:

    import xmlrpclib
    dxp = xmlrpclib.ServerProxy("http://manatee.mojam.com:7304")

then

    print dxp.synopsis()

for a brief summary of the methods the server understands or

    print dxp.usage()

for a more detailed description of what the server does and how you can
contribute instruction counts for the collective greater good.

It's running in a chroot'd jail, so there may be the unforseen shared
library or other file which I didn't copy into the jail.  If you have any
questions or notice bugs, let me know.

-- 
Skip Montanaro
skip at pobox.com
http://www.musi-cal.com/





More information about the Python-list mailing list