Re: [dtrace-discuss] tcptop error: failed to resolve SS_TCP_FAST_ACCEPT: Unknown variable name

2008-01-21 Thread Brendan Gregg - Sun Microsystems
G'Day,

On Mon, Jan 21, 2008 at 01:39:03PM -0800, Fletcher Cocquyt wrote:
> Hi, I am trying to debug the bottle neck(s) in a Solaris 10
> Mailman/Spamassassin/Sendmail VMWare VM and get the following error from
> tcptop:
> 
> [EMAIL PROTECTED]:~ 1:35pm 103 # ./tcptop
> dtrace: failed to compile script /dev/fd/11: line 40: failed to resolve
> SS_TCP_FAST_ACCEPT: Unknown variable name

Try a newer version of tcptop.  The latest has:

# grep -n SS_TCP_FAST_ACCEPT tcptop
66:# 20-Apr-2006 "  "  Fixed SS_TCP_FAST_ACCEPT bug in build 31+.
157: * 0x0020 has been hardcoded. It was SS_TCP_FAST_ACCEPT, but was

Latest version of the toolkit (0.99) here:
http://www.brendangregg.com/dtrace.html#DTraceToolkit

Brendan

-- 
Brendan
[CA, USA]
___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org


Re: [dtrace-discuss] tcptop error: failed to resolve SS_TCP_FAST_ACCEPT: Unknown variable name

2008-01-21 Thread Chris Yoder (kernel)
On Mon, Jan 21, 2008 at 01:39:03PM -0800, Fletcher Cocquyt wrote:
> Hi, I am trying to debug the bottle neck(s) in a Solaris 10
> Mailman/Spamassassin/Sendmail VMWare VM and get the following error from
> tcptop:
> 
> [EMAIL PROTECTED]:~ 1:35pm 103 # ./tcptop
> dtrace: failed to compile script /dev/fd/11: line 40: failed to resolve
> SS_TCP_FAST_ACCEPT: Unknown variable name

From
http://mail.opensolaris.org/pipermail/dtrace-discuss/2006-January/001021.html

> I think SS_TCP_FAST_ACCEPT has been changed to SS_DIRECT
> by a recent putback, although I was unable to isolate it. (no time!)
> Changing my local copy of tcpsnoop.d to use SS_DIRECT fixed
> the problem for me.
___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org


[dtrace-discuss] tcptop error: failed to resolve SS_TCP_FAST_ACCEPT: Unknown variable name

2008-01-21 Thread Fletcher Cocquyt
Hi, I am trying to debug the bottle neck(s) in a Solaris 10
Mailman/Spamassassin/Sendmail VMWare VM and get the following error from
tcptop:

[EMAIL PROTECTED]:~ 1:35pm 103 # ./tcptop
dtrace: failed to compile script /dev/fd/11: line 40: failed to resolve
SS_TCP_FAST_ACCEPT: Unknown variable name

thanks for any insight,
Fletcher.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Colin Burgess
Sent: Friday, January 18, 2008 1:33 PM
To: dtrace-discuss@opensolaris.org
Subject: [dtrace-discuss] LatencyTop

I see Intel has released a new tool.  Oh, it requires some patches to 
the kernel to record
latency times.  Good thing people don't mind patching their kernels, eh?

So who can write the equivalent latencytop.d the fastest? ;-)

http://www.latencytop.org/

-- 
[EMAIL PROTECTED]

___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org


___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org