Unix Technical Forum

dtrace oh boy

This is a discussion on dtrace oh boy within the comp.unix.solaris forums, part of the Solaris Operating System category; --> Hi all, running this d program; #!/usr/sbin/dtrace -s syscall:::entry /execname == "myexecutable"/ { printf("syscall %s\n",probefunc); } is not a ...


Go Back   Unix Technical Forum > Unix Operating Systems > Solaris Operating System > comp.unix.solaris

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-01-2008, 07:06 AM
adirtymindisajoyforever
 
Posts: n/a
Default dtrace oh boy

Hi all,

running this d program;

#!/usr/sbin/dtrace -s
syscall:::entry
/execname == "myexecutable"/
{
printf("syscall %s\n",probefunc);
}

is not a problem and shoows all syscalls

but this:

#!/usr/sbin/dtrace -s -w
syscall:::entry
/probefunc == "sigaction" && execname == "myexecutable"/
{
printf("syscall %s\n",probefunc);
}

doesn't even start:

dtrace: script './d.d' matched 229 probes
dtrace: processing aborted: Abort due to systemic unresponsiveness

system has 4 processors, idle between 95 and 100%, myexecutable
is not running at the start of dtrace.

# uname -a
SunOS willthiseverwork 5.10 Generic_125101-04 i86pc i386 i86pc

thanks for all replies.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:53 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com