Hacker News new | ask | show | jobs
by liulantao 3224 days ago
In my experience, website monitoring can be started from these several aspects:

- network transfer layer. Monitor each other from difference IDCs - for clouds, I mean geo-regions.

- api. Introduce some monitoring providers, ensure basic api work correct and performance at acceptable level.

- client side, real use measurement(RUM). Monitor the most importance elements of the page, with some javascripts to measure and collect performance metrics.

For example, for the front-page of a site, do:

1. ping the domain/ip from several host at different regions.

2. api status check from 3rd party.

3. on page javascript, measure 'onload' time, and send to your monitor backend.

If you have anything more, can touch me via twitter

1 comments

Liulantao

Thanks for your response. This is very helpful. I'd ping you on Twitter for a private chat.