English 中文(简体)
从客户端浏览器监控我的Web应用程序性能
原标题:Monitoring my web application performance from the client browser

I want to be able to monitor the performance(load time of the entire page, load times of individually downloaded js/cs files , amount of memory used by the browser for the page,etc) of my web application from the perspective of the user(i.e the browser client). Is there any tool/plugin , that can help me monitor all of these?

问题回答

这个列表应该成为你的好起点。它是一个完整的终端用户监控工具列表。

为了被视为终端用户体验监控工具,它必须能够跟踪实际用户访问网站时的响应时间 - 而不是合成地击打网站的机器人。具体来说,我指的是能够使IT运营确保应用程序或网站的真实最终用户体验良好性能的工具。就像我在之前的文章中所提到的“速度可以解决很多问题一样” - 即使您的可用性不完美 - 如果运行速度快 - 人们不太可能注意到。

我们建立了一个工具来解决这个问题,请查看Bucky

尝试使用FIDDLERCHARLES

你可以尝试Atatus - https://www.atatus.com/,它为你的所有应用程序提供了一个地方的性能监控和错误追踪。

免责声明:我在Atatus工作。





相关问题
What to look for in performance analyzer in VS 2008

What to look for in performance analyzer in VS 2008 I am using VS Team system and got the performance wizard and reports going. What benchmarks/process do I use? There is a lot of stuff in the ...

SQL Table Size And Query Performance

We have a number of items coming in from a web service; each item containing an unknown number of properties. We are storing them in a database with the following Schema. Items - ItemID - ...

How to speed up Visual Studio 2008? Add more resources?

I m using Visual Studio 2008 (with the latest service pack) I also have ReSharper 4.5 installed. ReSharper Code analysis/ scan is turned off. OS: Windows 7 Enterprise Edition It takes me a long time ...

Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

热门标签