What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

IIS Count Page Requests

Votes:

0

I am wondering if there is a sensor that could monitor IIS8 and report back on how many times a specific ASP page on our website (which I specify) has been requested?

http https iis

Created on Dec 15, 2016 5:29:33 AM



2 Replies

Votes:

0

If you have access to the page code, the easy way would be to implement a counter in the Page_Load event.
Next you can have PRTG report on this (database) value.

Created on Dec 18, 2016 3:08:52 PM



Votes:

0

Hi,

Or you count the views via script on another webppage (counter.html) and output them as

<html>
 <body>
[123]
 </body>
</html>

Afterwards you can add the "HTTP Content Sensor" to get the value in PRTG.

Created on Dec 19, 2016 7:23:20 AM by  Dariusz Gorka [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.