So here's the story... Our company recently rolled out a new Intranet site
and we're having a lot of complaints about slowness with the site.
Unfortunately, none of us can seem to replicate the slowness here. So here
is what we'd like to do:
- Use tethereal with the SQL patch to log HTTP transactions
- In particular, we'd like to see what URLs are being requested when long
transactions are taking place, see where the user is coming from, what kind
of data is there etc.
tethereal is setup, but I don't think that it's logging the request field.
How can I make it do this? Secondly, I'm seeing entries like this:
insert into knowledge_node set
type='eth_add',name='eth:00:06:b1:09:1a:94',value='00:06:b1:09:1a:94',packet
='1';
There doesn't appear to be a table "knowledge_node" anywhere.
I know that this probably isn't considered a strict Ethereal question, but I
was just interested in hearing what people who use this tool have seen and
what they would suggest. I'm quite certain that many of the users on here
have used the SQL patch as it's simply a fabulous idea.
Thanks in advance. ;-)
Michael