> Hi. Do you know of any native / built-in / free IIS load monitoring
> software? Something that'd allow me to:
>
> - get email-notified re: high load
> - see load reports, ideally allowing me to drill down from day -> hour ->
> minute -> second and see load/hit counts for each

Performance Monitor is built into Windows, and captures things like
number of concurrent requests, processor time, etc:

http://msdn.microsoft.com/en-us/library/ms972959.aspx
(most of the stuff in the link focuses on ASP.NET apps, but some is
still relevant)

You can also set alerts within PerfMon, and use a command-line mailer
to send an email from there.

http://www.blat.net/

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347238
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to