On Thu, Jan 7, 2010 at 8:44 AM, Paul <paul.mad...@swx.com> wrote: > I have no problem finding, from with a "C" app, my process utilization. > > I need now to dig deeper and extract internally to the app the CPU > utilisztion of each thread within my app > > Any help, better still source fragment, would be much appreciated
prstat(1M) gives you per-thread statistics with the -L option. That would probably be a good place to start: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/prstat/ Chad _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org