4

I'm looking for a good performance monitoring service for websites. I know about some of the available general monitoring services that check for uptime and notify you about unavailable services. But I'm specifically looking for a service with an emphasis on performance.

I.e., I would like to see reports with detailed performance statistics from multiple locations world-wide, with a break-down on how long it took to fetch the different website resources, including third-party scripts such as Google Analytics and so on (the report should contain similar details such as the FireBug Net tab). Are there any such services and if so, which one is the best?

Dennis G.
  • 355
  • 1
  • 4
  • 9
  • 1
    Interesting idea. I know of things like serviceuptime.com, but as you mention that's uptime not performance. I too would be interested in a performance service. – WaldenL May 05 '09 at 20:12
  • Shopping Questions and product recommendations are Off-Topic on any of the [se] sites. See [Q and A is hard, lets go Shopping](http://blog.stackoverflow.com/2010/11/qa-is-hard-lets-go-shopping) and the [FAQ] for more details. – Mark Henderson Dec 05 '12 at 04:13

6 Answers6

5

I guess what you need is transaction performance monitoring? In other words, not just page load times but the performance of a series of steps (transactions) on your website?

If so, I can recommend AlertFox. It is by a wide margin the best transaction monitoring tool and very cost effective. They also have free plans so you can test for yourself.

Steve Rao
  • 181
  • 1
3

Check out the answer to a similar question which should help: Can anyone recommend a website monitoring service?

To answer your question more specifically however, every major monitoring service will provide performance metrics in addition to basic uptime/availability notifications. For example, the Top Tier (Webmetrics, Keynote, Gomez) will give you waterfall graphs that show you a timeline showing how every item on your page loads from all around the world.

The most important thing to look for when you look for a vendor in this area is the monitoring technology. You want to make sure that the monitoring happens with a real browser, not an emulated browser. You want to see the performance based on how real users will be seeing your site, including the maximum number of simultaneous threads, how javascript and css are handled, and the general performance that a real browser gives you. A few of the vendors have been known to claim they are monitoring with a real browser, when in reality they aren't, or it's a lot more expensive.

To determine which is the best, I would recommend you get a trial with each one and see for yourself.

Note that this kind of information, especially if you are looking for performance from locations around the world, is what separates the top tier from the bottom.

lennysan
  • 563
  • 6
  • 6
2

Pingdom seems like a good fit for your needs.

Edit: In case it isn't evident, you can monitor perfomance, not only uptime. You do this by defining what resources will be checked, and then you'll get a report with the results from different locations.

Ivan
  • 3,172
  • 3
  • 24
  • 34
  • Thanks, I'm currently testing their trial and although the service is quite good, they don't seem to have detailed statistics about specific website resources. – Dennis G. May 07 '09 at 08:15
1

I worked for a large website and we used Keynote for performance monitoring

We had international localized versions so we would have performance metrics from each target country even though all the servers were hosted on the east coast. Very thorough metrics, dns lookup times, load times for each graphic, script etc. Also does alerting, very customizable

CPU_BUSY
  • 2,322
  • 17
  • 17
1

To test the performance of your website you can use a web stress tool like Web Application Stress Tool (Great name :) by Microsoft.

Rick Strahl has a good walk-through on his blog

0

WatchMouse also provides performance monitoring using real browsers, just like the "big three" Lenny mentions, but at a much lower price. There is a free showcase site to give you an idea of the capabilities: loads.in

pors
  • 111
  • 3