You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Oliver Zeigermann <ol...@gmail.com> on 2004/11/10 18:31:47 UTC

Mac OSX Tracking

Folks,

Chris sent me this reference to the built in dumping tool in OS X.

Oliver

---------- Forwarded message ----------
From: Chris Sharp <cs...@mac.com>
Date: Tue, 9 Nov 2004 15:02:14 -0800
Subject: Re: Mac OSX Issue
To: Oliver Zeigermann <ol...@gmail.com>


OS X has tcpdump built-in to the OS. Here is the incantation that I
would use:
 From terminal:
sudo tcpdump -vvv -s 0 -w /tmp/slideTrace.bin -i en0 port 8080

Just make sure that traffic is heading out en0 (it would be lo0 if you
were running Slide locally) and that Slide is listening on port 8080.

This will create a binary file "/tmp/slideTrace.bin" which can be read
with tcpdump on another platform or with the handy tcpflow utility
(http://www.circlemud.org/~jelson/software/tcpflow/). If need be, send
me the trace file and I will send you back a pretty version.

For OS X users on 10.3 you can do:
sudo tcpdump -A -s 0 -i en0 port 8080

which will print a some what legible trace to stdout.

Chris


On Nov 8, 2004, at 7:29 AM, Oliver Zeigermann wrote:

> One trace tool that worked for me (although far from perfect) is
>
> http://httptrace.sourceforge.net/
>
> Oliver
>
>
> On Mon, 8 Nov 2004 11:52:49 +0100, Oliver Zeigermann
> <ol...@gmail.com> wrote:
>> That's great! Could you record the OSX requests that did not work with
>> a tracking tool as well and send the HTTP trace to the list. If you
>> did I would volunteer to build a test case around it,
>>
>> Oliver
>>
>> On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
>>
>>
>> <th...@codeva.net> wrote:
>>> i'm working on a macosx environment and i can do some tests. i do not
>>> use the integrated client very often, but i remember it worked on
>>> some
>>> older version of slide - now the put method is not working anymore.
>>> i'll have a look at it today.
>>> thomas
>>>
>>> Le 6 nov. 04, à 18:22, Oliver Zeigermann a écrit :
>>>
>>>
>>>
>>>> Folks,
>>>>
>>>> there have been many reports that there is something wrong with
>>>> accessing Slide using Mac OSX. I would like to get this solved, but
>>>> have got no access to a Mac, so I am of little help.
>>>>
>>>> I do not even know what exactly is the problem. So if anyone out
>>>> there
>>>> who knows,  has access to OSX, and knows how to debug Slide would
>>>> help
>>>> with this issue I would greatly appreciate it.
>>>>
>>>> Certainly without having this solved we will not be able to release
>>>> Slide 2.1
>>>>
>>>> Oliver
>>>>
>>>> --------------------------------------------------------------------
>>>> -
>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>