Hi, Sorry to bring up an old thread. I need some general guidance on how to use dtrace during loads that is greater than normal. Again using on T2+ systemss running with a 1 minute load average of 10-15. Running the below script shoots up load to 50-60 range and distorts any test.
profile-397 /pid == 18900/ { @[jstack(40,1024)] = count() } tick-5s { trunc(@,10); printa(@); trunc(@); } The other symptoms are the system become unresponsive. Any thoughts? Thanks -- This message posted from opensolaris.org _______________________________________________ dtrace-discuss mailing list dtrace-discuss@opensolaris.org