Ajax View enables developer to see and control the behaviors of their web applications on user's desktops.
News
April 29, 2009: The technology in Ajax View is now available as a Power Tool: Microsoft Visual Studio AJAX Profiling Extensions. This power tool includes a server-side extension to IIS to add profiling code to your JavaScript web applications, and a Visual Studio add-in to investigate this data with Visual Studio's Performance Explorer.
About Ajax View
The Ajax View approach is to insert a server-side proxy (or web server plugin) in-between the web server machines and the end-user's browser. This proxy captures the web application's JavaScript code as it is being sent to a browser and rewrites the code to insert extra instrumentation code. The injected instrumentation code runs with the rest of the web application inside the end-user's browser and can capture performance, call graph, application state and user interaction information, providing visibility directly into the last hop of the user's experience.
Because Ajax View is rewriting web application code dynamically each time a user visits the web site, it can:
- Serve different instrumentation code to different users. This allows us to distribute instrumentation code across many users, spreading the cost of gathering lots of information such that no single user pays a high performance penalty.
- Adapt an instrumentation policy and serve different instrumentation code over time. For example, we can drill-down into performance problems and gather extra context about bugs.
- Emre Kıcıman and Ben Livshits, AjaxScope: A Platform for Remotely Monitoring the Client-side Behavior of Web 2.0 Applications, in the 21st ACM Symposium on Operating Systems Principles (SOSP'07), Association for Computing Machinery, Inc., October 2007
- Emre Kıcıman and Helen J. Wang, Live Monitoring: Using Adaptive Instrumentation and Analysis to Debug and Maintain Web Applications, in The 11th Workshop on Hot Topics in Operating Systems (HotOS XI), May 2007
Downloads
- Microsoft Visual Studio AJAX Profiling Extensions Power Tool
- Ajax View JavaScript Instrumentation Proxy (first release of our client-side prototype)
Learn More
Project Members
- Emre Kiciman
- Ben Livshits
- Himanshu Sharma (intern, summer 2006)
