Hi all, I want to trace the thread_reaper and want to find out, how often it runs and how many threads it really reaps. I use this one-liner in the first step: [r...@itotcsol104 bin]# dtrace -n 'fbt:genunix:thread_reaper: { @num[probefunc] = count(); }' dtrace: description 'fbt:genunix:thread_reaper: ' matched 1 probe ^C
During the run there were created about 40,000 threads - the threads exit immediately after their work. I monitored the number of threads with the nthread macro of mdb. The mentioned dtrace script ran during the whole test and ~10 minutes afterwards, but I do not get any output from it. What am I doing wrong? Can anybody help me out with this? Thanks for your help! Thomas -- This message posted from opensolaris.org _______________________________________________ dtrace-discuss mailing list dtrace-discuss@opensolaris.org