Re: [dtrace-discuss] DTraceTools Update

2007-09-05 Thread Fletcher Cocquyt
Re: not enough test servers Can't Dtrace testing and development be done on virtual machines? Doesn't Dtrace behave the same on a Solaris 10 virtual machine (eg VMWare's free server?) - and yes as far as I know there is not currently a way to create a Sparc VM, but x86 based OSes are well

[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

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

2008-01-21 Thread Fletcher Cocquyt
Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fletcher Cocquyt Sent: Monday, January 21, 2008 1:39 PM To: dtrace-discuss@opensolaris.org Subject: [dtrace-discuss] tcptop error: failed to resolveSS_TCP_FAST_ACCEPT: Unknown variable name Hi, I am

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

2008-01-21 Thread Fletcher Cocquyt
want a before) picture so I can show how much better it is using a local DNS cache... Thanks, Fletcher -Original Message- From: Brendan Gregg - Sun Microsystems [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 3:38 PM To: Fletcher Cocquyt Cc: dtrace-discuss@opensolaris.org

[dtrace-discuss] where is a working tcptop?

2008-01-24 Thread Fletcher Cocquyt
under SVN revision control? Thanks -Original Message- From: Brendan Gregg - Sun Microsystems [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 2:25 PM To: Fletcher Cocquyt Cc: [EMAIL PROTECTED]; dtrace-discuss@opensolaris.org Subject: Re: [dtrace-discuss] tcptop error: failed

Re: [dtrace-discuss] where is a working tcptop?

2008-01-24 Thread Fletcher Cocquyt
Message- From: Brendan Gregg - Sun Microsystems [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 11:37 AM To: Fletcher Cocquyt Cc: [EMAIL PROTECTED]; dtrace-discuss@opensolaris.org Subject: Re: where is a working tcptop? G'Day Fletcher, On Thu, Jan 24, 2008 at 10:40:43AM -0800

Re: [dtrace-discuss] where is a working tcptop?

2008-01-24 Thread Fletcher Cocquyt
further analysis Thanks -Original Message- From: Brendan Gregg - Sun Microsystems [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 2:48 PM To: Fletcher Cocquyt Cc: [EMAIL PROTECTED]; dtrace-discuss@opensolaris.org Subject: Re: where is a working tcptop? G'Day Fletcher, On Thu

Re: [dtrace-discuss] where is a working tcptop for Solaris 10 8/07 s10x_u4wos_12b X86?

2008-01-25 Thread Fletcher Cocquyt
This is my version 10:46am 61 more /etc/release Solaris 10 8/07 s10x_u4wos_12b X86 Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 16 August 2007 Did

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

2008-02-26 Thread Fletcher Cocquyt
functioned 100x better (responsiveness, workload throughput etc_ Thanks On 1/21/08 2:16 PM, Brendan Gregg - Sun Microsystems [EMAIL PROTECTED] wrote: On Mon, Jan 21, 2008 at 01:55:36PM -0800, Fletcher Cocquyt wrote: Followup - this system has a lot of kernel activity and I/O - (top typically

[dtrace-discuss] Memory leak scripts

2008-07-01 Thread Fletcher Cocquyt
Hola, I am trying to isolate the memory leak I suspect in a mailman installation ­ I found: http://blogs.sun.com/sanjeevb/date/200506 It gives an error: [EMAIL PROTECTED]:~ 9:21am 65 # ./memleak.d 10312 dtrace: failed to compile script ./memleak.d: line 3: probe description

Re: [dtrace-discuss] Memory leak scripts

2008-07-01 Thread Fletcher Cocquyt
tips appreciated - Thanks, Fletcher On 7/1/08 9:41 AM, Michael Schuster [EMAIL PROTECTED] wrote: Fletcher Cocquyt wrote: Hola, I am trying to isolate the memory leak I suspect in a mailman installation ­ I found: http://blogs.sun.com/sanjeevb/date/200506 It gives an error: [EMAIL

Re: [dtrace-discuss] Memory leak scripts

2008-07-02 Thread Fletcher Cocquyt
a push' instruction at the beginning. Thanks and regards, Sanjeev. Fletcher Cocquyt wrote: Hola, I am trying to isolate the memory leak I suspect in a mailman installation ­ I found: http://blogs.sun.com/sanjeevb/date/200506 It gives an error: [EMAIL PROTECTED]:~ 9:21am 65

Re: [dtrace-discuss] Memory leak scripts

2008-07-02 Thread Fletcher Cocquyt
-- Fletcher Cocquyt Senior Systems Administrator Information Resources and Technology (IRT) Stanford University School of Medicine Email: [EMAIL PROTECTED] Phone: (650) 724-7485 ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

Re: [dtrace-discuss] Memory leak scripts

2008-07-02 Thread Fletcher Cocquyt
%ebx libc.so.1`malloc+0xc: addl $0x88fe1,%ebx -- snip -- So, in my case notice that the first instruction is pushl. Thanks and regards, Sanjeev. Fletcher Cocquyt wrote: Can you please provide a reference for disassembling malloc on Solaris 10? I am also pursuing

Re: [dtrace-discuss] Memory leak scripts

2008-07-02 Thread Fletcher Cocquyt
probe description. rick On Wed, Jul 02, 2008 at 07:23:49AM -0700, Fletcher Cocquyt wrote: Date: Wed, 02 Jul 2008 07:23:49 -0700 From: Fletcher Cocquyt [EMAIL PROTECTED] Subject: Re: [dtrace-discuss] Memory leak scripts In-reply-to: [EMAIL PROTECTED] To: rickey c weisner [EMAIL PROTECTED] Cc

Re: [dtrace-discuss] Memory leak scripts - analysis

2008-07-02 Thread Fletcher Cocquyt
|FILE |LOCL |0|ABS|obmalloc.c remove the libc.so.1 from your probe description. rick On Wed, Jul 02, 2008 at 07:23:49AM -0700, Fletcher Cocquyt wrote: Date: Wed, 02 Jul 2008 07:23:49 -0700 From: Fletcher Cocquyt [EMAIL PROTECTED] Subject: Re: [dtrace-discuss] Memory leak scripts

Re: [dtrace-discuss] Memory leak scripts - analysis

2008-07-02 Thread Fletcher Cocquyt
-0700, Fletcher Cocquyt wrote: Date: Wed, 02 Jul 2008 14:27:31 -0700 From: Fletcher Cocquyt [EMAIL PROTECTED] Subject: Re: [dtrace-discuss] Memory leak scripts - analysis In-reply-to: [EMAIL PROTECTED] To: rickey c weisner [EMAIL PROTECTED] Cc: dtrace-discuss@opensolaris.org Thread-topic