How to Monitor Web Sites
To use this feature and other new Windows Azure capabilities, sign up for the free preview.
Web sites provide monitoring functionality via the Monitor management page. The Monitor management page provides performance statistics for a web site as described below.
Table of Contents
How to: Add web site metrics
-
In the Windows Azure Management Portal, from the web site's Management pages, click the Monitor tab to display the Monitor management page. By default the chart on the Monitor page displays the same metrics as the chart on the Dashboard page.
-
To view additional metrics for the web site, click Add Metrics at the bottom of the page to display the Choose Metrics dialog box.
-
Click to select additional metrics for display on the Monitor page.
-
After selecting the metrics that you want to add to the Monitor page, click Ok.
-
After adding metrics to the Monitor page, click to enable / disable the option box next to each metric to add / remove the metric from the chart at the top of the page.
-
To remove metrics from the Monitor page, select the metric that you want to remove and then click the Delete Metric icon at the bottom of the page.
The following list describes the metrics that you can view in the chart on the Monitor page:
- CPUTime – A measure of the web site's CPU usage.
- Requests – A count of client requests to the web site.
- Data Out – A measure of data sent by the web site to clients.
- Data In – A measure of data received by the web site from clients.
- Http Client Errors – Number of Http “4xx Client Error” messages sent.
- Http Server Errors – Number of Http “5xx Server Error” messages sent.
- Http Successes – Number of Http “2xx Success” messages sent.
- Http Redirects – Number of Http “3xx Redirection” messages sent.
- Http 401 errors – Number of Http “401 Unauthorized” messages sent.
- Http 403 errors – Number of Http “403 Forbidden” messages sent.
- Http 404 errors – Number of Http “404 Not Found” messages sent.
- Http 406 errors – Number of Http “406 Not Acceptable” messages sent.
How to: View usage quotas for a web site
Web sites can be configured to run in either Shared or Reserved web site mode from the web site's Scale management page. Each Azure subscription has access to a pool of resources provided for the purpose of running up to 10 web sites in Shared web site mode. The pool of resources available to each Web Site subscription for this purpose is shared by other web sites in the same geo-region that are configured to run in Shared web site mode. Because these resources are shared for use by other web sites, all subscriptions are limited in their use of these resources. Limits applied to a subscription's use of these resources are expressed as usage quotas listed under the usage overview section of each web site's Dashboard management page.
Note
When a web site is configured to run in Reserved mode it is allocated dedicated resources equivalent to the Small (default), Medium or Large virtual machine sizes in the table at How to Configure Virtual Machine Sizes. There are no limits to the resources a subscription can use for running web sites in Reserved mode however the number of Reserved mode web sites that can be created per subscription is limited to 100.
Viewing usage quotas for web sites configured for Shared web site mode
To determine the extent that a web site is impacting resource usage quotas, follow these steps:
- Open the web site's Dashboard management page.
- Under the usage overview section the usage quotas for Data Out, CPU Time and File System Storage are displayed. The green bar displayed for each resource indicates how much of a subscription's resource usage quota is being consumed by the current web site and the grey bar displayed for each resource indicates how much of a subscription's resource usage quota is being consumed by all other shared mode web sites associated with your Web Site subscription.
Resource usage quotas help prevent overuse of the following resources:
- Data Out – a measure of the amount of data sent from web sites running in Shared mode to their clients in the current quota interval (24 hours).
- CPU Time – the amount of CPU time used by web sites running in Shared mode for the current quota interval.
- File System Storage – The amount of file system storage in use by web sites running in Shared mode.
When a subscription's usage quotas are exceeded Windows Azure takes action to stop overuse of resources. This is done to prevent any subscriber from exhausting resources to the detriment of other subscribers.
How to: Reduce resource usage
Since Windows Azure calculates resource usage quotas by measuring the resources used by a subscription's shared mode web sites during a 24 hour quota interval, consider the following:
- As the number of web sites configured to run in Shared mode is increased, so is the likelihood of exceeding shared mode resource usage quotas. Consider reducing the number of web sites that are configured to run in Shared mode if resource usage quotas are being exceeded.
- Similarly, as the number of instances of any web site running in Shared mode is increased, so is the likelihood of exceeding shared mode resource usage quotas. Consider scaling back additional instances of shared mode web sites if resource usage quotas are being exceeded.
What happens when a resource usage quota is exceeded
Windows Azure takes the following actions if a subscription's resource usage quotas are exceeded in a quota interval (24 hours):
-
Data Out – when this quota is exceeded Windows Azure stops all web sites for a subscription which are configured to run in Shared mode for the remainder of the current quota interval. Windows Azure will start the web sites at the beginning of the next quota interval.
-
CPU Time – when this quota is exceeded Windows Azure stops all web sites for a subscription which are configured to run in Shared mode for the remainder of the current quota interval. Windows Azure will start the web sites at the beginning of the next quota interval.
-
File System Storage – Windows Azure prevents deployment of any web sites for a subscription which are configured to run in Shared mode if the deployment will cause the File System Storage usage quota to be exceeded. When the File System Storage resource has grown to the maximum size allowed by its quota, file system storage remains accessible for read operations but all write operations, including those required for normal web site activity are blocked. When this occurs you could configure one or more web sites running in Shared web site mode to run in Reserved web site mode and reduce usage of file system storage below the File System Storage usage quota.
How to: Configure diagnostics and download logs for a web site
Web sites can be configured to capture and log diagnostic information from the web site's Configure management page. This topic describes how to capture diagnostics data to log files, download the log files to a local computer and then read the log files.
Configuring diagnostics for a web site
Diagnostics for a web site is enabled on the Configure management page for the web site. Under the Diagnostics section of Configure management page you can enable or disable the following logging or tracing options:
- Detailed Error Logging – Turn on detailed error logging to capture all errors generated by your web site.
- Failed Request Tracing – Turn on failed request tracing to capture information for failed client requests.
- Web Server Logging – Turn on Web Server logging to save web site logs using the W3C extended log file format.
After enabling diagnostics for a web site, click the Save icon at the bottom of the Configure management page to apply the options that you have set.
Important
Logging and tracing place significant demands on a web site. We recommend turning off logging and tracing once you have reproduced the problem(s) that you are troubleshooting.
Downloading log files for a web site
Follow these steps to download log files for a web site:
- Open the web site's Dashboard management page and make note of the FTP site listed under Diagnostics Logs and the account listed under Deployment User. The FTP site is where the log files are located and the account listed under Deployment User is used to authenticate to the FTP site.
- If you have not yet created deployment credentials, the account listed under Deployment User is listed as Not set. In this case you must create deployment credentials as described in the Reset Deployment Credentials section of Dashboard because these credentials must be used to authenticate to the FTP site where the log files are stored. Windows Azure does not support authenticating to this FTP site using Live ID credentials.
- Consider using an FTP client such as FileZilla to connect to the FTP site. An FTP client provides greater ease of use for specifying credentials and viewing folders on an FTP site than is typically possible with a browser.
- Copy the log files from the FTP site to your local computer.
Reading log files from a web site
The log files that are generated after you have enabled logging and / or tracing for a web site vary depending on the level of logging / tracing that is set on the Configure management page for the web site. Following are the location of the log files and how the log files may be analyzed:
Log File Type: Failed Request Tracing
-
Location: /LogFiles/W3SVC#########/. This folder contains an XSL file and one or more XML files. Ensure that you download the XSL file into the same directory as the XML file(s) because the XSL file provides functionality for formatting and filtering the contents of the XML file(s) when viewed in Internet Explorer.
-
Read Files with: Internet Explorer
Log File Type: Detailed Error Logging
-
Location: /LogFiles/DetailedErrors/. The /LogFiles/DetailedErrors/ folder contains one or more .htm files that provide extensive information for any HTTP errors that have occurred.
-
Read Files with: Internet Explorer
The .htm files include the following sections:
-
Detailed Error Information: Includes information about the error such as Module, Handler, Error Code, and Requested URL.
-
Most likely causes: Lists several possible causes of the error.
-
Things you can try: Lists possible solutions for resolving the problem reported by the error.
-
Links and More Information: Provides additional summary information about the error and may also include links to other resources such as Microsoft Knowledge Base articles.
Log File Type: Web Server Logging
How to: Monitor web endpoint status
Use the following procedure to configure web endpoint monitoring for your web site.
Note
This feature is only available inReservedmode. You can monitor up to 2 endpoints from up to 3 geographic locations.
Endpoint monitoring configures web tests from geo-distributed locations that test response time and uptime of web URLs. The test performs an HTTP get operation on the web URL to determine the response time and uptime from each location. Each configured location runs a test every five minutes.
Uptime is monitored using HTTP response codes, and response time is measured in milliseconds. Uptime is considered 100% when the response time is less than 30 seconds and the HTTP status code is lower than 400. Uptime is 0% when the response time is greater than 30 seconds or the HTTP status code is greater than 400.
After you configure endpoint monitoring, you can drill down into the individual endpoints to view details response time and uptime status over the monitoring interval from each of the test locations.
To configure endpoint monitoring:
- Open Web Sites. Then, to open the dashboard, click the name of the web site you want to configure.
-
Click Configure.
You will edit the Endpoints settings in the monitoring section.
- Enter the name of the endpoint.
- Enter the URL for the service that you want to monitor. For example, http://contoso.cloudapp.net.
- Select one or more geographic locations from the list.
- Optionally, repeat the previous 3 steps for a second endpoint.
- Click Save. It may take some time for the web endpoint monitoring data to be available on the dashboard and monitor tab.