You need to analyze the response time of the product catalog page during peak times, from different locations

You administer an Azure Web Site named contosoweb that is used to sell various products.
Contosoweb experiences heavy traffic during weekends.
You need to analyze the response time of the product catalog page during peak times, from
different locations.
What should you do?

You administer an Azure Web Site named contosoweb that is used to sell various products.
Contosoweb experiences heavy traffic during weekends.
You need to analyze the response time of the product catalog page during peak times, from
different locations.
What should you do?

A.
Configure endpoint monitoring.

B.
Add the Requests metric.

C.
Turn on Failed Request Tracing.

D.
Turn on Detailed Error Messages.



Leave a Reply 11

Your email address will not be published. Required fields are marked *


rajen

rajen

Answer is ‘C’.
We should Turn ON Failed Request Tracing.
If anyone has doubts, pls check Mikson Link above….

Ravi

Ravi

I think option A is correct.. Question is about “analyze response time”

Ashish

Ashish

Ravi, you are right bro!

testerkv

testerkv

Rajen

Failed Request Tracing – Turn on failed request tracing to capture information for failed client requests, such as a 400 series HTTP status code. Failed request tracing produces an XML document that contains a trace of which modules the request passed through in IIS, details returned by the module, and the time the module was invoked. This information can be used to isolate which component the failure occurred in.

ITs not even remotely connected with response time… The Answer is “A” – Configure Endpoint Monitoring…

challenge

challenge

different locations = endpoint monitoring

challenge

challenge

Found this:-
No Caching for Azure Drives and VM Disks

Windows Azure Storage can provide a higher rate of random IOs than the local disk on your node that is used for caching. If your application needs to do lots of random IOs, and throughput is important to you, then you may want to consider not using the caches.

challenge

challenge

Opps – wrong page sorry.

RobV

RobV

It’s A. Analyze response time “from different 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. C provides information about a failed request – no mention of that requirement in the question.