Hi *,
I'm very new with dtrace, but I have one problem and dtrace looks to be a 
promising candidate for analysis.

I have solaris 10 system which has many, many processes all sending their 
stdout to one file (one master process which starts all processes is started as 
"nohup masterProc &") and all childs output ends up in nohup.out.

On a platform where I'm working on, it is strictly forbidden to write anything  
to stdout or stderr (tracing mechanism exists) so I have to figure out which of 
the processes is writing to the file.

I have an idea which one is it, but I do not know exactly how to check.
Was thinking about syscall::write:entry, but I'm not sure...

Is there some "dtrace bible" going around?

Thanks in advance!
-- 
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to