Paul Li
2009-Oct-08 03:46 UTC
[dtrace-discuss] Trace user interaction and javascript function calls
I need trace all user interactions with a AJAX page as well as functions invoked by the interactions if there are. If a function is asynchronous, I also need record the starting time and the ending time. I''m new to DTrace, and not sure (1) whether and how I could do it using DTrace, (2) what the performance overhead would be, and (3) would it be possible to transfer the trace logs/records back to the server side and what the performance overhead would be if it can be done? Thanks! -- This message posted from opensolaris.org
David Blasingame, Area Systems Support Engineer
2009-Oct-08 15:31 UTC
[dtrace-discuss] Trace user interaction and javascript function calls
You might want to check Brendan Gregg blog http://blogs.sun.com/brendan/entry/dtrace_meets_javascript Dave On 10/07/09 22:46, Paul Li wrote:> I need trace all user interactions with a AJAX page as well as functions invoked by the interactions if there are. If a function is asynchronous, I also need record the starting time and the ending time. I''m new to DTrace, and not sure (1) whether and how I could do it using DTrace, (2) what the performance overhead would be, and (3) would it be possible to transfer the trace logs/records back to the server side and what the performance overhead would be if it can be done? > > Thanks! >